release 2021.11.06

master
Jean-Christian Paul Denis 2021-11-06 14:47:26 +01:00
parent e40adc6be7
commit 5672d39b93
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 26 additions and 19 deletions

View File

@ -1,13 +1,18 @@
dev dev
- [ ] add auto-find post title in content - [ ] add auto-find post title in content
2021.10.06
- update translations (and remove .lang.php file)
- add priority on filters for replacement order - add priority on filters for replacement order
- split filters into modules
- add autosubmit onadmin menu - 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) - 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 2021.09.05
- fix duplicate records id - fix duplicate records id

View File

@ -3,7 +3,7 @@
[![Release](https://img.shields.io/github/v/release/JcDenis/enhancePostContent)](https://github.com/JcDenis/enhancePostContent/releases) [![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) [![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) [![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) [![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) [![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 * admin permissions to set up plugin
* content admin permissions to manage fitlers * content admin permissions to manage fitlers
* Dotclear 2.19 * Dotclear 2.20
## USAGE ## USAGE

View File

@ -18,9 +18,9 @@ $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.09.05.1', '2021.11.06',
[ [
'requires' => [['core', '2.19']], 'requires' => [['core', '2.20']],
'permissions' => 'contentadmin', 'permissions' => 'contentadmin',
'type' => 'plugin', 'type' => 'plugin',
'support' => 'https://github.com/JcDenis/enhancePostContent', 'support' => 'https://github.com/JcDenis/enhancePostContent',

View File

@ -1,11 +1,13 @@
<?xml version="1.0"?>
<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>Enhance post content</name>
<version>2021.09.05</version> <version>2021.11.06</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.09.05/plugin-enhancePostContent.zip</file> <file>https://github.com/JcDenis/enhancePostContent/releases/download/v2021.11.06/plugin-enhancePostContent.zip</file>
<da:details>https://plugins.dotaddict.org/dc2/details/enhancePostContent</da:details> <da:dcmin>2.20</da:dcmin>
<da:support>https://github.com/JcDenis/enhancePostContent</da:support> <da:details>https://plugins.dotaddict.org/dc2/details/enhancePostContent</da:details>
</module> <da:support>https://github.com/JcDenis/enhancePostContent</da:support>
</modules> </module>
</modules>