diff --git a/CHANGELOG.md b/CHANGELOG.md index 845eed2..7158028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ dev - [ ] add auto-find categorie - fix remplacement limit +2022.11.20 +- fix compatibility with Dotclear 2.24 (required) + 2021.10.06 - update translations (and remove .lang.php file) - add priority on filters for replacement order diff --git a/README.md b/README.md index b1c6754..5089339 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Release](https://img.shields.io/github/v/release/JcDenis/enhancePostContent)](https://github.com/JcDenis/enhancePostContent/releases) [![Date](https://img.shields.io/github/release-date/JcDenis/enhancePostContent)](https://github.com/JcDenis/enhancePostContent/releases) [![Issues](https://img.shields.io/github/issues/JcDenis/enhancePostContent)](https://github.com/JcDenis/enhancePostContent/issues) -[![Dotclear](https://img.shields.io/badge/dotclear-v2.20-blue.svg)](https://fr.dotclear.org/download) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/enhancePostContent) [![License](https://img.shields.io/github/license/JcDenis/enhancePostContent)](https://github.com/JcDenis/enhancePostContent/blob/master/LICENSE) @@ -22,7 +22,7 @@ atgs, acronyms, abbreviations, definition, citation, link, etc... * admin permissions to set up plugin * content admin permissions to manage fitlers - * Dotclear 2.20 + * Dotclear 2.24 ## USAGE diff --git a/_define.php b/_define.php index f46b979..2bec97e 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', - '2022.11.12', + '2022.11.20', [ 'requires' => [['core', '2.24']], 'permissions' => dcAuth::PERMISSION_CONTENT_ADMIN, diff --git a/dcstore.xml b/dcstore.xml index 68b59aa..c725925 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,11 +2,11 @@ Enhance post content - 2021.11.13 + 2022.11.20 Jean-Christian Denis and Contributors Add features to words in post content - https://github.com/JcDenis/enhancePostContent/releases/download/v2021.11.13/plugin-enhancePostContent.zip - 2.20 + https://github.com/JcDenis/enhancePostContent/releases/download/v2022.11.20/plugin-enhancePostContent.zip + 2.24 https://plugins.dotaddict.org/dc2/details/enhancePostContent https://github.com/JcDenis/enhancePostContent