All Versions
170
Latest Version
Avg Release Cycle
9 days
Latest Release
29 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v21.8.1 Changes
August 10, 2021- ๐ Fixes an issue with image loading when using Swift Package Manager.
- ๐ Temporarily disabled WeChat Pay support in PaymentMethods.
- ๐ The
Stripemodule now requiresStripeCore. SeeMIGRATING.mdfor more info.
-
v21.8.0 Changes
August 04, 2021- ๐ Fixes broken card scanning links. (Thanks ricsantos)
- ๐ Fixes accessibilityLabel for postal code field. (Thanks romanilchyshyndepop)
- ๐ Improves compile time by 30% #1846 (Thanks JonathanDowning!)
- Releasing
StripeIdentityiOS SDK for use with Stripe Identity.
-
v21.7.0 Changes
July 07, 2021- ๐ Fixes an issue with
additionaDocumentfield typo #1833 - โ Adds support for WeChat Pay to PaymentMethods
- Weak-links SwiftUI #1828
- โ Adds 3DS2 support for Cartes Bancaires
- ๐ Fixes an issue with camera rotation during card scanning on iPad
- ๐ Fixes an issue where PaymentSheet could cause conflicts when included in an app that also includes PanModal #1818
- ๐ Fixes an issue with building on Xcode 13 #1822
- ๐ Fixes an issue where overriding STPPaymentCardTextField's
brandImage()func had no effect #1827 - ๐ Fixes documentation typo. (Thanks iAugux)
- ๐ Fixes an issue with
-
v21.6.0 Changes
May 27, 2021- โ Adds
STPCardFormView, a UI component that collects card details - โ Adds 'STPRadarSession'. Note this requires additional Stripe permissions to use.
- โ Adds
-
v21.5.1 Changes
May 07, 2021- ๐ Fixes the
PaymentSheetAPI not being public. - ๐ Fixes an issue with missing headers. (Thanks jctrouble!)
- ๐ Fixes the
-
v21.5.0 Changes
May 06, 2021- โ Adds the
PaymentSheet(https://stripe.dev/stripe-ios/docs/Classes/PaymentSheet.html) API, a prebuilt payment UI. - ๐ Fixes Mac Catalyst support in Xcode 12.5 #1797
- ๐ Fixes
STPPaymentCardTextFieldnot being open #1768
- โ Adds the
-
v21.4.0 Changes
April 08, 2021- ๐ Fixed warnings in Xcode 12.5. #1772
- ๐ Fixes a layout issue when confirming payments in SwiftUI. #1761 (Thanks mvarie!)
- ๐ Fixes a potential race condition when finalizing 3DS2 confirmations.
- ๐ Fixes an issue where a 3DS2 transaction could result in an incorrect error message when the card number is incorrect. #1778
- ๐ Fixes an issue where
STPPaymentHandler.shared().handleNextActionsometimes didn't return ahandleActionError. #1769 - ๐ Fixes a layout issue when confirming payments in SwiftUI. #1761 (Thanks mvarie!)
- ๐ Fixes an issue with opening URLs on Mac Catalyst
- ๐ Fixes an issue where OXXO next action is mistaken for a cancel in STPPaymentHandler
- SetupIntents for iDEAL, Bancontact, EPS, and Sofort will now send the required mandate information.
- โ Adds support for BLIK.
- โ Adds
decline_codeinformation to STPError. #1755 - โ Adds support for SetupIntents to STPApplePayContext
- ๐ Allows STPPaymentCardTextField to be subclassed. #1768
-
v21.3.1 Changes
March 25, 2021- โ Adds support for Maestro in Apple Pay on iOS 12 or later.
-
v21.3.0 Changes
February 18, 2021- โ Adds support for SwiftUI in custom integration using the
STPPaymentCardTextField.RepresentableView and the.paymentConfirmationSheet()ViewModifier. SeeIntegrationTesterfor usage examples. - โ Removes the UIViewController requirement from STPApplePayContext, allowing it to be used in SwiftUI.
- ๐ Fixes an issue where
STPPaymentOptionsViewControllercould fail to register a card. #1758 - ๐ Fixes an issue where some UnionPay test cards were marked as invalid. #1759
- โก๏ธ Updates tests to run on Carthage 0.37 with .xcframeworks.
- โ Adds support for SwiftUI in custom integration using the
-
v21.2.1 Changes
January 29, 2021- ๐ Fixed an issue where a payment card text field could resize incorrectly on smaller devices or with certain languages. #1600
- ๐ Fixed an issue where the SDK could always return English strings in certain situations. #1677 (Thanks glaures-ioki!)
- ๐ Fixed an issue where an STPTheme had no effect on the navigation bar. #1753 (Thanks @rbenna!)
- ๐ Fixed handling of nil region codes. #1752
- ๐ Fixed an issue preventing card scanning from being disabled. #1751
- ๐ Fixed an issue with enabling card scanning in an app with a localized Info.plist.#1745
- โ Added a missing additionalDocument parameter to STPConnectAccountIndividualVerification.
- โ Added support for Afterpay/Clearpay.