diff --git a/PayPalMobile/PayPalConfiguration.h b/PayPalMobile/PayPalConfiguration.h index d86c6ff..a5d46c7 100644 --- a/PayPalMobile/PayPalConfiguration.h +++ b/PayPalMobile/PayPalConfiguration.h @@ -1,7 +1,7 @@ // // PayPalConfiguration.h // -// Version 2.0.0 +// Version 2.0.1 // // Copyright (c) 2013, PayPal // All rights reserved. @@ -10,7 +10,6 @@ #import /// You use a PayPalConfiguration object to configure many aspects of how the SDK behaves. -/// The PayPalConfiguration class also includes two important class methods. @interface PayPalConfiguration : NSObject /// Optional default user email address to be shown on the PayPal login view. diff --git a/PayPalMobile/PayPalFuturePaymentViewController.h b/PayPalMobile/PayPalFuturePaymentViewController.h index cbbc482..2395506 100644 --- a/PayPalMobile/PayPalFuturePaymentViewController.h +++ b/PayPalMobile/PayPalFuturePaymentViewController.h @@ -1,7 +1,7 @@ // // PayPalFuturePaymentViewController.h // -// Version 2.0.0 +// Version 2.0.1 // // Copyright (c) 2013, PayPal // All rights reserved. diff --git a/PayPalMobile/PayPalMobile.h b/PayPalMobile/PayPalMobile.h index 07a48d8..89e1d8b 100644 --- a/PayPalMobile/PayPalMobile.h +++ b/PayPalMobile/PayPalMobile.h @@ -1,7 +1,7 @@ // // PayPalMobile.h // -// Version 2.0.0 +// Version 2.0.1 // // Copyright (c) 2013, PayPal // All rights reserved. diff --git a/PayPalMobile/PayPalPayment.h b/PayPalMobile/PayPalPayment.h index 4d8e0be..a635794 100644 --- a/PayPalMobile/PayPalPayment.h +++ b/PayPalMobile/PayPalPayment.h @@ -1,7 +1,7 @@ // // PayPalPayment.h // -// Version 2.0.0 +// Version 2.0.1 // // Copyright (c) 2013, PayPal // All rights reserved. diff --git a/PayPalMobile/PayPalPaymentViewController.h b/PayPalMobile/PayPalPaymentViewController.h index 8dc1dc0..c98b30a 100644 --- a/PayPalMobile/PayPalPaymentViewController.h +++ b/PayPalMobile/PayPalPaymentViewController.h @@ -1,7 +1,7 @@ // // PayPalPaymentViewController.h // -// Version 2.0.0 +// Version 2.0.1 // // Copyright (c) 2013, PayPal // All rights reserved. diff --git a/PayPalMobile/libPayPalMobile.a b/PayPalMobile/libPayPalMobile.a index 59a391e..692be33 100644 Binary files a/PayPalMobile/libPayPalMobile.a and b/PayPalMobile/libPayPalMobile.a differ diff --git a/README.md b/README.md index 69bcdcf..945570c 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,8 @@ in a webview. If you use [CocoaPods](http://cocoapods.org) to keep up with new versions of the PayPal iOS SDK, we strongly recommend that you [include your Pods directory in source control](http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?), as for security reasons we may sometimes stop distributing old versions of the SDK. For details, see [this discussion of the card.io SDK pod](https://github.com/card-io/card.io-iOS-SDK/issues/24). +Note: We're delighted that developers are using CocoaPods to help provide easy access to our SDK, and we'll help where we can. But we leave the creation and maintenance of the Specs to developers such as yourself. See http://guides.cocoapods.org/making/specs-and-specs-repo.html for details. + ## Next Steps diff --git a/SampleApp/PayPal-iOS-SDK-Sample-App/PayPal-iOS-SDK-Sample-App-Info.plist b/SampleApp/PayPal-iOS-SDK-Sample-App/PayPal-iOS-SDK-Sample-App-Info.plist index 32c2e6e..04258f1 100644 --- a/SampleApp/PayPal-iOS-SDK-Sample-App/PayPal-iOS-SDK-Sample-App-Info.plist +++ b/SampleApp/PayPal-iOS-SDK-Sample-App/PayPal-iOS-SDK-Sample-App-Info.plist @@ -30,11 +30,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleSignature ???? CFBundleVersion - 2.0.0 + 2.0.1 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/docs/future_payments_server.md b/docs/future_payments_server.md index 8bc5a59..ba31e68 100755 --- a/docs/future_payments_server.md +++ b/docs/future_payments_server.md @@ -70,7 +70,7 @@ curl 'https://api.paypal.com/v1/oauth2/token' \ ```JSON { "access_token": "6oyryV79E.KtpAvPudpI8VIko.ntdPikU9HCDfg0tO0", - "expires_in": 28800, + "expires_in": 900, "refresh_token": "MFYQJTPW3zlCAjznPs2D0VQlQXwiEfTesR-dRiU_qhbUngzxR3NmeBxqKELcmGtSI739R-awwvOyGVO1LJbowy7n8Ul3vsf5HQDTCzUlDylqBvW0", "scope": "https://api.paypal.com/v1/payments/.* https://uri.paypal.com/services/payments/futurepayments", "token_type": "Bearer" @@ -114,7 +114,7 @@ curl 'https://api.paypal.com/v1/oauth2/token' \ { "access_token": "WfXdnxmyJtdF4q59ofxuQuAAk6eEV-Njm6puht3Nk3w", "app_id": "APP-3TS46380HB829954H", - "expires_in": 28800, + "expires_in": 900, "scope": "https://api.paypal.com/v1/payments/.* https://uri.paypal.com/services/payments/futurepayments", "token_type": "Bearer" } diff --git a/release_notes.md b/release_notes.md index 2484dd4..6ee13d4 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,6 +1,13 @@ PayPal iOS SDK release notes ============================ +2.0.1 +----- +* A few very minor fixes: + * Correct the version string returned by the SDK. + * Tidy up some messages in the console log. + * Improve handling of iOS 7 dialects such as "British English." + 2.0.0 -----