From f6f02cf03de637cac48083db2040a9e7f5850184 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 9 May 2023 10:17:57 +0200 Subject: [PATCH] release 0.9 --- CHANGELOG.md | 4 ++++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e9d8be..e1c2414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ todo: - add user pref cleaner - add meta cleaner +0.9 - 2023.05.09 +- require Dotclear 2.26 and PHP 8.1+ +- add form select default state to ActionDescriptor + 0.8 - 2023.05.01 - require Dotclear 2.26 and PHP 8.1+ - use iterable stacks diff --git a/_define.php b/_define.php index 3de0a54..71322c6 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.8', + '0.9', [ 'requires' => [['core', '2.26']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 5e3a055..871b995 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Uninstaller - 0.8 + 0.9 Jean-Christian Denis and Contributors Uninstall cleanly plugins and themes - https://github.com/JcDenis/Uninstaller/releases/download/v0.8/plugin-Uninstaller.zip + https://github.com/JcDenis/Uninstaller/releases/download/v0.9/plugin-Uninstaller.zip 2.26 https://plugins.dotaddict.org/dc2/details/Uninstaller https://github.com/JcDenis/Uninstaller