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

Release 6.7.11

parent 4c4bba57
Branches
Tags 6.9.2
No related merge requests found
......@@ -9,6 +9,12 @@ 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.11 (2022-10-14)
* Add psr0 prefix (might fix classloader issues / class not found).
* Postcode element should always be visible but readonly (only if billing fields enabled).
* Don't activate stripe job if it was disabled (stops the job auto-enabling on cache clear).
## Release 6.7.10 (2022-09-22)
* Fix [#388](https://lab.civicrm.org/extensions/stripe/-/issues/388) Recurring payments not being recorded in CiviCRM.
......
......@@ -15,9 +15,9 @@
<author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<releaseDate>2022-09-29</releaseDate>
<version>6.7.11-dev</version>
<develStage>beta</develStage>
<releaseDate>2022-10-14</releaseDate>
<version>6.7.11</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.49</ver>
</compatibility>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment