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

Release 6.5

parent 3949e171
No related branches found
No related tags found
No related merge requests found
...@@ -25,8 +25,8 @@ class CRM_Stripe_Check { ...@@ -25,8 +25,8 @@ class CRM_Stripe_Check {
/** /**
* @var string * @var string
*/ */
const MIN_VERSION_MJWSHARED = '0.9.2'; const MIN_VERSION_MJWSHARED = '0.9.4';
const MIN_VERSION_SWEETALERT = '1.3'; const MIN_VERSION_SWEETALERT = '1.4';
const MIN_VERSION_FIREWALL = '1.1'; const MIN_VERSION_FIREWALL = '1.1';
public static function checkRequirements(&$messages) { public static function checkRequirements(&$messages) {
......
...@@ -23,13 +23,13 @@ View/Download this extension in the [Extension Directory](https://civicrm.org/ex ...@@ -23,13 +23,13 @@ View/Download this extension in the [Extension Directory](https://civicrm.org/ex
#### Required extensions #### Required extensions
* [MJWShared extension](https://civicrm.org/extensions/mjwshared) version 0.9.2. * [MJWShared extension](https://civicrm.org/extensions/mjwshared) version 0.9.4.
* [SweetAlert extension](https://civicrm.org/extensions/sweetalert) version 1.3+. * [SweetAlert extension](https://civicrm.org/extensions/sweetalert) version 1.4+.
#### Recommended extensions #### Recommended extensions
* [Firewall extension](https://civicrm.org/extensions/firewall) version 1.1+. * [Firewall extension](https://civicrm.org/extensions/firewall) version 1.1+.
* [contributiontransactlegacy extension](https://civicrm.org/extensions/contribution-transact-api) version 1.2+. * [contributiontransactlegacy extension](https://civicrm.org/extensions/contribution-transact-api) version 1.3+.
**Please ensure that you are running the ProcessStripe scheduled job every hour or you will have issues with failed/uncaptured payments appearing on customer credit cards and blocking their balance for up to a week!** **Please ensure that you are running the ProcessStripe scheduled job every hour or you will have issues with failed/uncaptured payments appearing on customer credit cards and blocking their balance for up to a week!**
......
...@@ -9,9 +9,11 @@ Releases use the following numbering system: ...@@ -9,9 +9,11 @@ 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. * **[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-09-21) ## Release 6.5
**This release REQUIRES that you upgrade mjwshared to 0.9.2** **This release REQUIRES that you upgrade mjwshared to 0.9.4**.
**The recommended Stripe API version is 2020-08-27**.
* Implement [#199](https://lab.civicrm.org/extensions/stripe/-/issues/199): * Implement [#199](https://lab.civicrm.org/extensions/stripe/-/issues/199):
* Support future recurring start date on backend forms * Support future recurring start date on backend forms
...@@ -40,14 +42,7 @@ Releases use the following numbering system: ...@@ -40,14 +42,7 @@ Releases use the following numbering system:
* IPN Code: * IPN Code:
* Pass json string to IPN class for decoding instead of decoding before passing * Pass json string to IPN class for decoding instead of decoding before passing
* handlePaymentNotification should not be a static function. * handlePaymentNotification should not be a static function.
* Set cancel_date/cancel_reason for failed contribution. Don't update `receive_date`.
#### Beta 2
* Fix [#249](https://lab.civicrm.org/extensions/stripe/-/issues/249) 500 error on recurring contribution.
* Update Stripe PHP library.
#### Beta 3
* Fix Failed->Completed status for recurring contributions/subscriptions.
* Fix [#243](https://lab.civicrm.org/extensions/stripe/-/issues/242) False notification for separate membership payment on contribution page.
## Release 6.4.2 ## Release 6.4.2
......
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
<author>Matthew Wire (MJW Consulting)</author> <author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email> <email>mjw@mjwconsult.co.uk</email>
</maintainer> </maintainer>
<releaseDate>2020-09-21</releaseDate> <releaseDate>2020-09-28</releaseDate>
<version>6.5-beta3</version> <version>6.5</version>
<develStage>beta</develStage> <develStage>stable</develStage>
<compatibility> <compatibility>
<ver>5.28</ver> <ver>5.28</ver>
</compatibility> </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