release 1.2

This commit is contained in:
Jean-Christian Denis 2023-04-23 15:13:41 +02:00
parent 0f6b111b0a
commit e72ed6ea95
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
1.2 - 2023.04.23
* require dotclear 2.26
* use latest dotclear namespace
* fix nullsafe warnings
1.1 - 2023.03.26
* require Dotclear 2.26
* use namespace

View file

@ -18,7 +18,7 @@ $this->registerModule(
'emailOptionnel',
'Make e-mail address optional in comments',
'Oleksandr Syenchuk, Pierre Van Glabeke, Gvx and Contributors',
'1.1',
'1.2',
[
'requires' => [['core', '2.26']],
'permissions' => dcCore::app()->auth->makePermissions([

View file

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="emailOptionnel">
<name>emailOptionnel</name>
<version>1.1</version>
<version>1.2</version>
<author>Oleksandr Syenchuk, Pierre Van Glabeke, Gvx and Contributors</author>
<desc>Make e-mail address optional in comments</desc>
<file>https://github.com/JcDenis/emailOptionnel/releases/download/v1.1/plugin-emailOptionnel.zip</file>
<file>https://github.com/JcDenis/emailOptionnel/releases/download/v1.2/plugin-emailOptionnel.zip</file>
<da:dcmin>2.26</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/emailOptionnel</da:details>
<da:support>http://forum.dotclear.org/viewtopic.php?pid=332948#p332948</da:support>