Skip to content
Snippets Groups Projects
Commit 5255bd8e authored by mattwire's avatar mattwire
Browse files

Update release notes

parent 9157c9fe
No related branches found
No related tags found
1 merge request!1246.5
......@@ -25,7 +25,7 @@ class CRM_Stripe_Check {
/**
* @var string
*/
const MIN_VERSION_MJWSHARED = '0.9.1';
const MIN_VERSION_MJWSHARED = '0.9.2';
const MIN_VERSION_SWEETALERT = '1.2';
const MIN_VERSION_FIREWALL = '1.1';
......
......@@ -9,7 +9,7 @@ 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 - not yet released (2020-07-18)
## Release 6.5 - not yet released (2020-08-25)
**This release REQUIRES that you upgrade mjwshared to 0.9**
* Implement [#199](https://lab.civicrm.org/extensions/stripe/-/issues/199):
......@@ -26,6 +26,8 @@ Releases use the following numbering system:
* Add system check for 'Is separate membership payment' on contribution pages which is not supported by the Stripe extension
* Fix [#225](https://lab.civicrm.org/extensions/stripe/-/issues/225) No credit card display in Internet Explorer 11 (Support ECMAScript 5.1 javascript syntax).
* Support translating text strings in javascript.
* Fix issues with popup notifications not showing in some circumstances (eg. "Card declined").
* Disable logging for `civicrm_stripe_paymentintent` table.
* Fix PHP notices:
* When a checking for an extension dependency that is not yet downloaded or installed.
......
......@@ -15,7 +15,7 @@
<author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<releaseDate>2020-08-14</releaseDate>
<releaseDate>2020-08-25</releaseDate>
<version>6.5-dev</version>
<develStage>alpha</develStage>
<compatibility>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment