diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a86f3c..1db2a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.4.1 - 2023.03.21 +* fix init check +* use new Mail Helper + 0.4 - 2023.03.11 * update to Dotclear 2.26 * use abstract plugin id and name diff --git a/_define.php b/_define.php index 0d51524..79a6019 100644 --- a/_define.php +++ b/_define.php @@ -20,7 +20,7 @@ $this->registerModule( 'Mail test', 'Send a simple mail from admin', 'Osku and contributors', - '0.3.1', + '0.4.1', [ 'requires' => [['core', '2.26']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index fff4bd7..0555a6d 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Mail test - 0.3.1 + 0.4.1 Osku and contributors Send a simple mail from admin - https://github.com/JcDenis/testMail/releases/download/v0.3.1/plugin-testMail.zip + https://github.com/JcDenis/testMail/releases/download/v0.4.1/plugin-testMail.zip 2.26 https://plugins.dotaddict.org/dc2/details/testMail https://github.com/JcDenis/testMail