diff --git a/CHANGELOG.md b/CHANGELOG.md index e4b6780..8e9d8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ todo: - add user pref cleaner - add meta cleaner +0.8 - 2023.05.01 +- require Dotclear 2.26 and PHP 8.1+ +- use iterable stacks +- fix and clean dir trait + 0.7 - 2023.04.30 - require Dotclear 2.26 and PHP 8.1+ - add cleaner descriptor diff --git a/_define.php b/_define.php index a4003d8..3de0a54 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.7', + '0.8', [ 'requires' => [['core', '2.26']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 5dcd0c1..5e3a055 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Uninstaller - 0.7 + 0.8 Jean-Christian Denis and Contributors Uninstall cleanly plugins and themes - https://github.com/JcDenis/Uninstaller/releases/download/v0.7/plugin-Uninstaller.zip + https://github.com/JcDenis/Uninstaller/releases/download/v0.8/plugin-Uninstaller.zip 2.26 https://plugins.dotaddict.org/dc2/details/Uninstaller https://github.com/JcDenis/Uninstaller