release 1.7

main
Jean-Christian Paul Denis 2023-05-13 10:14:05 +02:00
parent fb9e94f249
commit eca8b8469e
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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([

View File

@ -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>