From b1873f3449ad4c001850701bbd04d37c80eef34b Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 30 Apr 2023 01:22:43 +0200 Subject: [PATCH] release 0.7 --- CHANGELOG.md | 6 ++++++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631b28e..e4b6780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ todo: - add user pref cleaner - add meta cleaner +0.7 - 2023.04.30 +- require Dotclear 2.26 and PHP 8.1+ +- add cleaner descriptor +- use named parameters on descriptors +- fix dump on dynamic class + 0.6 - 2023.04.24 - require Dotclear 2.26 and PHP 8.1+ - hide dotclear "delete" button on modules lists diff --git a/_define.php b/_define.php index 8ed21c3..a4003d8 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Uninstaller', 'Uninstall cleanly plugins and themes', 'Jean-Christian Denis and Contributors', - '0.6', + '0.7', [ 'requires' => [['core', '2.26']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index a24419c..5dcd0c1 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Uninstaller - 0.6 + 0.7 Jean-Christian Denis and Contributors Uninstall cleanly plugins and themes - https://github.com/JcDenis/Uninstaller/releases/download/v0.6/plugin-Uninstaller.zip + https://github.com/JcDenis/Uninstaller/releases/download/v0.7/plugin-Uninstaller.zip 2.26 https://plugins.dotaddict.org/dc2/details/Uninstaller https://github.com/JcDenis/Uninstaller