Skip to content
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

Merged
merged 4 commits into from
Oct 20, 2017
Merged

Release 11.4.0 #815

merged 4 commits into from
Oct 20, 2017

Conversation

bg-stripe
Copy link
Contributor

@bg-stripe bg-stripe commented Oct 20, 2017

  • Update README (if necessary)
  • Update CHANGELOG with any new features or breaking changes
  • Update MIGRATING (if necessary)
  • Update STPSDKVersion in STPAPIClient.h
  • Update version in Info.plist (make sure to not change the "InfoDictionary" field)
  • Update VERSION
  • Update Stripe.podspec (make sure there aren't any new directories added, and if so, add them to the "files" section
  • Update documentation: ./ci_scripts/build_documentation.sh
  • Make sure pod lib lint succeeds without warnings or errors
  • Make sure ./ci_scripts/export_builds.sh succeeds without warnings or errors

@bg-stripe
Copy link
Contributor Author

r? @bdorfman-stripe

CHANGELOG.md Outdated
@@ -1,8 +1,10 @@
## 11.x.x 2017-XX-XX

## 11.4.4 2017-10-20
Copy link
Contributor

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

Copy link
Contributor Author

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)

Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@bdorfman-stripe bdorfman-stripe merged commit 9871bc6 into master Oct 20, 2017
@bdorfman-stripe bdorfman-stripe deleted the bg-release-v11.4.0 branch October 20, 2017 23:06
mludowise-stripe added a commit that referenced this pull request Mar 2, 2022
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants