release 1.3.1

This commit is contained in:
Jean-Christian Denis 2023-08-13 22:17:22 +02:00
parent 3327505500
commit 11ce530dff
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951
4 changed files with 92 additions and 71 deletions

View file

@ -1,63 +1,84 @@
1.2 - 2023.08.03
- require Dotclear 2.27
- require PHP 7.4+
- upgrade to Dotclear 2.27
- move repository to gitea (testing)
whiteListCom 1.3.1 - 2023.08.13
===========================================================
* Require Dotclear 2.27
* Require PHP 7.4
* Move third party repository
* Use Dotclear style for CHANGELOG
1.2.1 - 2023.05.13
- require dotclear 2.26
- cleanup for dotclear 2.26 stable
whiteListCom 1.3 - 2023.08.03
===========================================================
* require Dotclear 2.27
* require PHP 7.4+
* upgrade to Dotclear 2.27
* move repository to gitea (testing)
1.2 - 2023.04.24
- require dotclear 2.26
- use latest dotclear namespace
- use sql statement
- use static methods for filters
- fix comments without email
- fix list display
- fix nullsafe warnings
- add dependencies to plugin antispam
- add plugin Uninstaller features
whiteListCom 1.2.1 - 2023.05.13
===========================================================
* require dotclear 2.26
* cleanup for dotclear 2.26 stable
1.1 - 2023.03.11
- code review for Dotclear 2.25
whiteListCom 1.2 - 2023.04.24
===========================================================
* require dotclear 2.26
* use latest dotclear namespace
* use sql statement
* use static methods for filters
* fix comments without email
* fix list display
* fix nullsafe warnings
* add dependencies to plugin antispam
* add plugin Uninstaller features
1.0 - 2023.01.08
- use abstract plugin id
- use anonymous functions
- use namespace
- fix error on forms
whiteListCom 1.1 - 2023.03.11
===========================================================
* code review for Dotclear 2.25
0.9 - 2022.11.20
- fix compatibility with Dotclear 2.24 (required)
whiteListCom 1.0 - 2023.01.08
===========================================================
* use abstract plugin id
* use anonymous functions
* use namespace
* fix error on forms
0.8 - 2021.09.10
- clean up code
- add dcstore file
whiteListCom 0.9 - 2022.11.20
===========================================================
* fix compatibility with Dotclear 2.24 (required)
0.7 - 2021-08-19
- fix PSR2 coding style
- update license
whiteListCom 0.8 - 2021.09.10
===========================================================
* clean up code
* add dcstore file
0.6 - 2013-11-13
- Clean up code
whiteListCom 0.7 - 2021-08-19
===========================================================
* fix PSR2 coding style
* update license
0.5 - 2011-01-19
- Fixed calls to blog object
- Fixed (hope so) postgreSQL compatibility
- Added messages on admin
- New year copyright
whiteListCom 0.6 - 2013-11-13
===========================================================
* Clean up code
0.4 - 2010-06-05
- Switched to DC 2.2
whiteListCom 0.5 - 2011-01-19
===========================================================
* Fixed calls to blog object
* Fixed (hope so) postgreSQL compatibility
* Added messages on admin
* New year copyright
0.3 - 2009-11-08
- Fixed whitout comment_trackback in admin comments list
- Fixed typo
- Added LICENSE
whiteListCom 0.4 - 2010-06-05
===========================================================
* Switched to DC 2.2
0.2 - 2009-09-27
- Changed to antispam system
whiteListCom 0.3 - 2009-11-08
===========================================================
* Fixed whitout comment_trackback in admin comments list
* Fixed typo
* Added LICENSE
0.1 - 2009-09-16
- First lab release
whiteListCom 0.2 - 2009-09-27
===========================================================
* Changed to antispam system
whiteListCom 0.1 - 2009-09-16
===========================================================
* First lab release

View file

@ -1,11 +1,10 @@
# 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.27-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)
[![Release](https://img.shields.io/badge/release-1.3.1-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/whiteListCom/releases)
[![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/JcDenis/whiteListCom/releases)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/whiteListCom)
[![License](https://img.shields.io/github/license/JcDenis/whiteListCom)](https://git.dotclear.watch/JcDenis/whiteListCom/blob/master/LICENSE)
## WHAT IS WHITELISTCOM ?
@ -21,6 +20,7 @@ _whiteListCom_ requires:
* permissions to manage antispam
* Dotclear 2.27
* PHP 7.4
## USAGE
@ -34,8 +34,8 @@ Note: User must write a comment before able to be added to the list.
## LINKS
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
* Source & contribution : [Gitea Page](http://gitea.jcdenis.fr/Dotclear/whiteListCom) or [GitHub Page](https://github.com/JcDenis/whiteListCom)
* Packages & details : [Gitea Page](http://gitea.jcdenis.fr/Dotclear/whiteListCom/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/whiteListCom)
* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/whiteListCom) or [GitHub Page](https://github.com/JcDenis/whiteListCom)
* Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/whiteListCom/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/whiteListCom)
## CONTRIBUTORS

View file

@ -18,7 +18,7 @@ $this->registerModule(
'Whitelist comments',
'Whitelists for comments moderation',
'Jean-Christian Denis and Contributors',
'1.3',
'1.3.1',
[
'requires' => [
['core', '2.27'],
@ -30,8 +30,8 @@ $this->registerModule(
]),
'priority' => 200,
'type' => 'plugin',
'support' => 'http://gitea.jcdenis.fr/Dotclear/whiteListCom',
'details' => 'http://gitea.jcdenis.fr/Dotclear/whiteListCom/src/branch/master/README.md',
'repository' => 'http://gitea.jcdenis.fr/Dotclear/whiteListCom/raw/branch/master/dcstore.xml',
'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
]
);

View file

@ -2,12 +2,12 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="whiteListCom">
<name>Whitelist comments</name>
<version>1.3</version>
<version>1.3.1</version>
<author>Jean-Christian Denis and Contributors</author>
<desc>Whitelists for comments moderation</desc>
<file>https://gitea.jcdenis.fr/Dotclear/whiteListCom/releases/download/v1.3/plugin-whiteListCom.zip</file>
<file>https://git.dotclear.watch/JcDenis/whiteListCom/releases/download/v1.3.1/plugin-whiteListCom.zip</file>
<da:dcmin>2.27</da:dcmin>
<da:details>http://gitea.jcdenis.fr/Dotclear/whiteListCom/src/branch/master/README.md</da:details>
<da:support>http://gitea.jcdenis.fr/Dotclear/whiteListCom</da:support>
<da:details>https://git.dotclear.watch/JcDenis/whiteListCom/src/branch/master/README.md</da:details>
<da:support>https://git.dotclear.watch/JcDenis/whiteListCom/issues</da:support>
</module>
</modules>