release 0.4.1

This commit is contained in:
Jean-Christian Paul Denis 2023-03-21 21:20:56 +01:00
parent 684e3b38e4
commit fb8612265b
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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,

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="testMail">
<name>Mail test</name>
<version>0.3.1</version>
<version>0.4.1</version>
<author>Osku and contributors</author>
<desc>Send a simple mail from admin</desc>
<file>https://github.com/JcDenis/testMail/releases/download/v0.3.1/plugin-testMail.zip</file>
<file>https://github.com/JcDenis/testMail/releases/download/v0.4.1/plugin-testMail.zip</file>
<da:dcmin>2.26</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/testMail</da:details>
<da:support>https://github.com/JcDenis/testMail</da:support>