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

Update release notes

parent 0f779b16
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,13 @@ 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 1.4.0 (not yet released)
* Add check for webhooks stuck in processing status - if this is triggered something probably needs fixing manually.
* Replace deprecated exception.
* Switch to entity framework v2.
* Switch to mgd files to define cg_extend_objects - used to allow custom fields on "FinancialTrxn" entity. Added in a way that doesn't conflict with other extensions.
## Release 1.3.1 (2024-08-26)
* [!46](https://lab.civicrm.org/extensions/mjwshared/-/merge_requests/46) Ensure autorenew works with memberships.
......
......@@ -14,9 +14,9 @@
<url desc="Release Notes">https://lab.civicrm.org/extensions/mjwshared/-/blob/master/docs/releasenotes.md</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2024-08-26</releaseDate>
<version>1.3.1</version>
<develStage>stable</develStage>
<releaseDate>2024-09-30</releaseDate>
<version>1.4.0-dev</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.74</ver>
</compatibility>
......
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