release 1.3
This commit is contained in:
parent
95a3468b3b
commit
961db69605
@ -1,3 +1,7 @@
|
|||||||
|
1.3 - 2023.05.13
|
||||||
|
* require dotclear 2.26
|
||||||
|
* some cleaning for dc2.26 stable
|
||||||
|
|
||||||
1.2 - 2023.04.23
|
1.2 - 2023.04.23
|
||||||
* require dotclear 2.26
|
* require dotclear 2.26
|
||||||
* use latest dotclear namespace
|
* use latest dotclear 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.2',
|
'1.3',
|
||||||
[
|
[
|
||||||
'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.2</version>
|
<version>1.3</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.2/plugin-emailOptionnel.zip</file>
|
<file>https://github.com/JcDenis/emailOptionnel/releases/download/v1.3/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 New Issue
Block a user