release 0.4.3
This commit is contained in:
parent
56c95a2961
commit
384a96c39b
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user