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

Release 1.4.2

parent 603227a2
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,14 @@ See: https://docs.civicrm.org/sysadmin/en/latest/customize/extensions/#installin
## Release Notes
### 1.4.2 (2024-11-14)
* Fix undefined array key PHP warning
### 1.4.1
* Change how we insert civirules conditions/actions.
### 1.4 (2023-12-10)
* Update User create to defer to CMS for password / notify.
......
......@@ -75,6 +75,7 @@ class CRM_Cmsuser_ExtensionUtil {
return self::CLASS_PREFIX . '_' . str_replace('\\', '_', $suffix);
}
}
use CRM_Cmsuser_ExtensionUtil as E;
......
......@@ -13,11 +13,11 @@
<url desc="Support">https://mjw.pt/support/cmsuser</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2024-01-25</releaseDate>
<version>1.4.1</version>
<releaseDate>2024-11-14</releaseDate>
<version>1.4.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.65</ver>
<ver>5.74</ver>
</compatibility>
<requires>
<ext>org.civicoop.civirules</ext>
......@@ -28,10 +28,11 @@
</classloader>
<civix>
<namespace>CRM/Cmsuser</namespace>
<format>23.02.1</format>
<format>24.09.1</format>
</civix>
<mixins>
<mixin>menu-xml@1.0.0</mixin>
<mixin>smarty-v2@1.0.1</mixin>
<mixin>entity-types-php@2.0.0</mixin>
<mixin>smarty@1.0.3</mixin>
</mixins>
</extension>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment