From 5aa7c07f9028f9c95deef17b8547f5bfb987a96c Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 14 May 2023 16:40:30 +0200 Subject: [PATCH] release 0.9.4 --- CHANGELOG.md | 5 +++++ _define.php | 2 +- dcstore.xml | 4 ++-- src/Backend.php | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0c7b5..be95ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ todo: - add user pref cleaner - add meta cleaner +0.9.4 - 2023.05.14 +- require Dotclear 2.26 and PHP 8.1+ +- sort values list +- disable direct action on deactivated modules (because of duplicate modules) + 0.9.3 - 2023.05.13 - require Dotclear 2.26 and PHP 8.1+ - fix list of distributed modules version diff --git a/_define.php b/_define.php index 966da5d..1b3a4f1 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.9.3', + '0.9.4', [ 'requires' => [ ['php', '8.1'], diff --git a/dcstore.xml b/dcstore.xml index c9877df..bc98117 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Uninstaller - 0.9.3 + 0.9.4 Jean-Christian Denis and Contributors Uninstall cleanly plugins and themes - https://github.com/JcDenis/Uninstaller/releases/download/v0.9.3/plugin-Uninstaller.zip + https://github.com/JcDenis/Uninstaller/releases/download/v0.9.4/plugin-Uninstaller.zip 2.26 https://plugins.dotaddict.org/dc2/details/Uninstaller https://github.com/JcDenis/Uninstaller diff --git a/src/Backend.php b/src/Backend.php index c1c8412..04b8903 100644 --- a/src/Backend.php +++ b/src/Backend.php @@ -74,7 +74,7 @@ class Backend extends dcNsProcess /** * Perfom direct action on module deletion. - * + * * This does not perform action on disabled module. * * @param dcModuleDefine $define The module