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

Update release notes

parent b61ad6f0
No related branches found
No related tags found
1 merge request!1096.4
## Release 6.4 (not yet released)
New Features:
* The Stripe "element" now follows the current CMS/CiviCRM locale.
* Add jquery form event 'crmBillingFormReloadComplete' and document jquery events.
* Add jquery form event 'crmBillingFormNotValid' so 3rd-party integrations can re-enable custom submit buttons etc.
* Add support for sweetalert library on form validation errors so we popup nice messages when you are missing required fields and for card errors and you click submit.
Behind the scenes:
* Further tweaks to get tests working
* Initial steps to modernize the testing infrastructure.
* Add some docblocks
* Switch to event.code from deprecated event.keyCode
## Release 6.3.2 - Security Release ## Release 6.3.2 - Security Release
If you are using Stripe on public forms (without authentication) it is **strongly** recommended that you upgrade and consider installing the new **firewall** extension. If you are using Stripe on public forms (without authentication) it is **strongly** recommended that you upgrade and consider installing the new **firewall** extension.
...@@ -16,7 +30,6 @@ You may still need to delete and re-add your webhook but should not need to next ...@@ -16,7 +30,6 @@ You may still need to delete and re-add your webhook but should not need to next
#### Features #### Features
* [#126](https://lab.civicrm.org/extensions/stripe/issues/126) Stripe element now uses the CMS/CiviCRM locale so it will appear in the same language as the page instead of the browser language. * [#126](https://lab.civicrm.org/extensions/stripe/issues/126) Stripe element now uses the CMS/CiviCRM locale so it will appear in the same language as the page instead of the browser language.
## Release 6.3.1 ## Release 6.3.1
* Add crm-error class to stripe card errors block so it is highlighted on non bootstrap themes * Add crm-error class to stripe card errors block so it is highlighted on non bootstrap themes
......
...@@ -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-02-03</releaseDate> <releaseDate>2020-02-07</releaseDate>
<version>6.4alpha</version> <version>6.4alpha1</version>
<develStage>alpha</develStage> <develStage>alpha</develStage>
<compatibility> <compatibility>
<ver>5.19</ver> <ver>5.19</ver>
......
This diff is collapsed.
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