release 2.4
This commit is contained in:
parent
75adf40c3d
commit
58cde86263
4 changed files with 17 additions and 9 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
arlequin 2.4 - 2023.09.04
|
||||||
|
===========================================================
|
||||||
|
* Require Dotclear 2.27
|
||||||
|
* Require PHP 7.4+
|
||||||
|
* Fix crash on theme preview
|
||||||
|
* Use dotclear style for CHANGELOG
|
||||||
|
* Update README
|
||||||
|
|
||||||
arlequin 2.3 - 2023.08.06
|
arlequin 2.3 - 2023.08.06
|
||||||
===========================================================
|
===========================================================
|
||||||
* require Dotclear 2.27
|
* require Dotclear 2.27
|
||||||
|
|
12
README.md
12
README.md
|
@ -1,10 +1,10 @@
|
||||||
# README
|
# README
|
||||||
|
|
||||||
[![Release](https://img.shields.io/badge/release-2.3-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/arlequin/releases)
|
[![Release](https://img.shields.io/badge/release-2.4-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/arlequin/releases)
|
||||||
![Date](https://img.shields.io/badge/date-2023.08.07-c44d58.svg)]
|
![Date](https://img.shields.io/badge/date-2023.09.04-c44d58.svg)]
|
||||||
[![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-137bbb.svg)](https://fr.dotclear.org/download)
|
||||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/arlequin)
|
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/arlequin)
|
||||||
[![License](https://img.shields.io/badge/license-GPL--2.0-ececec.svg)](https://git.dotclear.watch/JcDenis/arlequin/blob/master/LICENSE)
|
[![License](https://img.shields.io/badge/license-GPL--2.0-ececec.svg)](https://git.dotclear.watch/JcDenis/arlequin/src/branch/master/LICENSE)
|
||||||
|
|
||||||
## ABOUT
|
## ABOUT
|
||||||
|
|
||||||
|
@ -14,9 +14,9 @@ _arlequin_ is a plugin for the open-source web publishing software called [Dotcl
|
||||||
|
|
||||||
## REQUIREMENTS
|
## REQUIREMENTS
|
||||||
|
|
||||||
|
* Dotclear content admin permissions to manage theme and public menu
|
||||||
* Dotclear 2.27
|
* Dotclear 2.27
|
||||||
* PHP 7.4+
|
* PHP 7.4+
|
||||||
* Dotclear content admin permission to manage theme and public menu
|
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
|
@ -29,11 +29,11 @@ you should also add widget to allow visitor to select a theme.
|
||||||
|
|
||||||
## LINKS
|
## LINKS
|
||||||
|
|
||||||
* [License](https://git.dotclear.watch/JcDenis/arlequin/blob/master/LICENSE)
|
* [License](https://git.dotclear.watch/JcDenis/arlequin/src/branch/master/LICENSE)
|
||||||
* [Packages & details](https://git.dotclear.watch/JcDenis/arlequin/releases) (or on [Dotaddict](https://plugins.dotaddict.org/dc2/details/arlequin))
|
* [Packages & details](https://git.dotclear.watch/JcDenis/arlequin/releases) (or on [Dotaddict](https://plugins.dotaddict.org/dc2/details/arlequin))
|
||||||
* [Sources & contributions](https://git.dotclear.watch/JcDenis/arlequin) (or on [GitHub](https://github.com/JcDenis/arlequin))
|
* [Sources & contributions](https://git.dotclear.watch/JcDenis/arlequin) (or on [GitHub](https://github.com/JcDenis/arlequin))
|
||||||
* [Issues & security](https://git.dotclear.watch/JcDenis/arlequin/issues) (or on [GitHub](https://github.com/JcDenis/arlequin/issues))
|
* [Issues & security](https://git.dotclear.watch/JcDenis/arlequin/issues) (or on [GitHub](https://github.com/JcDenis/arlequin/issues))
|
||||||
* [Discuss and help](http://forum.dotclear.org/viewtopic.php?id=48345)
|
* [Discuss & help](http://forum.dotclear.org/viewtopic.php?id=48345)
|
||||||
|
|
||||||
## CONTRIBUTORS
|
## CONTRIBUTORS
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||||
'Arlequin',
|
'Arlequin',
|
||||||
'Allows visitors choose a theme',
|
'Allows visitors choose a theme',
|
||||||
'Oleksandr Syenchuk, Pierre Van Glabeke and contributors',
|
'Oleksandr Syenchuk, Pierre Van Glabeke and contributors',
|
||||||
'2.3',
|
'2.4',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.27']],
|
'requires' => [['core', '2.27']],
|
||||||
'permissions' => dcCore::app()->auth->makePermissions([
|
'permissions' => dcCore::app()->auth->makePermissions([
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="arlequin">
|
<module id="arlequin">
|
||||||
<name>Arlequin</name>
|
<name>Arlequin</name>
|
||||||
<version>2.3</version>
|
<version>2.4</version>
|
||||||
<author>Oleksandr Syenchuk, Pierre Van Glabeke and contributors</author>
|
<author>Oleksandr Syenchuk, Pierre Van Glabeke and contributors</author>
|
||||||
<desc>Allows visitors choose a theme</desc>
|
<desc>Allows visitors choose a theme</desc>
|
||||||
<file>https://git.dotclear.watch/JcDenis/arlequin/releases/download/v2.3/plugin-arlequin.zip</file>
|
<file>https://git.dotclear.watch/JcDenis/arlequin/releases/download/v2.4/plugin-arlequin.zip</file>
|
||||||
<da:dcmin>2.27</da:dcmin>
|
<da:dcmin>2.27</da:dcmin>
|
||||||
<da:details>https://git.dotclear.watch/JcDenis/arlequin/src/branch/master/README.md</da:details>
|
<da:details>https://git.dotclear.watch/JcDenis/arlequin/src/branch/master/README.md</da:details>
|
||||||
<da:support>https://git.dotclear.watch/JcDenis/arlequin/issues</da:support>
|
<da:support>https://git.dotclear.watch/JcDenis/arlequin/issues</da:support>
|
||||||
|
|
Loading…
Reference in a new issue