parent
75adf40c3d
commit
58cde86263
|
@ -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
|
||||
===========================================================
|
||||
* require Dotclear 2.27
|
||||
|
|
12
README.md
12
README.md
|
@ -1,10 +1,10 @@
|
|||
# README
|
||||
|
||||
[![Release](https://img.shields.io/badge/release-2.3-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/arlequin/releases)
|
||||
![Date](https://img.shields.io/badge/date-2023.08.07-c44d58.svg)]
|
||||
[![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.09.04-c44d58.svg)]
|
||||
[![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)
|
||||
[![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
|
||||
|
||||
|
@ -14,9 +14,9 @@ _arlequin_ is a plugin for the open-source web publishing software called [Dotcl
|
|||
|
||||
## REQUIREMENTS
|
||||
|
||||
* Dotclear content admin permissions to manage theme and public menu
|
||||
* Dotclear 2.27
|
||||
* PHP 7.4+
|
||||
* Dotclear content admin permission to manage theme and public menu
|
||||
|
||||
## USAGE
|
||||
|
||||
|
@ -29,11 +29,11 @@ you should also add widget to allow visitor to select a theme.
|
|||
|
||||
## 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))
|
||||
* [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))
|
||||
* [Discuss and help](http://forum.dotclear.org/viewtopic.php?id=48345)
|
||||
* [Discuss & help](http://forum.dotclear.org/viewtopic.php?id=48345)
|
||||
|
||||
## CONTRIBUTORS
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'Arlequin',
|
||||
'Allows visitors choose a theme',
|
||||
'Oleksandr Syenchuk, Pierre Van Glabeke and contributors',
|
||||
'2.3',
|
||||
'2.4',
|
||||
[
|
||||
'requires' => [['core', '2.27']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="arlequin">
|
||||
<name>Arlequin</name>
|
||||
<version>2.3</version>
|
||||
<version>2.4</version>
|
||||
<author>Oleksandr Syenchuk, Pierre Van Glabeke and contributors</author>
|
||||
<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: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>
|
||||
|
|
Loading…
Reference in New Issue