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 PHP 7.4+
* use new svg icon
* update to Dotclear 2.27-dev
2.2.1 - 2023.05.13
moreCSS 2.2.1 - 2023.05.13
===========================================================
* require dotclear 2.26
* cleanup for dc2.26 stable
2.2 - 2023.04.22
moreCSS 2.2 - 2023.04.22
===========================================================
* require dotclear 2.26
* add plugin Uninstaller features
* use latest helper namespace
* fix nullsafe warnings
2.1 - 2023.03.24
moreCSS 2.1 - 2023.03.24
===========================================================
* require dotclear 2.26
* use namespace
2.0 - 2022.12.31
moreCSS 2.0 - 2022.12.31
===========================================================
* use URL for style sheet
* use color synthax for edition
* use anonymous function
* use abstract plugin id
* 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
1.3 - 2018.01.23 - Pierre Van Glabeke
moreCSS 1.3 - 2018.01.23 - Pierre Van Glabeke
===========================================================
* ajout js pour fermeture
* modif date bloc licence

View file

@ -1,11 +1,10 @@
# README
[![Release](https://img.shields.io/github/v/release/JcDenis/moreCSS)](https://github.com/JcDenis/moreCSS/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/moreCSS)](https://github.com/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-blue.svg)](https://fr.dotclear.org/download)
[![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://github.com/JcDenis/moreCSS/blob/master/LICENSE)
[![Release](https://img.shields.io/badge/release-2.4-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/moreCSS/releases)
[![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/JcDenis/moreCSS/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/moreCSS)
[![License](https://img.shields.io/github/license/JcDenis/moreCSS)](https://git.dotclear.watch/JcDenis/moreCSS/blob/master/LICENSE)
## WHAT IS MORECSS ?
@ -17,11 +16,11 @@ without editing it.
## REQUIREMENTS
_moreCSS_ requires:
_moreCSS_ requires:
* content admin permissions to manage CSS
* Dotclear 2.27
* PHP 7.4+
* content admin permissions to manage CSS
* Dotclear 2.27
* PHP 7.4+
## USAGE
@ -33,15 +32,16 @@ or by adding a favorites icon on dashboard.
## LINKS
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
* Source & contribution : [GitHub Page](https://github.com/JcDenis/moreCSS)
* Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/moreCSS)
* Discuss & help : [Dotclear forum](http://forum.dotclear.org/viewtopic.php?id=44908)
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/moreCSS) or [GitHub Page](https://github.com/JcDenis/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)
## CONTRIBUTORS
* Osku (author)
* Pierre Van Glabeke
* Jean-Christian Denis
* Osku (author)
* Pierre Van Glabeke
* 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',
'Another CSS stylesheet for the active theme',
'Osku and contributors',
'2.3',
'2.4',
[
'requires' => [['core', '2.27']],
'permissions' => dcCore::app()->auth->makePermissions([
dcCore::app()->auth::PERMISSION_CONTENT_ADMIN,
]),
'type' => 'plugin',
'support' => 'http://forum.dotclear.org/viewtopic.php?id=44908',
'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__),
'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/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="moreCSS">
<name>Style sheet</name>
<version>2.3</version>
<version>2.4</version>
<author>Osku and contributors</author>
<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:details>https://plugins.dotaddict.org/dc2/details/moreCSS</da:details>
<da:support>http://forum.dotclear.org/viewtopic.php?id=44908</da:support>
<da:details>https://git.dotclear.watch/JcDenis/moreCSS/src/branch/master/README.md</da:details>
<da:support>https://git.dotclear.watch/JcDenis/moreCSS/issues</da:support>
</module>
</modules>