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

Release 6.4-beta2

parent 73b1b0a3
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ Where: ...@@ -9,7 +9,7 @@ Where:
* minor: Breaking change in some circumstances, or a new feature. Read carefully and make sure you understand the impact of the change. * minor: Breaking change in some circumstances, or a new feature. Read carefully and make sure you understand the impact of the change.
* incremental: A "safe" change / improvement. Should *always* be safe to upgrade. * incremental: A "safe" change / improvement. Should *always* be safe to upgrade.
## Release 6.4 (not yet released) - currently 6.4-beta1 ## Release 6.4 (not yet released) - currently 6.4-beta2
**This release REQUIRES that you upgrade mjwshared to 0.7-beta3 and your Stripe API version must be 2019-12-03 or newer.** **This release REQUIRES that you upgrade mjwshared to 0.7-beta3 and your Stripe API version must be 2019-12-03 or newer.**
#### New Features: #### New Features:
...@@ -34,6 +34,7 @@ Where: ...@@ -34,6 +34,7 @@ Where:
* Fix [#178](https://lab.civicrm.org/extensions/stripe/issues/178) recurring payments for webform_civicrm when "Interval of installments" is selected. * Fix [#178](https://lab.civicrm.org/extensions/stripe/issues/178) recurring payments for webform_civicrm when "Interval of installments" is selected.
* If Stripe is not using the same currency as the payment was made we need to convert the fees/net amounts back to the CiviCRM currency. * If Stripe is not using the same currency as the payment was made we need to convert the fees/net amounts back to the CiviCRM currency.
* Fix [#196](https://lab.civicrm.org/extensions/stripe/issues/196) Recurring contributions with incorrect amount per default currency in stripe - if Stripe uses a different currency to CiviCRM the amounts for recurring contributions were not being recorded correctly in CiviCRM. * Fix [#196](https://lab.civicrm.org/extensions/stripe/issues/196) Recurring contributions with incorrect amount per default currency in stripe - if Stripe uses a different currency to CiviCRM the amounts for recurring contributions were not being recorded correctly in CiviCRM.
* Fix [#189](https://lab.civicrm.org/extensions/stripe/issues/189) Error on membership contribution page with autorenew set to automatic.
#### Behind the scenes: #### Behind the scenes:
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
<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-04-27</releaseDate> <releaseDate>2020-05-04</releaseDate>
<version>6.4-beta1</version> <version>6.4-beta2</version>
<develStage>beta</develStage> <develStage>beta</develStage>
<compatibility> <compatibility>
<ver>5.24</ver> <ver>5.24</ver>
......
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