From 7b35576cec89dc386b02312928b802d066e2b4f7 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 20 Apr 2023 16:10:43 +0200 Subject: [PATCH] release 0.4 --- CHANGELOG.md | 8 ++++++++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a5b92..b5fbe06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.4 - 2023.04.20 +- require Dotclear 2.26 and PHP >= 8.1 +- add method to retreive an action description +- change Cleaners registering process +- fix missing translation +- fix database check before drop table +- use latest dotcler helper namespace + 0.3 - 2023.04.17 - require Dotclear 2.26 and PHP >= 8.1 - add logs cleaner diff --git a/_define.php b/_define.php index 58d27f5..c5aff15 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.3', + '0.4', [ 'requires' => [['core', '2.26']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index b86ca7c..92cd987 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Uninstaller - 0.3 + 0.4 Jean-Christian Denis and Contributors Uninstall cleanly plugins and themes - https://github.com/JcDenis/Uninstaller/releases/download/v0.3/plugin-Uninstaller.zip + https://github.com/JcDenis/Uninstaller/releases/download/v0.4/plugin-Uninstaller.zip 2.26 https://plugins.dotaddict.org/dc2/details/Uninstaller https://github.com/JcDenis/Uninstaller