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

Releases: paypal/PayPal-iOS-SDK

2.1.6: minor bug fixes

21 Jul 18:37
Compare
Choose a tag to compare
  • Minor bug fixes.

2.1.5: fix a rare problem involving the app caches directory

09 Jul 01:30
Compare
Choose a tag to compare
  • Fix a very rare problem involving the app caches directory getting cleared. issue #163

2.1.4: Fix some localization issues

03 Jul 23:24
Compare
Choose a tag to compare
  • Fix some localization issues. issue #164
  • Update card.io library to 3.8.2.

2.1.3: Fix crashes; update zh-Hant

18 Jun 22:59
Compare
Choose a tag to compare
  • Fix a crash involving PayPal accounts that have enabled two-factor authentication.
  • Fix an iOS 8 crash.
  • Make the HK dialect of Traditional Chinese the default dialect. (zh-Hant_TW remains available as well.)
  • Update card.io library to 3.8.0.

2.1.2: Fix bug re item price

23 May 20:25
Compare
Choose a tag to compare
  • Fix a bug involving the format of PayPalItem price in server requests.
    (The bug affected items whose fractional price was a multiple of 0.10)

2.1.1: Add Thai support, allow more BN Codes

19 May 23:38
Compare
Choose a tag to compare
  • Add translations for Thai.
  • Update card.io library to 3.7.1.
  • Allow hyphens or underscores within the optional Build Notation code ("BN code").

2.1.0: add Multiple Items, clearAllUserData:, new logo

30 Apr 23:38
Compare
Choose a tag to compare
  • Add support for Multiple Items per payment.
  • Add clearAllUserData method to PayPalMobile.
  • If app provides defaultUserEmail, defaultUserPhoneCountryCode, and/or defaultUserPhoneNumber,
    these will now be overridden by the user's most recent PayPal login.
  • Update PayPal logo.
  • Update card.io library to 3.7.0.

2.0.5: Update a Spanish translation

16 Apr 18:01
Compare
Choose a tag to compare

2.0.4: Eliminate references to IDFA (Advertising ID)

15 Apr 20:47
Compare
Choose a tag to compare
  • Eliminate remaining references to IDFA (Advertising ID) to prevent potential issues for app approvals.

2.0.3: Better auth/capture support/docs; fix some currencies

09 Apr 22:50
Compare
Choose a tag to compare
  • For payments using PayPalPaymentIntentAuthorize , the PayPalPayment.confirmation now includes authorization_id.
    issue #125
  • Correct the handling of currencies HKD, HUF, and TWD.
    issue #130