diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c2414..48b7b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ todo: - add user pref cleaner - add meta cleaner +0.9.2 - 2023.05.13 +- require Dotclear 2.26 and PHP 8.1+ +- use define php_min + 0.9 - 2023.05.09 - require Dotclear 2.26 and PHP 8.1+ - add form select default state to ActionDescriptor diff --git a/_define.php b/_define.php index caa7e27..c3b571c 100644 --- a/_define.php +++ b/_define.php @@ -18,9 +18,9 @@ $this->registerModule( 'Uninstaller', 'Uninstall cleanly plugins and themes', 'Jean-Christian Denis and Contributors', - '0.9.1', + '0.9.2', [ - 'requires' => [ + 'requires' => [ ['php', '8.1'], ['core', '2.26'], ], diff --git a/dcstore.xml b/dcstore.xml index 7136603..56cf727 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Uninstaller - 0.9.1 + 0.9.2 Jean-Christian Denis and Contributors Uninstall cleanly plugins and themes - https://github.com/JcDenis/Uninstaller/releases/download/v0.9.1/plugin-Uninstaller.zip + https://github.com/JcDenis/Uninstaller/releases/download/v0.9.2/plugin-Uninstaller.zip 2.26 https://plugins.dotaddict.org/dc2/details/Uninstaller https://github.com/JcDenis/Uninstaller