We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c256738 commit bc53901Copy full SHA for bc53901
CHANGELOG
@@ -1,3 +1,8 @@
1
+== 3.1.0 2015-01-19
2
+* Add support for native Stripe Checkout, as well as STPPaymentPresenter for automatically using Checkout as a fallback for Apple Pay
3
+* Add OSX support, including Checkout
4
+* Add framework targets and Carthage support
5
+
6
== 3.0.0 2015-01-05
7
* Migrate code into STPAPIClient
8
* Add 'brand' and 'funding' properties to STPCard
Stripe/PublicHeaders/STPAPIClient.h
@@ -8,7 +8,7 @@
9
#import <Foundation/Foundation.h>
10
11
-static NSString *const STPSDKVersion = @"3.0.0";
+static NSString *const STPSDKVersion = @"3.1.0";
12
13
@class STPBankAccount, STPCard, STPToken;
14
VERSION
@@ -1 +1 @@
-3.0.0
+3.1.0
0 commit comments