All Versions
96
Latest Version
Avg Release Cycle
58 days
Latest Release
2503 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v2.0.2 Changes
- โ Add full support for device rotation.
- โ Add translations for Arabic and Malay.
- โก๏ธ Update card.io library to 3.6.4.
-
v2.0.1 Changes
- ๐ 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.
- ๐ A few very minor fixes:
-
v2.0.0 Changes
- ๐ Users can now authorize future payments with PayPal.
- Reorganize API, for both single-payment and future-payment use cases:
- Use the
PayPalMobile
class to initialize the SDK with Client IDs for Production and Sandbox. - Use a
PayPalConfiguration
object for common configuration across both single-payment and future-payment use cases. - Allow an optional
PayPalPaymentDetails
object to specify Shipping, Subtotal, and Tax amounts. - Allow an optional Build Notation code ("BN code") for each payment.
- Add a
PayPalPaymentViewController
parameter to the methods ofPayPalPaymentDelegate
. - Introduce
PayPalFuturePaymentViewController
and associatedPayPalFuturePaymentDelegate
.
- Use the
- Single payments now include an
intent
property, to distinguish between:- immediate payment processing
- payment authorization only, with subsequent capture by your server.
- ๐ฒ For API errors, the console log will now provide additional information, including a PayPal Debug-ID for MTS investigations.
- The SDK now uses PayPal's new REST APIs exclusively.
-
v1.4.6 Changes
- โก๏ธ Update card.io library to 3.4.4, fixes #83: Crashes when card.io doesn't detect number.
-
v1.4.5 Changes
- ๐ Fix a bug that caused "duplicated symbol" errors when an app used the -all_load linker flag.
-
v1.4.4 Changes
- ๐ Fix a bug that arose when
hideCreditCardButton
is set. - โก๏ธ Update card.io library to 3.4.3.
- ๐ Fix a bug that arose when
-
v1.4.3 Changes
- ๐ Improve the handling of right-to-left languages (e.g., Hebrew).
- โก๏ธ Update card.io library to 3.4.2.
- ๐ Fix issue #66.
-
v1.4.2 Changes
- ๐ Fix issue #60.
-
v1.4.1 Changes
- ๐ Fix a problem with the 64-bit library.
-
v1.4.0 Changes
- ๐ Make 64-bit compatible.
- Require iOS 6.0 or greater.
- โก๏ธ Update card.io library to 3.4.0.