release 2023.04.22
This commit is contained in:
parent
2948be39fd
commit
78f131f038
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,7 +1,16 @@
|
|||||||
dev
|
dev
|
||||||
- [ ] add auto-find post title in content
|
- [ ] add auto-find post title in content
|
||||||
- [ ] add auto-find categorie
|
- [ ] add auto-find categorie
|
||||||
- fix remplacement limit
|
|
||||||
|
2023.04.22
|
||||||
|
- require Dotclear 2.26
|
||||||
|
- require PHP >= 8.1
|
||||||
|
- break settings for tplValues and pubPages (must reconf them)
|
||||||
|
- change default values on ignore tags
|
||||||
|
- fix bug in replacement (html tag)
|
||||||
|
- phpstan code review (level 8)
|
||||||
|
- use object for filters stacks (change registration for them)
|
||||||
|
- add plugin Uninstaller feature
|
||||||
|
|
||||||
2023.04.09
|
2023.04.09
|
||||||
- require Dotclear 2.26
|
- require Dotclear 2.26
|
||||||
|
@ -18,7 +18,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',
|
||||||
'2023.04.09',
|
'2023.04.22',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.26']],
|
'requires' => [['core', '2.26']],
|
||||||
'permissions' => dcCore::app()->auth->makePermissions([
|
'permissions' => dcCore::app()->auth->makePermissions([
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="enhancePostContent">
|
<module id="enhancePostContent">
|
||||||
<name>Enhance post content</name>
|
<name>Enhance post content</name>
|
||||||
<version>2023.04.09</version>
|
<version>2023.04.22</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/v2023.04.09/plugin-enhancePostContent.zip</file>
|
<file>https://github.com/JcDenis/enhancePostContent/releases/download/v2023.04.22/plugin-enhancePostContent.zip</file>
|
||||||
<da:dcmin>2.26</da:dcmin>
|
<da:dcmin>2.26</da:dcmin>
|
||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user