release 1.4.2
This commit is contained in:
parent
4cc1e2a523
commit
530f927b35
3 changed files with 14 additions and 8 deletions
|
@ -1,3 +1,9 @@
|
|||
whiteListCom 1.4.2 - 2024.12.06
|
||||
===========================================================
|
||||
* Require Dotclear 2.28
|
||||
* Require PHP 8.1
|
||||
* Fix locales
|
||||
|
||||
whiteListCom 1.4.1 - 2023.10.14
|
||||
===========================================================
|
||||
* Require Dotclear 2.28
|
||||
|
|
14
README.md
14
README.md
|
@ -1,10 +1,10 @@
|
|||
# README
|
||||
|
||||
[![Release](https://img.shields.io/badge/release-1.4.1-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/whiteListCom/releases)
|
||||
![Date](https://img.shields.io/badge/date-2023.10.13-c44d58.svg)
|
||||
[![Release](https://img.shields.io/github/v/release/JcDenis/WhitelistCom)](https://github.com/JcDenis/whiteListCom/releases)
|
||||
![Date](https://img.shields.io/badge/date-2024.12.06-c44d58.svg)
|
||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.28-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)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/whitelistCom)](https://github.com/JcDenis/whiteListCom/blob/master/LICENSE)
|
||||
|
||||
## ABOUT
|
||||
|
||||
|
@ -29,10 +29,10 @@ Note: User must write a comment before able to be added to the list.
|
|||
|
||||
## LINKS
|
||||
|
||||
* [License](https://git.dotclear.watch/JcDenis/whiteListCom/src/branch/master/LICENSE)
|
||||
* [Packages & details](https://git.dotclear.watch/JcDenis/whiteListCom/releases) (or on [Dotaddict](https://plugins.dotaddict.org/dc2/details/whiteListCom))
|
||||
* [Sources & contributions](https://git.dotclear.watch/JcDenis/whiteListCom) (or on [GitHub](https://github.com/JcDenis/whiteListCom))
|
||||
* [Issues & security](https://git.dotclear.watch/JcDenis/whiteListCom/issues) (or on [GitHub](https://github.com/JcDenis/whiteListCom/issues))
|
||||
* [License](https://github.com/JcDenis/whiteListCom/src/branch/master/LICENSE)
|
||||
* [Packages & details](https://github.com/JcDenis/whiteListCom/releases) (or on [Dotaddict](https://plugins.dotaddict.org/dc2/details/whiteListCom))
|
||||
* [Sources & contributions](https://github.com/JcDenis/whiteListCom) (or on [GitHub](https://github.com/JcDenis/whiteListCom))
|
||||
* [Issues & security](https://github.com/JcDenis/whiteListCom/issues) (or on [GitHub](https://github.com/JcDenis/whiteListCom/issues))
|
||||
|
||||
## CONTRIBUTORS
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ $this->registerModule(
|
|||
'Whitelist comments',
|
||||
'Whitelists for comments moderation',
|
||||
'Jean-Christian Denis and Contributors',
|
||||
'1.4.1',
|
||||
'1.4.2',
|
||||
[
|
||||
'requires' => [['core', '2.28']],
|
||||
'permissions' => 'My',
|
||||
|
|
Loading…
Reference in a new issue