ready for release 2021.09.05
This commit is contained in:
parent
1aa768960d
commit
7d4891d20f
3 changed files with 12 additions and 5 deletions
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 filters for replacement order
|
||||||
- [ ] add priority on lists of filters for replacement order
|
- [ ] add priority on lists of filters for replacement order
|
||||||
- [ ] add auto-find post title in content
|
- [ ] add auto-find post title in content
|
||||||
- [ ] split filters into modules
|
- [ ] 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
|
2021.08.24.1
|
||||||
- add links to blog prefs
|
- add links to blog prefs
|
||||||
|
|
|
@ -19,7 +19,7 @@ $this->registerModule(
|
||||||
'Enhance post content',
|
'Enhance post content',
|
||||||
'Add features to words in post content',
|
'Add features to words in post content',
|
||||||
'Jean-Christian Denis and Contributors',
|
'Jean-Christian Denis and Contributors',
|
||||||
'2021.08.24.1',
|
'2021.09.05',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => 'contentadmin',
|
'permissions' => 'contentadmin',
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="enhancePostContent">
|
<module id="enhancePostContent">
|
||||||
<name>Amélioration du contenu</name>
|
<name>Amélioration du contenu</name>
|
||||||
<version>2021.08.24.1</version>
|
<version>2021.09.05</version>
|
||||||
<author>Jean-Christian Denis and Contributors</author>
|
<author>Jean-Christian Denis and Contributors</author>
|
||||||
<desc>Add features to words in post content</desc>
|
<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:details>https://plugins.dotaddict.org/dc2/details/enhancePostContent</da:details>
|
||||||
<da:support>https://github.com/JcDenis/enhancePostContent</da:support>
|
<da:support>https://github.com/JcDenis/enhancePostContent</da:support>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Reference in a new issue