diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e5107..50a1972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.4 - 2023.04.22 +- require dotclear 2.26 +- use latest dotclear namespace +- use sql statement +- fix nullsafe warnings + 1.3 - 2023.03.26 - require dotclear 2.26 - use namespace diff --git a/_define.php b/_define.php index 66563a5..f59b383 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Email notification', 'Email notification', 'Olivier Meunier and contributors', - '1.3', + '1.4', [ 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index 583c997..e8949cb 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Email notification - 1.3 + 1.4 Olivier Meunier and contributors Email notification - https://github.com/JcDenis/emailNotification/releases/download/v1.3/plugin-emailNotification.zip + https://github.com/JcDenis/emailNotification/releases/download/v1.4/plugin-emailNotification.zip 2.26 https://plugins.dotaddict.org/dc2/details/emailNotification https://github.com/JcDenis/emailNotification