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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryant Luk committed Sep 16, 2016
1 parent 41d132d commit 2cc30d7
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 19 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.1
------
* Update to card.io 5.4.1.

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).
Expand Down
3 changes: 2 additions & 1 deletion CardIO/CardIO.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIO.h
// Version 5.4.0
// Version 5.4.1
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand All @@ -13,3 +13,4 @@
#import "CardIOPaymentViewController.h"
#import "CardIOPaymentViewControllerDelegate.h"
#import "CardIOUtilities.h"

3 changes: 2 additions & 1 deletion CardIO/CardIOCreditCardInfo.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIOCreditCardInfo.h
// Version 5.4.0
// Version 5.4.1
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down Expand Up @@ -82,3 +82,4 @@ typedef NS_ENUM(NSInteger, CardIOCreditCardType) {
+ (UIImage *)logoForCardType:(CardIOCreditCardType)cardType;

@end

3 changes: 2 additions & 1 deletion CardIO/CardIODetectionMode.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIODetectionMode.h
// Version 5.4.0
// Version 5.4.1
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand All @@ -16,3 +16,4 @@ typedef NS_ENUM(NSInteger, CardIODetectionMode) {
};

#endif

3 changes: 2 additions & 1 deletion CardIO/CardIOPaymentViewController.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIOPaymentViewController.h
// Version 5.4.0
// Version 5.4.1
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down Expand Up @@ -198,3 +198,4 @@ extern NSString * const CardIOScanningOrientationAnimationDuration;
@property(nonatomic, retain, readwrite) UIColor *navigationBarTintColorForCardIO;

@end

3 changes: 2 additions & 1 deletion CardIO/CardIOPaymentViewControllerDelegate.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIOPaymentViewControllerDelegate.h
// Version 5.4.0
// Version 5.4.1
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down Expand Up @@ -29,3 +29,4 @@
- (void)userDidProvideCreditCardInfo:(CardIOCreditCardInfo *)cardInfo inPaymentViewController:(CardIOPaymentViewController *)paymentViewController;

@end

3 changes: 2 additions & 1 deletion CardIO/CardIOUtilities.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CardIOUtilities.h
// Version 5.4.0
// Version 5.4.1
//
// See the file "LICENSE.md" for the full license governing this code.
//
Expand Down Expand Up @@ -51,3 +51,4 @@
+ (void)preloadCardIO;

@end

Loading

0 comments on commit 2cc30d7

Please sign in to comment.