Releases: stripe/stripe-ios
Releases · stripe/stripe-ios
Version 21.8.1
- Fixes an issue with image loading when using Swift Package Manager.
- Temporarily disabled WeChat Pay support in PaymentMethods.
- The
Stripe
module now requireStripeCore
. SeeMIGRATING.md
for more info.
Version 21.8.0
- Fixes broken card scanning links. (Thanks ricsantos)
- Fixes accessibilityLabel for postal code field. (Thanks romanilchyshyndepop)
- Improves compile time by 30% #1846 (Thanks JonathanDowning!)
- Releasing
StripeIdentity
iOS SDK for use with Stripe Identity.
Version 21.7.0
21.7.0 2021-07-07
- Fixes an issue with
additionaDocument
field typo #1833 Adds support for WeChat Pay to PaymentMethods.WeChat Pay is not yet supported in PaymentMethods. The API has been removed in 21.8.1, and will be enabled in a future update.- 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)
Version 21.6.0
- Adds
STPCardFormView
, a UI component that collects card details - Adds 'STPRadarSession'. Note this requires additional Stripe permissions to use.
Version 21.5.1
- Fixes the
PaymentSheet
API not being public. - Fixes an issue with missing headers. (Thanks jctrouble!)
Version 21.5.0
- 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
STPPaymentCardTextField
not being open #1768
Version 21.4.0
- Fixed warnings in Xcode 12.5. #1772
- 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().handleNextAction
sometimes 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_code
information to STPError. #1755 - Adds support for SetupIntents to STPApplePayContext
- Allows STPPaymentCardTextField to be subclassed. #1768
Version 21.3.1
- Adds support for Maestro in Apple Pay on iOS 12 or later.
Version 19.4.1
- Remastered version of v19.4.0 with Xcode 12.5 compatibility.
Version 17.0.4
- Remastered version of v17.0.3 with Xcode 12.5 compatibility.