Skip to content

Commit a79b4b5

Browse files
committed
Update version
1 parent f3000db commit a79b4b5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
== 5.1.0 2015-08-17
2+
* Adds STPPaymentCardTextField, a new version of github.com/stripe/PaymentKit featuring many bugfixes. It's useful if you need a pre-built credit card entry form.
3+
* Adds the currency param to STPCard for those using managed accounts & debit card payouts.
4+
15
== 5.0.0 2015-08-06
26
* Fix an issue with Carthage installation
37
* Fix an issue with Cocoapods frameworks

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We've written a [guide](https://stripe.com/docs/mobile/ios) that explains everyt
2020

2121
There are 2 example apps included in the repository:
2222
- Stripe iOS Example (Simple) shows a minimal Swift integration with our iOS SDK.
23-
- Stripe iOS Example (Custom) demonstrates 2 different ways of collecting your user's payment details: via Apple Pay, and via your own credit card form. It also uses our [ApplePayStubs](https://github.com/stripe/ApplePayStubs) library to demonstrate how the Apple Pay flow appears in the iOS simulator (normally Apple Pay requires a device to use). It, too, uses a small example backend to make charges.
23+
- Stripe iOS Example (Custom) demonstrates 2 different ways of collecting your user's payment details: via Apple Pay, and STPPaymentCardTextField, a native credit card UI form component we provide. It also uses our [ApplePayStubs](https://github.com/stripe/ApplePayStubs) library to demonstrate how the Apple Pay flow appears in the iOS simulator (normally Apple Pay requires a device to use). It, too, uses a small example backend to make charges.
2424

2525
### Getting started with the Simple iOS Example App
2626

Stripe/PublicHeaders/STPAPIClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@import Foundation;
1010

1111

12-
static NSString *const __nonnull STPSDKVersion = @"5.0.0";
12+
static NSString *const __nonnull STPSDKVersion = @"5.1.0";
1313

1414
@class STPBankAccount, STPCard, STPToken;
1515

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
5.1.0

0 commit comments

Comments
 (0)