diff --git a/CHANGELOG.md b/CHANGELOG.md
index bafca85..7f89c38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,18 @@
dev
- [ ] add auto-find post title in content
+
+2021.10.06
+- update translations (and remove .lang.php file)
- add priority on filters for replacement order
-- split filters into modules
- add autosubmit onadmin menu
-- move sort options from blog pref to user pref
-- add pager for records list
-- add some js helpers
- remove ability to edit record (=> delete then create)
-- use url handler for css
+- move sort options from blog pref to user pref
+- split filters into modules
+- add pager for records list
+- add user pref for filters options (dc 2.20)
+- add some js helpers
+- use url handler for css (externalize css)
+- fix various bugs and typo
2021.09.05
- fix duplicate records id
diff --git a/README.md b/README.md
index cd0c6db..b1c6754 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.19-blue.svg)](https://fr.dotclear.org/download)
+[![Dotclear](https://img.shields.io/badge/dotclear-v2.20-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.19
+ * Dotclear 2.20
## USAGE
diff --git a/_define.php b/_define.php
index 1823173..f59c146 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',
- '2021.09.05.1',
+ '2021.11.06',
[
- 'requires' => [['core', '2.19']],
+ 'requires' => [['core', '2.20']],
'permissions' => 'contentadmin',
'type' => 'plugin',
'support' => 'https://github.com/JcDenis/enhancePostContent',
diff --git a/dcstore.xml b/dcstore.xml
index 75b4f20..f2b0a49 100644
--- a/dcstore.xml
+++ b/dcstore.xml
@@ -1,11 +1,13 @@
+
-
-Amélioration du contenu
-2021.09.05
-Jean-Christian Denis and Contributors
-Add features to words in post content
-https://github.com/JcDenis/enhancePostContent/releases/download/v2021.09.05/plugin-enhancePostContent.zip
-https://plugins.dotaddict.org/dc2/details/enhancePostContent
-https://github.com/JcDenis/enhancePostContent
-
-
\ No newline at end of file
+
+ Enhance post content
+ 2021.11.06
+ Jean-Christian Denis and Contributors
+ Add features to words in post content
+ https://github.com/JcDenis/enhancePostContent/releases/download/v2021.11.06/plugin-enhancePostContent.zip
+ 2.20
+ https://plugins.dotaddict.org/dc2/details/enhancePostContent
+ https://github.com/JcDenis/enhancePostContent
+
+