release 0.4.1
This commit is contained in:
parent
684e3b38e4
commit
fb8612265b
@ -1,3 +1,7 @@
|
|||||||
|
0.4.1 - 2023.03.21
|
||||||
|
* fix init check
|
||||||
|
* use new Mail Helper
|
||||||
|
|
||||||
0.4 - 2023.03.11
|
0.4 - 2023.03.11
|
||||||
* update to Dotclear 2.26
|
* update to Dotclear 2.26
|
||||||
* use abstract plugin id and name
|
* use abstract plugin id and name
|
||||||
|
@ -20,7 +20,7 @@ $this->registerModule(
|
|||||||
'Mail test',
|
'Mail test',
|
||||||
'Send a simple mail from admin',
|
'Send a simple mail from admin',
|
||||||
'Osku and contributors',
|
'Osku and contributors',
|
||||||
'0.3.1',
|
'0.4.1',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.26']],
|
'requires' => [['core', '2.26']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="testMail">
|
<module id="testMail">
|
||||||
<name>Mail test</name>
|
<name>Mail test</name>
|
||||||
<version>0.3.1</version>
|
<version>0.4.1</version>
|
||||||
<author>Osku and contributors</author>
|
<author>Osku and contributors</author>
|
||||||
<desc>Send a simple mail from admin</desc>
|
<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:dcmin>2.26</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/testMail</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/testMail</da:details>
|
||||||
<da:support>https://github.com/JcDenis/testMail</da:support>
|
<da:support>https://github.com/JcDenis/testMail</da:support>
|
||||||
|
Loading…
Reference in New Issue
Block a user