release 1.4
This commit is contained in:
parent
6b564c1464
commit
5d524fc2fc
@ -1,3 +1,9 @@
|
|||||||
|
1.4 - 2023.04.22
|
||||||
|
- require dotclear 2.26
|
||||||
|
- use latest dotclear namespace
|
||||||
|
- use sql statement
|
||||||
|
- fix nullsafe warnings
|
||||||
|
|
||||||
1.3 - 2023.03.26
|
1.3 - 2023.03.26
|
||||||
- require dotclear 2.26
|
- require dotclear 2.26
|
||||||
- use namespace
|
- use namespace
|
||||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||||||
'Email notification',
|
'Email notification',
|
||||||
'Email notification',
|
'Email notification',
|
||||||
'Olivier Meunier and contributors',
|
'Olivier Meunier and contributors',
|
||||||
'1.3',
|
'1.4',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.26']],
|
'requires' => [['core', '2.26']],
|
||||||
'permissions' => dcCore::app()->auth->makePermissions([
|
'permissions' => dcCore::app()->auth->makePermissions([
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="emailNotification">
|
<module id="emailNotification">
|
||||||
<name>Email notification</name>
|
<name>Email notification</name>
|
||||||
<version>1.3</version>
|
<version>1.4</version>
|
||||||
<author>Olivier Meunier and contributors</author>
|
<author>Olivier Meunier and contributors</author>
|
||||||
<desc>Email notification</desc>
|
<desc>Email notification</desc>
|
||||||
<file>https://github.com/JcDenis/emailNotification/releases/download/v1.3/plugin-emailNotification.zip</file>
|
<file>https://github.com/JcDenis/emailNotification/releases/download/v1.4/plugin-emailNotification.zip</file>
|
||||||
<da:dcmin>2.26</da:dcmin>
|
<da:dcmin>2.26</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/emailNotification</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/emailNotification</da:details>
|
||||||
<da:support>https://github.com/JcDenis/emailNotification</da:support>
|
<da:support>https://github.com/JcDenis/emailNotification</da:support>
|
||||||
|
Loading…
Reference in New Issue
Block a user