diff --git a/CHANGELOG.md b/CHANGELOG.md index 647401b..5516af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ dev - [ ] add auto-find post title in content - [ ] add auto-find categorie +2023.05.13 +- require Dotclear 2.26 +- require PHP 8.1+ +- use define php_min +- fix wrong call property + 2023.04.23 - require Dotclear 2.26 - require PHP 8.1+ diff --git a/_define.php b/_define.php index 66bd162..ebccbbd 100644 --- a/_define.php +++ b/_define.php @@ -18,9 +18,9 @@ $this->registerModule( 'Enhance post content', 'Add features to words in post content', 'Jean-Christian Denis and Contributors', - '2023.04.23', + '2023.05.13', [ - 'requires' => [ + 'requires' => [ ['php', '8.1'], ['core', '2.26'], ], diff --git a/dcstore.xml b/dcstore.xml index 5cae19e..13f7768 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Enhance post content - 2023.04.23 + 2023.05.13 Jean-Christian Denis and Contributors Add features to words in post content - https://github.com/JcDenis/enhancePostContent/releases/download/v2023.04.23/plugin-enhancePostContent.zip + https://github.com/JcDenis/enhancePostContent/releases/download/v2023.05.13/plugin-enhancePostContent.zip 2.26 https://plugins.dotaddict.org/dc2/details/enhancePostContent https://github.com/JcDenis/enhancePostContent