release 0.7.1

This commit is contained in:
Jean-Christian Denis 2022-12-20 21:17:09 +01:00
parent 86a2f75445
commit 4ff80adcae
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951
3 changed files with 11 additions and 7 deletions

View file

@ -1,3 +1,7 @@
0.7.1 - 2022.12.20
- remove currywurst template
- use dotclear method for widget
0.7 - 2022.12.08
- update to dotclear 2.24
- review code

View file

@ -18,16 +18,16 @@ $this->registerModule(
'Categories Page',
'Add a public page for categories list',
'Pierre Van Glabeke, Bernard Le Roux and Contributors',
'0.7',
'0.7.1',
[
'requires' => [['core', '2.24']],
'permissions' => dcCore::app()->auth->makePermissions([
dcAuth::PERMISSION_ADMIN,
]),
'type' => 'plugin',
'support' => 'https://github.com/JcDenis/CategoriesPage',
'details' => 'https://plugins.dotaddict.org/dc2/details/CategoriesPage',
'repository' => 'https://raw.githubusercontent.com/JcDenis/CategoriesPage/master/dcstore.xml',
'type' => 'plugin',
'support' => 'https://github.com/JcDenis/' . basename(__DIR__),
'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__),
'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml',
]
);

View file

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="CategoriesPage">
<name>Categories Page</name>
<version>0.7</version>
<version>0.7.1</version>
<author>Pierre Van Glabeke, Bernard Le Roux and Contributors</author>
<desc>Add a public page for categories list</desc>
<file>https://github.com/JcDenis/CategoriesPage/releases/download/v0.7/plugin-CategoriesPage.zip</file>
<file>https://github.com/JcDenis/CategoriesPage/releases/download/v0.7.1/plugin-CategoriesPage.zip</file>
<da:dcmin>2.24</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/CategoriesPage</da:details>
<da:support>https://github.com/JcDenis/CategoriesPage</da:support>