From e22bc4c616feb9276dc6c738af351c5cd674c2b6 Mon Sep 17 00:00:00 2001 From: Ben Guo Date: Fri, 5 May 2017 17:10:32 -0400 Subject: [PATCH] bump version to 10.1.0 --- CHANGELOG | 6 +++++- Stripe.podspec | 2 +- Stripe/Info.plist | 4 ++-- Stripe/PublicHeaders/STPAPIClient.h | 2 +- VERSION | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index aa0e81889f9..897c15b8a17 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ -== 10.1.0 2017-05-XX +== 10.1.0 2017-05-05 +* Adds STPRedirectContext, a helper class for handling redirect sources. +* STPAPIClient now supports tokenizing a PII number and uploading images. * Updates STPPaymentCardTextField's icons to match Elements on the web. When the card number is invalid, the field will now display an error icon. * The alignment of the new brand icons has changed to match the new CVC and error icons. If you use these icons via `STPImageLibrary`, you may need to adjust your layout. +* STPPaymentCardTextField's isValid property is now KVO-observable. +* When creating STPSourceParams for a SEPA debit source, address fields are now optional. * Because collecting some basic data on tokenization helps us detect fraud, we've removed the ability to disable analytics collection using `[Stripe disableAnalytics]`. == 10.0.1 2017-03-16 diff --git a/Stripe.podspec b/Stripe.podspec index 1bcd53e453f..91561d911d7 100644 --- a/Stripe.podspec +++ b/Stripe.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Stripe' - s.version = '10.0.1' + s.version = '10.1.0' s.summary = 'Stripe is a web-based API for accepting payments online.' s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://stripe.com/docs/mobile/ios' diff --git a/Stripe/Info.plist b/Stripe/Info.plist index 10f067b8af2..b5671c73080 100644 --- a/Stripe/Info.plist +++ b/Stripe/Info.plist @@ -13,11 +13,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.0.1 + 10.1.0 CFBundleSignature ???? CFBundleVersion - 10.0.1 + 10.1.0 NSPrincipalClass diff --git a/Stripe/PublicHeaders/STPAPIClient.h b/Stripe/PublicHeaders/STPAPIClient.h index 513d8a380f3..356945ab11b 100644 --- a/Stripe/PublicHeaders/STPAPIClient.h +++ b/Stripe/PublicHeaders/STPAPIClient.h @@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN #define FAUXPAS_IGNORED_IN_FILE(...) FAUXPAS_IGNORED_IN_FILE(APIAvailability) -static NSString *const STPSDKVersion = @"10.0.1"; +static NSString *const STPSDKVersion = @"10.1.0"; @class STPBankAccount, STPBankAccountParams, STPCard, STPCardParams, STPSourceParams, STPToken, STPPaymentConfiguration; diff --git a/VERSION b/VERSION index 1532420512a..4149c39eec6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.0.1 +10.1.0