release 2.0.2

This commit is contained in:
Jean-Christian Paul Denis 2023-05-13 15:26:40 +02:00
parent 39789d3e46
commit 6a17722680
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2.0.2 - 2023.05.13
* require Dotclear 2.26
* cleanup for dotclear 2.26 stable
2.0.1 - 2023.04.23 2.0.1 - 2023.04.23
* require Dotclear 2.26 * require Dotclear 2.26
* use latest dotclear namespace * use latest dotclear namespace

View File

@ -18,7 +18,7 @@ $this->registerModule(
'shortArchives', 'shortArchives',
'Display blog archives in an accordion menu, sorted by year', 'Display blog archives in an accordion menu, sorted by year',
'annso, Pierre Van Glabeke and Contributors', 'annso, Pierre Van Glabeke and Contributors',
'2.0.1', '2.0.2',
[ [
'requires' => [['core', '2.26']], 'requires' => [['core', '2.26']],
'permissions' => dcCore::app()->auth->makePermissions([ 'permissions' => dcCore::app()->auth->makePermissions([

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="shortArchives"> <module id="shortArchives">
<name>shortArchives</name> <name>shortArchives</name>
<version>2.0.1</version> <version>2.0.2</version>
<author>annso, Pierre Van Glabeke and Contributors</author> <author>annso, Pierre Van Glabeke and Contributors</author>
<desc>Display blog archives in an accordion menu, sorted by year</desc> <desc>Display blog archives in an accordion menu, sorted by year</desc>
<file>https://github.com/JcDenis/shortArchives/releases/download/v2.0.1/plugin-shortArchives.zip</file> <file>https://github.com/JcDenis/shortArchives/releases/download/v2.0.2/plugin-shortArchives.zip</file>
<da:dcmin>2.26</da:dcmin> <da:dcmin>2.26</da:dcmin>
<da:details>http://plugins.dotaddict.org/dc2/details/shortArchives</da:details> <da:details>http://plugins.dotaddict.org/dc2/details/shortArchives</da:details>
<da:support>http://forum.dotclear.org/viewtopic.php?pid=321044#p321044</da:support> <da:support>http://forum.dotclear.org/viewtopic.php?pid=321044#p321044</da:support>