release 2.1

This commit is contained in:
Jean-Christian Denis 2023-03-25 00:22:56 +01:00
parent 9a55cd1f2c
commit f8b8a4716f
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951
4 changed files with 15 additions and 11 deletions

View file

@ -1,3 +1,7 @@
2.1 - 2023.03.24
* require dotclear 2.26
* use namespace
2.0 - 2022.12.31
* use URL for style sheet
* use color synthax for edition

View file

@ -3,7 +3,7 @@
[![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.24-blue.svg)](https://fr.dotclear.org/download)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-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)
@ -20,7 +20,7 @@ without editing it.
_moreCSS_ requires:
* content admin permissions to manage CSS
* Dotclear 2.24
* Dotclear 2.26
## USAGE

View file

@ -18,9 +18,9 @@ $this->registerModule(
'Style sheet',
'Another CSS stylesheet for the active theme',
'Osku and contributors',
'2.0',
'2.1',
[
'requires' => [['core', '2.24']],
'requires' => [['core', '2.26']],
'permissions' => dcCore::app()->auth->makePermissions([
dcAuth::PERMISSION_CONTENT_ADMIN,
]),

View file

@ -2,11 +2,11 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="moreCSS">
<name>Style sheet</name>
<version>2.0</version>
<version>2.1</version>
<author>Osku and contributors</author>
<desc>Another CSS stylesheet for the active theme</desc>
<file>https://github.com/JcDenis/moreCSS/releases/download/v2.0/plugin-moreCSS.zip</file>
<da:dcmin>2.24</da:dcmin>
<file>https://github.com/JcDenis/moreCSS/releases/download/v2.1/plugin-moreCSS.zip</file>
<da:dcmin>2.26</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>
</module>