release 0.7

This commit is contained in:
Jean-Christian Paul Denis 2023-05-13 10:10:07 +02:00
parent 5e3cdf9174
commit 763c110afd
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
0.7 - 2023.05.13
* require dotclear 2.26
* add plugin Uninstaller features
* release for dotclear 2.26 stable
0.6 - 2023.04.26
* require dotclear 2.26
* use namespace

View File

@ -18,7 +18,7 @@ $this->registerModule(
'Comments list',
'Display a list of all comments and trackbacks of a blog in a public page',
'Benoit de Marne, Pierre Van Glabeke and contributors',
'0.6',
'0.7',
[
'requires' => [['core', '2.26']],
'permissions' => dcCore::app()->auth->makePermissions([

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="comListe">
<name>Comments list</name>
<version>0.6</version>
<version>0.7</version>
<author>Benoit de Marne, Pierre Van Glabeke and contributors</author>
<desc>Display a list of all comments and trackbacks of a blog in a public page</desc>
<file>https://github.com/JcDenis/comListe/releases/download/v0.6/plugin-comListe.zip</file>
<file>https://github.com/JcDenis/comListe/releases/download/v0.7/plugin-comListe.zip</file>
<da:dcmin>2.26</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/comListe</da:details>
<da:support>http://forum.dotclear.org/viewtopic.php?pid=333985</da:support>