ready for release 2021.09.05
This commit is contained in:
parent
1aa768960d
commit
7d4891d20f
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,9 +1,16 @@
|
||||
xxxx.xx.xx
|
||||
2021.09.05.1 - dev
|
||||
- [ ] add priority on filters for replacement order
|
||||
- [ ] add priority on lists of filters for replacement order
|
||||
- [ ] add auto-find post title in content
|
||||
- [ ] split filters into modules
|
||||
- [ ] fix filters on spaces after words
|
||||
|
||||
2021.09.05
|
||||
- fix duplicate records id
|
||||
- fix bad UFT8 filters modifier delimiter
|
||||
- fix filters replacement limit
|
||||
- fix admin redirections
|
||||
- fix dc link to settings
|
||||
- enhance admin design
|
||||
|
||||
2021.08.24.1
|
||||
- add links to blog prefs
|
||||
|
@ -19,7 +19,7 @@ $this->registerModule(
|
||||
'Enhance post content',
|
||||
'Add features to words in post content',
|
||||
'Jean-Christian Denis and Contributors',
|
||||
'2021.08.24.1',
|
||||
'2021.09.05',
|
||||
[
|
||||
'requires' => [['core', '2.19']],
|
||||
'permissions' => 'contentadmin',
|
||||
|
@ -1,10 +1,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="enhancePostContent">
|
||||
<name>Amélioration du contenu</name>
|
||||
<version>2021.08.24.1</version>
|
||||
<version>2021.09.05</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.08.24.1/plugin-enhancePostContent.zip</file>
|
||||
<file>https://github.com/JcDenis/enhancePostContent/releases/download/v2021.09.05/plugin-enhancePostContent.zip</file>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/enhancePostContent</da:details>
|
||||
<da:support>https://github.com/JcDenis/enhancePostContent</da:support>
|
||||
</module>
|
||||
|
Loading…
Reference in New Issue
Block a user