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

Release 6.4.1-beta2

parent e465606c
No related branches found
No related tags found
1 merge request!1146.4.1
......@@ -20,6 +20,9 @@ Where:
* Return 200 OK for webhook events we don't handle (normally they won't be sent as the extension specifies what it requires but if configured manually it may receive events that we don't handle).
* Switch to new "recommended" contribution.repeattransaction and payment.create for new IPN payments.
* Implement new doCancelRecur functionality and hide optional notify processor on 5.27+ (this has no impact on older versions of CiviCRM).
* Fix CSRF token issues with civicrmStripeConfirm.js (3ds challenge was not triggering on thankyou page).
* civicrmStripeConfirm.js is now a library available at CRM.payment.confirm and builds on CRM.payment.
* Initial support for \Civi\Payment\PropertyBag
## Release 6.4
**This release REQUIRES that you upgrade mjwshared to 0.7 and your Stripe API version must be 2019-12-03 or newer.**
......
......@@ -14,8 +14,8 @@
<author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<releaseDate>2020-06-01</releaseDate>
<version>6.4.1-beta1</version>
<releaseDate>2020-06-06</releaseDate>
<version>6.4.1-beta2</version>
<develStage>beta</develStage>
<compatibility>
<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