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