release 2023.04.23
This commit is contained in:
parent
cd8fa85852
commit
0deb24f093
4 changed files with 11 additions and 4 deletions
|
@ -2,6 +2,12 @@ dev
|
||||||
- [ ] add auto-find post title in content
|
- [ ] add auto-find post title in content
|
||||||
- [ ] add auto-find categorie
|
- [ ] add auto-find categorie
|
||||||
|
|
||||||
|
2023.04.23
|
||||||
|
- require Dotclear 2.26
|
||||||
|
- require PHP 8.1+
|
||||||
|
- use latest Database namespace
|
||||||
|
- remove some magic
|
||||||
|
|
||||||
2023.04.22
|
2023.04.22
|
||||||
- require Dotclear 2.26
|
- require Dotclear 2.26
|
||||||
- require PHP >= 8.1
|
- require PHP >= 8.1
|
||||||
|
@ -11,6 +17,7 @@ dev
|
||||||
- phpstan code review (level 8)
|
- phpstan code review (level 8)
|
||||||
- use object for filters stacks (change registration for them)
|
- use object for filters stacks (change registration for them)
|
||||||
- add plugin Uninstaller feature
|
- add plugin Uninstaller feature
|
||||||
|
- add code doc
|
||||||
|
|
||||||
2023.04.09
|
2023.04.09
|
||||||
- require Dotclear 2.26
|
- require Dotclear 2.26
|
||||||
|
|
|
@ -23,7 +23,7 @@ atgs, acronyms, abbreviations, definition, citation, link, etc...
|
||||||
* admin permissions to set up plugin
|
* admin permissions to set up plugin
|
||||||
* content admin permissions to manage fitlers
|
* content admin permissions to manage fitlers
|
||||||
* Dotclear 2.26
|
* Dotclear 2.26
|
||||||
* PHP >= 8.1
|
* PHP 8.1+
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
|
|
|
@ -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.22',
|
'2023.04.23',
|
||||||
[
|
[
|
||||||
'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.22</version>
|
<version>2023.04.23</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.22/plugin-enhancePostContent.zip</file>
|
<file>https://github.com/JcDenis/enhancePostContent/releases/download/v2023.04.23/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 a new issue