release 0.4.3

This commit is contained in:
Jean-Christian Paul Denis 2023-05-13 15:31:32 +02:00
parent 56c95a2961
commit 384a96c39b
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
0.4.3 - 2023.05.13
* require to Dotclear 2.26
* cleanup for dotclear 2.26 stable
0.4.2 - 2023.04.23
* require to Dotclear 2.26
* use latest dotclear namespace

View File

@ -20,7 +20,7 @@ $this->registerModule(
'Mail test',
'Send a simple mail from admin',
'Osku and contributors',
'0.4.2',
'0.4.3',
[
'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.4.2</version>
<version>0.4.3</version>
<author>Osku and contributors</author>
<desc>Send a simple mail from admin</desc>
<file>https://github.com/JcDenis/testMail/releases/download/v0.4.2/plugin-testMail.zip</file>
<file>https://github.com/JcDenis/testMail/releases/download/v0.4.3/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>