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

Release 1.3.4

parent 7e287c39
Branches
Tags
No related merge requests found
......@@ -9,6 +9,11 @@ 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.3.4 (2025-02-26)
* Make sure we always activate customdata from managed entities
* Add civicrm-ext type to composer.json
## Release 1.3.3 (2025-01-06)
* Change ManagedEntity to update policy always (prevents conflicts with other extensions and fixes issues with them disappearing in certain circumstances).
......
......@@ -14,8 +14,8 @@
<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>2025-01-06</releaseDate>
<version>1.3.3</version>
<releaseDate>2025-02-26</releaseDate>
<version>1.3.4</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.74</ver>
......@@ -26,7 +26,7 @@
</classloader>
<civix>
<namespace>CRM/Mjwshared</namespace>
<format>24.09.1</format>
<format>25.01.1</format>
</civix>
<mixins>
<mixin>ang-php@1.0.0</mixin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment