release 1.7
parent
fb9e94f249
commit
eca8b8469e
|
@ -1,6 +1,12 @@
|
|||
todo
|
||||
* 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
|
||||
* require dotclear 2.26
|
||||
* use namespace
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'Construction',
|
||||
'Place your blog maintenance',
|
||||
'Osku and contributors',
|
||||
'1.6',
|
||||
'1.7',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="construction">
|
||||
<name>Construction</name>
|
||||
<version>1.6</version>
|
||||
<version>1.7</version>
|
||||
<author>Osku and contributors</author>
|
||||
<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:details>https://plugins.dotaddict.org/dc2/details/construction</da:details>
|
||||
<da:support>http://forum.dotclear.org/viewtopic.php?id=42875</da:support>
|
||||
|
|
Loading…
Reference in New Issue