Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
Release 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryant Luk committed Sep 16, 2016
1 parent c27fa5b commit 41d132d
Show file tree
Hide file tree
Showing 21 changed files with 71 additions and 31 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
PayPal iOS SDK release notes
============================

2.15.0
------
* Update to card.io 5.4.0 to help avoid API name collisions [#456](https://github.com/paypal/PayPal-iOS-SDK/issues/456).

2.14.7
------
* Fix issue with localization not being correctly merged based on preferences [#449](https://github.com/paypal/PayPal-iOS-SDK/issues/449).
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIO.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIO.h
// Version 5.3.2
// Version 5.4.0
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down
7 changes: 7 additions & 0 deletions CardIO/CardIO.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//
// This file exists so that CocoaPods will generate a modulemap for CardIO
//
// See https://github.com/card-io/card.io-iOS-SDK/issues/115
// and https://github.com/card-io/card.io-iOS-SDK/pull/126
// for more details
//
2 changes: 1 addition & 1 deletion CardIO/CardIOCreditCardInfo.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIOCreditCardInfo.h
// Version 5.3.2
// Version 5.4.0
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down
2 changes: 1 addition & 1 deletion CardIO/CardIODetectionMode.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIODetectionMode.h
// Version 5.3.2
// Version 5.4.0
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down
Loading

0 comments on commit 41d132d

Please sign in to comment.