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

Release 6.7.12

parent 11f2b902
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@ class CRM_Stripe_Check {
/**
* @var string
*/
const MIN_VERSION_MJWSHARED = '1.2.9';
const MIN_VERSION_MJWSHARED = '1.2.10';
const MIN_VERSION_FIREWALL = '1.5.6';
/**
......
......@@ -9,7 +9,8 @@ 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.7.12 (not yet released)
## Release 6.7.12 (2022-11-28)
**Requires mjwshared (Payment Shared) 1.2.10 and Firewall 1.5.6**
* Require Firewall 1.5.6.
* Cleanup and remove legacy error handling.
......@@ -19,6 +20,7 @@ Releases use the following numbering system:
* Add `civi.stripe.authorize` event which is used by other extensions (eg. Firewall, Formprotection with ReCAPTCHA)
to authorize or deny access to StripePaymentintent API calls.
* Add support for passing ReCAPTCHA token to backend so it can be used to validate API calls.
* Fix [#397](https://lab.civicrm.org/extensions/stripe/-/issues/397) Error: Call to undefined method Stripe\Exception\InvalidArgumentException::getJsonBody().
## Release 6.7.11 (2022-10-14)
......
......@@ -15,8 +15,8 @@
<author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<releaseDate>2022-11-17</releaseDate>
<version>6.7.12-dev</version>
<releaseDate>2022-11-28</releaseDate>
<version>6.7.12</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.49</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment