release 0.7
This commit is contained in:
parent
5e3cdf9174
commit
763c110afd
@ -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
|
||||
|
@ -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([
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user