From 0deb24f093b9511036219b6db54e2894f48f5e50 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 23 Apr 2023 11:37:13 +0200 Subject: [PATCH] release 2023.04.23 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- _define.php | 2 +- dcstore.xml | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0f901..647401b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ dev - [ ] add auto-find post title in content - [ ] add auto-find categorie +2023.04.23 +- require Dotclear 2.26 +- require PHP 8.1+ +- use latest Database namespace +- remove some magic + 2023.04.22 - require Dotclear 2.26 - require PHP >= 8.1 @@ -11,6 +17,7 @@ dev - phpstan code review (level 8) - use object for filters stacks (change registration for them) - add plugin Uninstaller feature +- add code doc 2023.04.09 - require Dotclear 2.26 diff --git a/README.md b/README.md index e732f84..ccdd8fa 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ atgs, acronyms, abbreviations, definition, citation, link, etc... * admin permissions to set up plugin * content admin permissions to manage fitlers * Dotclear 2.26 - * PHP >= 8.1 + * PHP 8.1+ ## USAGE diff --git a/_define.php b/_define.php index c672b8f..62f13cb 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.22', + '2023.04.23', [ 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index d102ac1..5cae19e 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Enhance post content - 2023.04.22 + 2023.04.23 Jean-Christian Denis and Contributors Add features to words in post content - https://github.com/JcDenis/enhancePostContent/releases/download/v2023.04.22/plugin-enhancePostContent.zip + https://github.com/JcDenis/enhancePostContent/releases/download/v2023.04.23/plugin-enhancePostContent.zip 2.26 https://plugins.dotaddict.org/dc2/details/enhancePostContent https://github.com/JcDenis/enhancePostContent