Skip to content

Releases: stripe/stripe-ios

Version 15.0.3

25 Feb 20:12
v15.0.3
Compare
Choose a tag to compare
  • Remastered version of v15.0.2 with Xcode 12.5 compatibility.

Version 14.0.2

25 Feb 20:11
v14.0.2
Compare
Choose a tag to compare
  • Remastered version of v14.0.1 with Xcode 12.5 compatibility.

Version 21.3.0

18 Feb 22:17
73306f3
Compare
Choose a tag to compare
  • Adds support for SwiftUI in custom integration using the STPPaymentCardTextField.Representable View and the .paymentConfirmationSheet() ViewModifier. See IntegrationTester for usage examples.
  • Removes the UIViewController requirement from STPApplePayContext, allowing it to be used in SwiftUI.
  • Fixes an issue where STPPaymentOptionsViewController could 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.

Version 21.2.1

29 Jan 20:05
21.2.1
00e654a
Compare
Choose a tag to compare
  • 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.

Version 21.2.0

06 Jan 23:06
61c7474
Compare
Choose a tag to compare
  • 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.

Version 21.1.0

07 Dec 22:46
706c725
Compare
Choose a tag to compare
  • 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.

Version 21.0.1

20 Nov 21:26
b110232
Compare
Choose a tag to compare
  • Fixes an issue with some initializers not being exposed publicly following the conversion to Swift.
  • Updates GrabPay integration to support synchronous updates.

Version 20.1.1

23 Oct 22:45
Compare
Choose a tag to compare
  • Fixes an issue when using Cocoapods 1.10 and Xcode 12. #1683
  • Fixes a warning when using Swift Package Manager. #1675

Version 20.1.0

15 Oct 22:04
Compare
Choose a tag to compare
  • 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

Version 20.0.0

14 Sep 20:56
Compare
Choose a tag to compare
  • 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