release 1.2
This commit is contained in:
parent
0f6b111b0a
commit
e72ed6ea95
3 changed files with 8 additions and 3 deletions
|
@ -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
|
1.1 - 2023.03.26
|
||||||
* require Dotclear 2.26
|
* require Dotclear 2.26
|
||||||
* use namespace
|
* use namespace
|
||||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||||
'emailOptionnel',
|
'emailOptionnel',
|
||||||
'Make e-mail address optional in comments',
|
'Make e-mail address optional in comments',
|
||||||
'Oleksandr Syenchuk, Pierre Van Glabeke, Gvx and Contributors',
|
'Oleksandr Syenchuk, Pierre Van Glabeke, Gvx and Contributors',
|
||||||
'1.1',
|
'1.2',
|
||||||
[
|
[
|
||||||
'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="emailOptionnel">
|
<module id="emailOptionnel">
|
||||||
<name>emailOptionnel</name>
|
<name>emailOptionnel</name>
|
||||||
<version>1.1</version>
|
<version>1.2</version>
|
||||||
<author>Oleksandr Syenchuk, Pierre Van Glabeke, Gvx and Contributors</author>
|
<author>Oleksandr Syenchuk, Pierre Van Glabeke, Gvx and Contributors</author>
|
||||||
<desc>Make e-mail address optional in comments</desc>
|
<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:dcmin>2.26</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/emailOptionnel</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/emailOptionnel</da:details>
|
||||||
<da:support>http://forum.dotclear.org/viewtopic.php?pid=332948#p332948</da:support>
|
<da:support>http://forum.dotclear.org/viewtopic.php?pid=332948#p332948</da:support>
|
||||||
|
|
Loading…
Reference in a new issue