Skip to content

Commit f94544e

Browse files
committed
6.2.0
1 parent 2ff755e commit f94544e

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== 6.2.0 2016-02-05
2+
* Added an `additionalAPIParameters` field to STPCardParams and STPBankAccountParams for sending additional values to the API - useful for beta features. Similarly, added an `allResponseFields` property to STPToken, STPCard, and STPBankAccount for accessing fields in the response that are not yet refelected in those classes' @properties.
3+
14
== 6.1.0 2016-01-21
25
* Renamed card on STPPaymentCardTextField to cardParams.
36
* You can now set an STPPaymentCardTextField's contents programmatically by setting cardParams to an STPCardParams object.

Stripe.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Stripe'
3-
s.version = '6.1.0'
3+
s.version = '6.2.0'
44
s.summary = 'Stripe is a web-based API for accepting payments online.'
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.homepage = 'https://stripe.com/docs/mobile/ios'

Stripe/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<key>CFBundlePackageType</key>
1414
<string>FMWK</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>6.1.0</string>
16+
<string>6.2.0</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>
20-
<string>6.1.0</string>
20+
<string>6.2.0</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

Stripe/PublicHeaders/STPAPIClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import <Foundation/Foundation.h>
1010

11-
static NSString *const __nonnull STPSDKVersion = @"6.1.0";
11+
static NSString *const __nonnull STPSDKVersion = @"6.2.0";
1212

1313
@class STPBankAccount, STPBankAccountParams, STPCard, STPCardParams, STPToken;
1414

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.0
1+
6.2.0

0 commit comments

Comments
 (0)