From 6f8969f9d47fd4413785fe2179ed1bd5831bf3d9 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 29 Apr 2023 15:44:24 +0200 Subject: [PATCH] release 0.8 --- CHANGELOG.md | 9 ++++++++- README.md | 3 +-- _define.php | 2 +- dcstore.xml | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 191898e..0eb72d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ dev - [ ] add update from external repositories -0.7.1 - 2023.04.24 +0.8 - 2023.04.29 +- require Dotclear 2.26 - require PHP 8.1+ +- add js code to for forms submits +- move settings to modules tab +- fix settings and remove 'active' setting +- use only one modules list for all actions + +0.7.1 - 2023.04.24 - require Dotclear 2.26 - use latest dotclear namespace - fix nullsafe warnings diff --git a/README.md b/README.md index 5b0509a..593af32 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It helps devs to manage dcstore.xml file. * superadmin permissions * Dotclear 2.26 - * PHP >= 8.1 + * PHP 8.1+ ## USAGE @@ -28,7 +28,6 @@ First install _tweakStores_, manualy from a zip package or from Dotaddict repository. (See Dotclear's documentation to know how do this) Manage plugins/themes dcstore.xml file from tab "store tools" on plugins/themes page. -Manage settings from plugins configuration page. _tweakStores_ can interact with plugin pacKman to create .xml file at package creation. diff --git a/_define.php b/_define.php index 6bd55bd..253fcf9 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Tweak stores', 'Helper to manage external repositories', 'Jean-Christian Denis and Contributors', - '0.7.1', + '0.8', [ 'requires' => [['core', '2.26']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index be8a394..b9813c6 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Tweak stores - 0.7.1 + 0.8 Jean-Christian Denis and Contributors Helper to manage external repositories - https://github.com/JcDenis/tweakStores/releases/download/v0.7.1/plugin-tweakStores.zip + https://github.com/JcDenis/tweakStores/releases/download/v0.8/plugin-tweakStores.zip 2.26 https://plugins.dotaddict.org/dc2/details/tweakStores https://github.com/JcDenis/tweakStores