-
Notifications
You must be signed in to change notification settings - Fork 996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 11.4.0 #815
Release 11.4.0 #815
Conversation
CHANGELOG.md
Outdated
@@ -1,8 +1,10 @@ | |||
## 11.x.x 2017-XX-XX | |||
|
|||
## 11.4.4 2017-10-20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be 4.0 not 4.4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
derp
CHANGELOG.md
Outdated
* Un-deprecates `STPBackendAPIAdapter` and all associated methods. [#813](https://github.com/stripe/stripe-ios/pull/813) | ||
* The `STPBackendAPIAdapter` protocol now includes two optional methods, `detachSourceFromCustomer` and `updateCustomerWithShipping`. If you've implemented a class conforming to `STPBackendAPIAdapter`, you may add implementations of these methods to support deleting cards from a customer and saving shipping info to a customer. [#813](https://github.com/stripe/stripe-ios/pull/813) | ||
* Adds the ability to set custom footers on view controllers managed by the SDK. [#792](https://github.com/stripe/stripe-ios/pull/792) | ||
* `STPPaymentMethodsViewController` will now display saved card sources in addition to saved card tokens. [#810](https://github.com/stripe/stripe-ios/pull/810) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention that we fixed a bug where you would receive a generic error instead of the actual API error in some cases? #809
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
0508bc4
to
09c5b64
Compare
* Disable landscape mode for Identity flow * Fix crash when backgrounding app while Consent screen is visible * If error happens on first screen of the flow, make the button close instead of pop the VC
Stripe.podspec
(make sure there aren't any new directories added, and if so, add them to the "files" section./ci_scripts/build_documentation.sh
pod lib lint
succeeds without warnings or errors./ci_scripts/export_builds.sh
succeeds without warnings or errors