release 0.4.2
This commit is contained in:
parent
00a09988a9
commit
b19bcea1a3
@ -1,4 +1,11 @@
|
||||
0.4.2 - 2023.04.23
|
||||
* require to Dotclear 2.26
|
||||
* use latest dotclear namespace
|
||||
* remove magic
|
||||
* fix nullsafe warnings
|
||||
|
||||
0.4.1 - 2023.03.21
|
||||
* require to Dotclear 2.26
|
||||
* fix init check
|
||||
* use new Mail Helper
|
||||
|
||||
|
@ -20,7 +20,7 @@ $this->registerModule(
|
||||
'Mail test',
|
||||
'Send a simple mail from admin',
|
||||
'Osku and contributors',
|
||||
'0.4.1',
|
||||
'0.4.2',
|
||||
[
|
||||
'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.1</version>
|
||||
<version>0.4.2</version>
|
||||
<author>Osku and contributors</author>
|
||||
<desc>Send a simple mail from admin</desc>
|
||||
<file>https://github.com/JcDenis/testMail/releases/download/v0.4.1/plugin-testMail.zip</file>
|
||||
<file>https://github.com/JcDenis/testMail/releases/download/v0.4.2/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