release 2021.11.06
This commit is contained in:
parent
e40adc6be7
commit
5672d39b93
15
CHANGELOG.md
15
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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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',
|
||||
|
22
dcstore.xml
22
dcstore.xml
@ -1,11 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="enhancePostContent">
|
||||
<name>Amélioration du contenu</name>
|
||||
<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.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>
|
||||
</modules>
|
||||
<module id="enhancePostContent">
|
||||
<name>Enhance post content</name>
|
||||
<version>2021.11.06</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.11.06/plugin-enhancePostContent.zip</file>
|
||||
<da:dcmin>2.20</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/enhancePostContent</da:details>
|
||||
<da:support>https://github.com/JcDenis/enhancePostContent</da:support>
|
||||
</module>
|
||||
</modules>
|
||||
|
Loading…
Reference in New Issue
Block a user