release 0.10
This commit is contained in:
parent
71fde26ae6
commit
13fce7d3ee
3 changed files with 32 additions and 15 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
0.9 - 2022.11.20
|
||||||
|
- fix compatibility with Dotclear 2.24 (required)
|
||||||
|
|
||||||
0.8 - 2021.09.10
|
0.8 - 2021.09.10
|
||||||
- clean up code
|
- clean up code
|
||||||
- add dcstore file
|
- add dcstore file
|
||||||
|
|
21
README.md
21
README.md
|
@ -1,5 +1,12 @@
|
||||||
# README
|
# README
|
||||||
|
|
||||||
|
[![Release](https://img.shields.io/github/v/release/JcDenis/whiteListCom)](https://github.com/JcDenis/whiteListCom/releases)
|
||||||
|
[![Date](https://img.shields.io/github/release-date/JcDenis/whiteListCom)](https://github.com/JcDenis/whiteListCom/releases)
|
||||||
|
[![Issues](https://img.shields.io/github/issues/JcDenis/whiteListCom)](https://github.com/JcDenis/whiteListCom/issues)
|
||||||
|
[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download)
|
||||||
|
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/whiteListCom)
|
||||||
|
[![License](https://img.shields.io/github/license/JcDenis/whiteListCom)](https://github.com/JcDenis/whiteListCom/blob/master/LICENSE)
|
||||||
|
|
||||||
## WHAT IS WHITELISTCOM ?
|
## WHAT IS WHITELISTCOM ?
|
||||||
|
|
||||||
_whiteListCom_ "White list for comments" is a plugin for the open-source
|
_whiteListCom_ "White list for comments" is a plugin for the open-source
|
||||||
|
@ -13,7 +20,7 @@ and a list of reserved names (pair of nickname / email ).
|
||||||
_whiteListCom_ requires:
|
_whiteListCom_ requires:
|
||||||
|
|
||||||
* permissions to manage antispam
|
* permissions to manage antispam
|
||||||
* Dotclear 2.6
|
* Dotclear 2.24
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
|
@ -24,8 +31,14 @@ Enable and configure "Unmoderated authors" of "Reserved names"
|
||||||
from antispam manager.
|
from antispam manager.
|
||||||
Note: User must write a comment before able to be added to the list.
|
Note: User must write a comment before able to be added to the list.
|
||||||
|
|
||||||
## MORE
|
## LINKS
|
||||||
|
|
||||||
* License : GNU GPL v2
|
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||||
* Source & contribution : [GitHub Page](https://github.com/JcDenis/whiteListCom)
|
* Source & contribution : [GitHub Page](https://github.com/JcDenis/whiteListCom)
|
||||||
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/whiteListCom)
|
* Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/whiteListCom)
|
||||||
|
|
||||||
|
## CONTRIBUTORS
|
||||||
|
|
||||||
|
* Jean-Christian Denis
|
||||||
|
|
||||||
|
You are welcome to contribute to this code.
|
23
dcstore.xml
23
dcstore.xml
|
@ -1,12 +1,13 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="whiteListCom">
|
<module id="whiteListCom">
|
||||||
<name>Liste blanche des commentaires</name>
|
<name>Whitelist comments</name>
|
||||||
<version>0.8</version>
|
<version>0.9</version>
|
||||||
<author>Jean-Christian Denis and Contributors</author>
|
<author>Jean-Christian Denis and Contributors</author>
|
||||||
<desc>Whitelists for comments moderation</desc>
|
<desc>Whitelists for comments moderation</desc>
|
||||||
<file>https://github.com/JcDenis/whiteListCom/releases/download/v0.8/plugin-whiteListCom.zip</file>
|
<file>https://github.com/JcDenis/whiteListCom/releases/download/v0.9/plugin-whiteListCom.zip</file>
|
||||||
<da:dcmin>2.19</da:dcmin>
|
<da:dcmin>2.24</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/whiteListCom</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/whiteListCom</da:details>
|
||||||
<da:support>https://github.com/JcDenis/whiteListCom</da:support>
|
<da:support>https://github.com/JcDenis/whiteListCom</da:support>
|
||||||
</module>
|
</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
Loading…
Reference in a new issue