release 0.2

master
Jean-Christian Paul Denis 2022-12-22 23:10:55 +01:00
parent 11323d42b1
commit 083e91a532
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ $this->registerModule(
basename(__DIR__), basename(__DIR__),
'Do not send mails but log them', 'Do not send mails but log them',
'Jean-Christian Denis and contributors', 'Jean-Christian Denis and contributors',
'0.1', '0.2',
[ [
'requires' => [['core', '2.24']], 'requires' => [['core', '2.24']],
'permissions' => dcCore::app()->auth->makePermissions([ 'permissions' => dcCore::app()->auth->makePermissions([

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="mail2log"> <module id="mail2log">
<name>mail2log</name> <name>mail2log</name>
<version>0.1</version> <version>0.2</version>
<author>Jean-Christian Denis and contributors</author> <author>Jean-Christian Denis and contributors</author>
<desc>Do not send mails but log them</desc> <desc>Do not send mails but log them</desc>
<file>https://github.com/JcDenis/mail2log/releases/download/v0.1/plugin-mail2log.zip</file> <file>https://github.com/JcDenis/mail2log/releases/download/v0.2/plugin-mail2log.zip</file>
<da:dcmin>2.24</da:dcmin> <da:dcmin>2.24</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/mail2log</da:details> <da:details>https://plugins.dotaddict.org/dc2/details/mail2log</da:details>
<da:support>https://github.com/JcDenis/mail2log</da:support> <da:support>https://github.com/JcDenis/mail2log</da:support>