release 2.1
This commit is contained in:
parent
3131fb6fe5
commit
33477344bc
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2.1 - 2023.05.13
|
||||||
|
* require Dotclear 2.26
|
||||||
|
* fix nullsafe warnings
|
||||||
|
* add plugin Uninstaller features
|
||||||
|
|
||||||
2.0 - 2023.04.11
|
2.0 - 2023.04.11
|
||||||
* require Dotclear 2.26
|
* require Dotclear 2.26
|
||||||
* use namespace
|
* use namespace
|
||||||
|
|
|
@ -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.0.1',
|
'2.1',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.26']],
|
'requires' => [['core', '2.26']],
|
||||||
'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.0.1</version>
|
<version>2.1</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://github.com/JcDenis/arlequin/releases/download/v2.0.1/plugin-arlequin.zip</file>
|
<file>https://github.com/JcDenis/arlequin/releases/download/v2.1/plugin-arlequin.zip</file>
|
||||||
<da:dcmin>2.26</da:dcmin>
|
<da:dcmin>2.26</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/arlequin</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/arlequin</da:details>
|
||||||
<da:support>http://forum.dotclear.org/viewtopic.php?id=48345</da:support>
|
<da:support>http://forum.dotclear.org/viewtopic.php?id=48345</da:support>
|
||||||
|
|
Loading…
Reference in a new issue