release 1.7
This commit is contained in:
parent
fb9e94f249
commit
eca8b8469e
3 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,12 @@
|
||||||
todo
|
todo
|
||||||
* disable widgets
|
* disable widgets
|
||||||
|
|
||||||
|
1.7 - 2023.05.13
|
||||||
|
* require dotclear 2.26
|
||||||
|
* fix editor ID
|
||||||
|
* fix nullsafe warnings
|
||||||
|
* add plugin Unnistaller features
|
||||||
|
|
||||||
1.6 - 2023.04.10
|
1.6 - 2023.04.10
|
||||||
* require dotclear 2.26
|
* require dotclear 2.26
|
||||||
* use namespace
|
* use namespace
|
||||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||||
'Construction',
|
'Construction',
|
||||||
'Place your blog maintenance',
|
'Place your blog maintenance',
|
||||||
'Osku and contributors',
|
'Osku and contributors',
|
||||||
'1.6',
|
'1.7',
|
||||||
[
|
[
|
||||||
'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="construction">
|
<module id="construction">
|
||||||
<name>Construction</name>
|
<name>Construction</name>
|
||||||
<version>1.6</version>
|
<version>1.7</version>
|
||||||
<author>Osku and contributors</author>
|
<author>Osku and contributors</author>
|
||||||
<desc>Place your blog maintenance</desc>
|
<desc>Place your blog maintenance</desc>
|
||||||
<file>https://github.com/JcDenis/construction/releases/download/v1.6/plugin-construction.zip</file>
|
<file>https://github.com/JcDenis/construction/releases/download/v1.7/plugin-construction.zip</file>
|
||||||
<da:dcmin>2.26</da:dcmin>
|
<da:dcmin>2.26</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/construction</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/construction</da:details>
|
||||||
<da:support>http://forum.dotclear.org/viewtopic.php?id=42875</da:support>
|
<da:support>http://forum.dotclear.org/viewtopic.php?id=42875</da:support>
|
||||||
|
|
Loading…
Reference in a new issue