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

Commit efda777

Browse files
author
Bryant Luk
committed
Release 2.18.1
1 parent 238bd3e commit efda777

11 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
PayPal iOS SDK release notes
22
============================
33

4+
2.18.1
5+
------
6+
* PayPal Mobile SDKs are Deprecated and only existing integrations are supported. For all new integrations, use [Braintree Direct](https://www.braintreepayments.com/products/braintree-direct) in [supported countries](https://www.braintreepayments.com/country-selection). In other countries, use [Express Checkout](https://developer.paypal.com/docs/accept-payments/express-checkout/ec-braintree-sdk/get-started/) and choose the Braintree SDK integration option.
7+
* Update translations.
8+
* Compiled with Xcode 9.2.
9+
410
2.18.0
511
------
612
* Fix text field first responder animation issue in iOS 11 [#548](https://github.com/paypal/PayPal-iOS-SDK/issues/548).

PayPal-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'PayPal-iOS-SDK'
3-
spec.version = '2.18.0'
3+
spec.version = '2.18.1'
44
spec.license = { type: 'BSD', file: 'LICENSE' }
55
spec.homepage = 'https://developer.paypal.com/webapps/developer/docs/integration/mobile/mobile-sdk-overview/'
66
spec.authors = { 'PayPal' => '[email protected]' }

PayPalMobile/PayPalConfiguration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// PayPalConfiguration.h
33
//
4-
// Version 2.18.0
4+
// Version 2.18.1
55
//
66
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
77
// All rights reserved.

PayPalMobile/PayPalFuturePaymentViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// PayPalFuturePaymentViewController.h
33
//
4-
// Version 2.18.0
4+
// Version 2.18.1
55
//
66
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
77
// All rights reserved.

PayPalMobile/PayPalMobile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// PayPalMobile.h
33
//
4-
// Version 2.18.0
4+
// Version 2.18.1
55
//
66
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
77
// All rights reserved.

PayPalMobile/PayPalOAuthScopes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// PayPalOAuthScopes.h
33
//
4-
// Version 2.18.0
4+
// Version 2.18.1
55
//
66
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
77
// All rights reserved.

PayPalMobile/PayPalPayment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// PayPalPayment.h
33
//
4-
// Version 2.18.0
4+
// Version 2.18.1
55
//
66
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
77
// All rights reserved.

PayPalMobile/PayPalPaymentViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// PayPalPaymentViewController.h
33
//
4-
// Version 2.18.0
4+
// Version 2.18.1
55
//
66
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
77
// All rights reserved.

PayPalMobile/PayPalProfileSharingViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// PayPalProfileSharingViewController.h
33
//
4-
// Version 2.18.0
4+
// Version 2.18.1
55
//
66
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
77
// All rights reserved.

PayPalMobile/libPayPalMobile.a

2.41 MB
Binary file not shown.

0 commit comments

Comments
 (0)