release 2.4

This commit is contained in:
Jean-Christian Denis 2023-08-13 17:44:44 +02:00
parent 55e39afceb
commit 7060aef4bf
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951
4 changed files with 47 additions and 33 deletions

View file

@ -1,33 +1,47 @@
2.3 - 2023.07.29 moreCSS 2.4 - 2023.08.13
===========================================================
* Require Dotclear 2.27
* Require PHP 7.4
* Move third party repository
* Use Dotclear style for CHANGELOG
moreCSS 2.3 - 2023.07.29
===========================================================
* require Dotclear 2.27 * require Dotclear 2.27
* require PHP 7.4+ * require PHP 7.4+
* use new svg icon * use new svg icon
* update to Dotclear 2.27-dev * update to Dotclear 2.27-dev
2.2.1 - 2023.05.13 moreCSS 2.2.1 - 2023.05.13
===========================================================
* require dotclear 2.26 * require dotclear 2.26
* cleanup for dc2.26 stable * cleanup for dc2.26 stable
2.2 - 2023.04.22 moreCSS 2.2 - 2023.04.22
===========================================================
* require dotclear 2.26 * require dotclear 2.26
* add plugin Uninstaller features * add plugin Uninstaller features
* use latest helper namespace * use latest helper namespace
* fix nullsafe warnings * fix nullsafe warnings
2.1 - 2023.03.24 moreCSS 2.1 - 2023.03.24
===========================================================
* require dotclear 2.26 * require dotclear 2.26
* use namespace * use namespace
2.0 - 2022.12.31 moreCSS 2.0 - 2022.12.31
===========================================================
* use URL for style sheet * use URL for style sheet
* use color synthax for edition * use color synthax for edition
* use anonymous function * use anonymous function
* use abstract plugin id * use abstract plugin id
* fix phpstan and php-cs-fixer errors * fix phpstan and php-cs-fixer errors
1.4 - 2022.12.19 - Pierre Van Glabeke moreCSS 1.4 - 2022.12.19 - Pierre Van Glabeke
===========================================================
* màj dc2.24 * màj dc2.24
1.3 - 2018.01.23 - Pierre Van Glabeke moreCSS 1.3 - 2018.01.23 - Pierre Van Glabeke
===========================================================
* ajout js pour fermeture * ajout js pour fermeture
* modif date bloc licence * modif date bloc licence

View file

@ -1,11 +1,10 @@
# README # README
[![Release](https://img.shields.io/github/v/release/JcDenis/moreCSS)](https://github.com/JcDenis/moreCSS/releases) [![Release](https://img.shields.io/badge/release-2.4-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/moreCSS/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/moreCSS)](https://github.com/JcDenis/moreCSS/releases) [![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/JcDenis/moreCSS/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/moreCSS)](https://github.com/JcDenis/moreCSS/issues) [![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-blue.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/moreCSS)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/moreCSS) [![License](https://img.shields.io/github/license/JcDenis/moreCSS)](https://git.dotclear.watch/JcDenis/moreCSS/blob/master/LICENSE)
[![License](https://img.shields.io/github/license/JcDenis/moreCSS)](https://github.com/JcDenis/moreCSS/blob/master/LICENSE)
## WHAT IS MORECSS ? ## WHAT IS MORECSS ?
@ -17,11 +16,11 @@ without editing it.
## REQUIREMENTS ## REQUIREMENTS
_moreCSS_ requires: _moreCSS_ requires:
* content admin permissions to manage CSS * content admin permissions to manage CSS
* Dotclear 2.27 * Dotclear 2.27
* PHP 7.4+ * PHP 7.4+
## USAGE ## USAGE
@ -33,15 +32,16 @@ or by adding a favorites icon on dashboard.
## LINKS ## LINKS
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
* Source & contribution : [GitHub Page](https://github.com/JcDenis/moreCSS) * Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/moreCSS) or [GitHub Page](https://github.com/JcDenis/moreCSS)
* Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/moreCSS) * Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/moreCSS/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/moreCSS)
* Discuss & help : [Dotclear forum](http://forum.dotclear.org/viewtopic.php?id=44908) * Discuss & help : [Dotclear forum](http://forum.dotclear.org/viewtopic.php?id=44908)
## CONTRIBUTORS ## CONTRIBUTORS
* Osku (author) * Osku (author)
* Pierre Van Glabeke * Pierre Van Glabeke
* Jean-Christian Denis * Jean-Christian Denis
You are welcome to contribute to this code.
You are welcome to contribute to this code.

View file

@ -18,15 +18,15 @@ $this->registerModule(
'Style sheet', 'Style sheet',
'Another CSS stylesheet for the active theme', 'Another CSS stylesheet for the active theme',
'Osku and contributors', 'Osku and contributors',
'2.3', '2.4',
[ [
'requires' => [['core', '2.27']], 'requires' => [['core', '2.27']],
'permissions' => dcCore::app()->auth->makePermissions([ 'permissions' => dcCore::app()->auth->makePermissions([
dcCore::app()->auth::PERMISSION_CONTENT_ADMIN, dcCore::app()->auth::PERMISSION_CONTENT_ADMIN,
]), ]),
'type' => 'plugin', 'type' => 'plugin',
'support' => 'http://forum.dotclear.org/viewtopic.php?id=44908', 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', '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/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="moreCSS"> <module id="moreCSS">
<name>Style sheet</name> <name>Style sheet</name>
<version>2.3</version> <version>2.4</version>
<author>Osku and contributors</author> <author>Osku and contributors</author>
<desc>Another CSS stylesheet for the active theme</desc> <desc>Another CSS stylesheet for the active theme</desc>
<file>https://github.com/JcDenis/moreCSS/releases/download/v2.3/plugin-moreCSS.zip</file> <file>https://git.dotclear.watch/JcDenis/moreCSS/releases/download/v2.4/plugin-moreCSS.zip</file>
<da:dcmin>2.27</da:dcmin> <da:dcmin>2.27</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/moreCSS</da:details> <da:details>https://git.dotclear.watch/JcDenis/moreCSS/src/branch/master/README.md</da:details>
<da:support>http://forum.dotclear.org/viewtopic.php?id=44908</da:support> <da:support>https://git.dotclear.watch/JcDenis/moreCSS/issues</da:support>
</module> </module>
</modules> </modules>