diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed5053..1c5decb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ dev - [ ] orphan media cleaner - [ ] move to plugin maintenance +1.0.1 - 2023.05.01 +- require dotclear 2.26 +- require php 8.1+ +- require plugin Uninstaller 0.8 + 1.0 - 2023.04.24 - require dotclear 2.26 - require php 8.1+ diff --git a/_define.php b/_define.php index b3fa385..9875afd 100644 --- a/_define.php +++ b/_define.php @@ -18,11 +18,11 @@ $this->registerModule( 'Advanced cleaner', 'Make a huge cleaning of dotclear', 'Jean-Christian Denis and Contributors', - '1.0', + '1.0.1', [ 'requires' => [ ['core', '2.26'], - ['Uninstaller', '0.6'], + ['Uninstaller', '0.8'], ], 'permissions' => null, 'type' => 'plugin', diff --git a/dcstore.xml b/dcstore.xml index dc871b5..4fadd8e 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Advanced cleaner - 1.0 + 1.0.1 Jean-Christian Denis and Contributors Make a huge cleaning of dotclear - https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v1.0/plugin-dcAdvancedCleaner.zip + https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v1.0.1/plugin-dcAdvancedCleaner.zip 2.26 https://plugins.dotaddict.org/dc2/details/dcAdvancedCleaner https://github.com/JcDenis/dcAdvancedCleaner