diff --git a/CHANGELOG.md b/CHANGELOG.md index 8633dd3..6d32954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ -todo -- fix template pagination - -0.5-dev - 2023.01.xx +0.5 - 2023.01.05 * update to dotclear 2.24 -* use anonymous functions (WIP) +* use anonymous functions * use abstract plugin id * use short settings id +* use ::class for callables +* use index from all comments for comment number * add item to plugin simple menu * add install process * add template dotty +* add dotclear style pagination * remove template currywurst comListe 0.4.2 - 11-11-2017 - Pierre Van Glabeke diff --git a/_define.php b/_define.php index ad3c971..33ae6ff 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.5-dev', + '0.5', [ 'requires' => [['core', '2.24']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml new file mode 100644 index 0000000..74d404a --- /dev/null +++ b/dcstore.xml @@ -0,0 +1,13 @@ + + + + Comments list + 0.5 + 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.5/plugin-comListe.zip + 2.24 + https://plugins.dotaddict.org/dc2/details/comListe + http://forum.dotclear.org/viewtopic.php?pid=333985 + + diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php new file mode 100644 index 0000000..eb2d29f --- /dev/null +++ b/locales/fr/main.lang.php @@ -0,0 +1,24 @@ +