diff --git a/CHANGELOG.md b/CHANGELOG.md index 9096539..fc6f218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ dev - [ ] orphan media cleaner +0.11 - 2022.12.20 +- use SVG icon +- use anonymous functions +- use abstract plugin name +- set addXxxAction as public method +- fix autoload +- fix permissions +- fix install + 0.10 - 2022.11.20 - fix compatibility with Dotclear 2.24 (required) diff --git a/_define.php b/_define.php index c6c0aee..bc4b29f 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Advanced cleaner', 'Make a huge cleaning of dotclear', 'Jean-Christian Denis and Contributors', - '0.10', + '0.11', [ 'requires' => [['core', '2.24']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 74f7c15..d3cd7a6 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Advanced cleaner - 0.10 + 0.11 Jean-Christian Denis and Contributors Make a huge cleaning of dotclear - https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v0.10/plugin-dcAdvancedCleaner.zip + https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v0.11/plugin-dcAdvancedCleaner.zip 2.24 https://plugins.dotaddict.org/dc2/details/dcAdvancedCleaner https://github.com/JcDenis/dcAdvancedCleaner