All Versions
140
Latest Version
Avg Release Cycle
12 days
Latest Release
528 days ago

Changelog History
Page 5

  • v21.2.0 Changes

    January 06, 2021
    • Stripe3DS2 is now open source software under the MIT License.
    • 🛠 Fixed various issues with bundling Stripe3DS2 in Cocoapods and Swift Package Manager. All binary dependencies have been removed.
    • 🛠 Fixed an infinite loop during layout on small screen sizes. #1731
    • 🛠 Fixed issues with missing image assets when using Cocoapods. #1655 #1722
    • 🛠 Fixed an issue which resulted in unnecessary queries to the BIN information service.
    • ➕ Adds the ability to attach and detach PaymentMethod IDs to/from a CustomerContext. #1729
    • ➕ Adds support for NetBanking.
  • v21.1.0 Changes

    December 07, 2020
    • 🛠 Fixes a crash during manual confirmation of a 3DS2 payment. #1725
    • 🛠 Fixes an issue that could cause some image assets to be missing in certain configurations. #1722
    • 🛠 Fixes an issue with confirming Alipay transactions.
    • Re-exposes cardNumber parameter in STPPaymentCardTextField.
    • ➕ Adds support for UPI.
  • v21.0.1 Changes

    November 20, 2020
    • 🛠 Fixes an issue with some initializers not being exposed publicly following the conversion to Swift.
    • ⚡️ Updates GrabPay integration to support synchronous updates.
  • v21.0.0 Changes

    November 19, 2020
  • v20.1.1 Changes

    October 23, 2020
    • 🛠 Fixes an issue when using Cocoapods 1.10 and Xcode 12. #1683
    • 🛠 Fixes a warning when using Swift Package Manager. #1675
  • v20.1.0 Changes

    October 15, 2020
    • ➕ Adds support for OXXO. #1592
    • 👀 Applies a workaround for various bugs in Swift Package Manager. #1671 Please see #1673 for additional notes when using Xcode 12.0.
    • Card scanning now works when the device's orientation is unknown. #1659
    • The expiration date field's Simplified Chinese localization has been corrected. (Thanks cythb!) #1654
  • v20.0.0 Changes

    September 14, 2020
    • 🚚 Card scanning is now built into STPAddCardViewController. Card.io support has been removed. #1629
    • Shrunk the SDK from 1.3MB when compressed & thinned to 0.7MB, allowing for easier App Clips integration. #1643
    • 📦 Swift Package Manager, Apple Silicon, and Catalyst are now fully supported on Xcode 12. #1644
    • ➕ Adds support for 19-digit cards. #1608
    • ➕ Adds GrabPay and Sofort as PaymentMethod. #1627
    • ⬇️ Drops support for iOS 10. #1643
  • v19.4.0 Changes

    August 13, 2020
    • pkPaymentErrorForStripeError no longer returns PKPaymentUnknownErrors. Instead, it returns the original NSError back, resulting in dismissal of the Apple Pay sheet. This means ApplePayContext dismisses the Apple Pay sheet for all errors that aren't specifically PKPaymentError types.
    • 🚀 metadata fields are no longer populated on retrieved Stripe API objects and must be fetched on your server using your secret key. If this is causing issues with your deployed app versions please reach out to Stripe Support. These fields have been marked as deprecated and will be removed in a future SDK version. * metadata fields are no longer populated on retrieved Stripe API objects and must be fetched on your server using your secret key. If this is causing issues with your deployed app versions please reach out to Stripe Support. These fields have been marked as deprecated and will be removed in a future SDK version.
  • v19.3.0 Changes

    May 28, 2020

    19.3.0 2020-05-28

    • ➕ Adds giropay PaymentMethod bindings #1569
    • ➕ Adds Przelewy24 (P24) PaymentMethod bindings #1556
    • ➕ Adds Bancontact PaymentMethod bindings #1565
    • ➕ Adds EPS PaymentMethod bindings #1578
    • ⚡️ Replaces es-AR localization with es-419 for full Latin American Spanish support and updates multiple localizations #1549 #1570
    • 🛠 Fixes missing custom number placeholder in STPPaymentCardTextField #1576
    • ➕ Adds tabbing on external keyboard support to STPAUBECSFormView and correctly types it as a UIView instead of UIControl [#1580](#1580
  • v19.2.0 Changes

    May 01, 2020
    • ➕ Adds ability to attach shipping details when confirming PaymentIntents #1558
    • STPApplePayContext now provides shipping details in the applePayContext:didCreatePaymentMethod:paymentInformation:completion: delegate method and automatically attaches shipping details to PaymentIntents (unless manual confirmation)#1561
    • ➕ Adds support for the BECS Direct Debit payment method for Stripe users in Australia #1547