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

Commit

Permalink
Release 2.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryant Luk committed Aug 25, 2016
1 parent 3640b53 commit c27fa5b
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@

### Issue Description
> Please include as many details (logs, steps to reproduce, screenshots) as you can to help us reproduce this issue faster.
> If this is a live issue or a merchant account specific question, please contact [PayPal Merchant Technical Support](https://www.paypal-techsupport.com/app/ask).
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
PayPal iOS SDK release notes
============================

2.14.7
------
* Fix issue with localization not being correctly merged based on preferences [#449](https://github.com/paypal/PayPal-iOS-SDK/issues/449).
* If you use card.io to scan credit cards, you should add the key
[`NSCameraUsageDescription`](https://developer.apple.com/library/prerelease/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW24)
to your app's `Info.plist` and set the value to be a string describing why your app needs to use the camera
(e.g. "To scan credit cards."). This string will be displayed when the app initially requests permission to access
the camera.

2.14.6
------
* Fix issue with localization not being correctly looked up [#449](https://github.com/paypal/PayPal-iOS-SDK/issues/449).
Expand Down
2 changes: 1 addition & 1 deletion PayPal-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'PayPal-iOS-SDK'
spec.version = '2.14.6'
spec.version = '2.14.7'
spec.license = { type: 'BSD', file: 'LICENSE' }
spec.homepage = 'https://developer.paypal.com/webapps/developer/docs/integration/mobile/mobile-sdk-overview/'
spec.authors = { 'PayPal' => '[email protected]' }
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalConfiguration.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalConfiguration.h
//
// Version 2.14.6
// Version 2.14.7
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalFuturePaymentViewController.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalFuturePaymentViewController.h
//
// Version 2.14.6
// Version 2.14.7
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalMobile.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalMobile.h
//
// Version 2.14.6
// Version 2.14.7
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalOAuthScopes.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalOAuthScopes.h
//
// Version 2.14.6
// Version 2.14.7
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalPayment.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalPayment.h
//
// Version 2.14.6
// Version 2.14.7
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalPaymentViewController.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalPaymentViewController.h
//
// Version 2.14.6
// Version 2.14.7
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion PayPalMobile/PayPalProfileSharingViewController.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalProfileSharingViewController.h
//
// Version 2.14.6
// Version 2.14.7
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
Binary file modified PayPalMobile/libPayPalMobile.a
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.14.6</string>
<string>2.14.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.14.6</string>
<string>2.14.7</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>org-appextension-feature-password-management</string>
Expand Down

0 comments on commit c27fa5b

Please sign in to comment.