release 2022.11.20

This commit is contained in:
Jean-Christian Paul Denis 2022-11-20 18:35:43 +01:00
parent 1c4253d594
commit a51fc375f7
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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,

View File

@ -2,11 +2,11 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="enhancePostContent">
<name>Enhance post content</name>
<version>2021.11.13</version>
<version>2022.11.20</version>
<author>Jean-Christian Denis and Contributors</author>
<desc>Add features to words in post content</desc>
<file>https://github.com/JcDenis/enhancePostContent/releases/download/v2021.11.13/plugin-enhancePostContent.zip</file>
<da:dcmin>2.20</da:dcmin>
<file>https://github.com/JcDenis/enhancePostContent/releases/download/v2022.11.20/plugin-enhancePostContent.zip</file>
<da:dcmin>2.24</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/enhancePostContent</da:details>
<da:support>https://github.com/JcDenis/enhancePostContent</da:support>
</module>