release 2.0.1
This commit is contained in:
parent
1b47c35974
commit
54273f14ef
@ -1,3 +1,9 @@
|
||||
2.0.1 - 2023.04.23
|
||||
* require Dotclear 2.26
|
||||
* use latest dotclear namespace
|
||||
* remove magic
|
||||
* fix nullsafe warnings
|
||||
|
||||
2.0 - 2023.04.11
|
||||
* require Dotclear 2.26
|
||||
* use namespace
|
||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||
'shortArchives',
|
||||
'Display blog archives in an accordion menu, sorted by year',
|
||||
'annso, Pierre Van Glabeke and Contributors',
|
||||
'2.0',
|
||||
'2.0.1',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="shortArchives">
|
||||
<name>shortArchives</name>
|
||||
<version>2.0</version>
|
||||
<version>2.0.1</version>
|
||||
<author>annso, Pierre Van Glabeke and Contributors</author>
|
||||
<desc>Display blog archives in an accordion menu, sorted by year</desc>
|
||||
<file>https://github.com/JcDenis/shortArchives/releases/download/v2.0/plugin-shortArchives.zip</file>
|
||||
<file>https://github.com/JcDenis/shortArchives/releases/download/v2.0.1/plugin-shortArchives.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>http://plugins.dotaddict.org/dc2/details/shortArchives</da:details>
|
||||
<da:support>http://forum.dotclear.org/viewtopic.php?pid=321044#p321044</da:support>
|
||||
|
Loading…
Reference in New Issue
Block a user