diff --git a/docs/releasenotes.md b/docs/releasenotes.md index ba32aa6eadf02b15caf56a98955c31f2839b2e8f..121635dc7c7fc7a3ce22ecbe3488648d75631e1e 100644 --- a/docs/releasenotes.md +++ b/docs/releasenotes.md @@ -9,12 +9,18 @@ Releases use the following numbering system: * **[BC]**: Items marked with [BC] indicate a breaking change that will require updates to your code if you are using that code in your extension. -## Release 6.5.4 (not yet released 2020-11-06) +## Release 6.5.4 (not yet released 2020-11-08) **This release REQUIRES that you upgrade mjwshared to 0.9.6**. * Use `CRM.payment.isAJAXPaymentForm()` to check if we should load on backend forms. There is no change for the user, we are just switching to an identical shared function to reduce code duplication. * Fix [#272](https://lab.civicrm.org/extensions/stripe/-/issues/272) "undefined property" PHP notice. * Response to test webhook now includes payment processor name from CiviCRM (makes it easier to be sure which payment processor is responding). +* [!137](https://lab.civicrm.org/extensions/stripe/-/merge_requests/137) Update StripePaymentintent.Process API. +* [!136](https://lab.civicrm.org/extensions/stripe/-/merge_requests/136): + * Use CiviCRM log file for Stripe library errors. + * Retry once if we can't connect to stripe servers. +* [!135](https://lab.civicrm.org/extensions/stripe/-/merge_requests/135) Add hidden Stripe Country setting which will be required for [paymentRequest](https://stripe.com/docs/stripe-js/elements/payment-request-button) button. + ## Release 6.5.3 diff --git a/info.xml b/info.xml index 9f76601da7f3977e2c69b02939396d132f88a45a..786243fdecd2af9ad672a5fa16b15bab769a5a00 100644 --- a/info.xml +++ b/info.xml @@ -15,7 +15,7 @@ <author>Matthew Wire (MJW Consulting)</author> <email>mjw@mjwconsult.co.uk</email> </maintainer> - <releaseDate>2020-11-06</releaseDate> + <releaseDate>2020-11-08</releaseDate> <version>6.5.4-dev</version> <develStage>beta</develStage> <compatibility>