From 763c110afd0b0f113fba5ab3afcb4aa86ce1feb0 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 13 May 2023 10:10:07 +0200 Subject: [PATCH] release 0.7 --- CHANGELOG.md | 5 +++++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3aad8..4c25f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/_define.php b/_define.php index e772b95..39a0cef 100644 --- a/_define.php +++ b/_define.php @@ -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([ diff --git a/dcstore.xml b/dcstore.xml index 3f259e9..317dcd7 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Comments list - 0.6 + 0.7 Benoit de Marne, Pierre Van Glabeke and contributors Display a list of all comments and trackbacks of a blog in a public page - https://github.com/JcDenis/comListe/releases/download/v0.6/plugin-comListe.zip + https://github.com/JcDenis/comListe/releases/download/v0.7/plugin-comListe.zip 2.26 https://plugins.dotaddict.org/dc2/details/comListe http://forum.dotclear.org/viewtopic.php?pid=333985