diff --git a/CHANGELOG.md b/CHANGELOG.md index ea516bf..8b0f901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ dev - [ ] add auto-find post title in content - [ ] add auto-find categorie -- fix remplacement limit + +2023.04.22 +- require Dotclear 2.26 +- require PHP >= 8.1 +- break settings for tplValues and pubPages (must reconf them) +- change default values on ignore tags +- fix bug in replacement (html tag) +- phpstan code review (level 8) +- use object for filters stacks (change registration for them) +- add plugin Uninstaller feature 2023.04.09 - require Dotclear 2.26 diff --git a/_define.php b/_define.php index d1a6ea5..c672b8f 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Enhance post content', 'Add features to words in post content', 'Jean-Christian Denis and Contributors', - '2023.04.09', + '2023.04.22', [ 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index 0076dfd..d102ac1 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Enhance post content - 2023.04.09 + 2023.04.22 Jean-Christian Denis and Contributors Add features to words in post content - https://github.com/JcDenis/enhancePostContent/releases/download/v2023.04.09/plugin-enhancePostContent.zip + https://github.com/JcDenis/enhancePostContent/releases/download/v2023.04.22/plugin-enhancePostContent.zip 2.26 https://plugins.dotaddict.org/dc2/details/enhancePostContent https://github.com/JcDenis/enhancePostContent