release 0.3.1
This commit is contained in:
parent
b2f4adce3f
commit
9b6b961279
@ -1,3 +1,6 @@
|
||||
0.3.1 - 2023.01.07
|
||||
- fix previously introduced unix bug
|
||||
|
||||
0.3 - 2023.01.06
|
||||
* use namespace
|
||||
* use abstract plugin id
|
||||
|
@ -23,7 +23,7 @@ $this->registerModule(
|
||||
'Mail test',
|
||||
'Send a simple mail from admin',
|
||||
'Osku and contributors',
|
||||
'0.3',
|
||||
'0.3.1',
|
||||
[
|
||||
'requires' => [['core', '2.24']],
|
||||
'permissions' => null,
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="testMail">
|
||||
<name>Mail test</name>
|
||||
<version>0.3</version>
|
||||
<version>0.3.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/plugin-testMail.zip</file>
|
||||
<file>https://github.com/JcDenis/testMail/releases/download/v0.3.1/plugin-testMail.zip</file>
|
||||
<da:dcmin>2.24</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