Skip to content

Version 17.0.0

Compare
Choose a tag to compare
@yuki-stripe yuki-stripe released this 05 Sep 00:06
· 4936 commits to master since this release
v17.0.0

17.0.0 2019-09-04

  • Adds support for iOS 13, including Dark Mode and some minor bug fixes. #1307
  • Updates API version from 2015-10-12 to 2019-05-16 #1254
    • Adds STPSourceRedirectStatusNotRequired to STPSourceRedirectStatus. Previously, optional redirects were marked as STPSourceRedirectStatusSucceeded.
    • Adds STPSourceCard3DSecureStatusRecommended to STPSourceCard3DSecureStatus.
    • Removes STPLegalEntityParams. Initialize an STPConnectAccountParams with an individual or company dictionary instead. See https://stripe.com/docs/api/tokens/create_account#create_account_token-account
  • Adds initial support for WeChat Pay. #1326
  • Changes the STPPaymentContextDelegate paymentContext:didCreatePaymentResult:completion: completion block type to STPPaymentStatusBlock, to let you inform the context that the user canceled.
  • The user's billing address will now be included when creating a PaymentIntent from an Apple Pay token. #1334