release 0.7.1
This commit is contained in:
parent
86a2f75445
commit
4ff80adcae
3 changed files with 11 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
0.7.1 - 2022.12.20
|
||||||
|
- remove currywurst template
|
||||||
|
- use dotclear method for widget
|
||||||
|
|
||||||
0.7 - 2022.12.08
|
0.7 - 2022.12.08
|
||||||
- update to dotclear 2.24
|
- update to dotclear 2.24
|
||||||
- review code
|
- review code
|
||||||
|
|
10
_define.php
10
_define.php
|
@ -18,16 +18,16 @@ $this->registerModule(
|
||||||
'Categories Page',
|
'Categories Page',
|
||||||
'Add a public page for categories list',
|
'Add a public page for categories list',
|
||||||
'Pierre Van Glabeke, Bernard Le Roux and Contributors',
|
'Pierre Van Glabeke, Bernard Le Roux and Contributors',
|
||||||
'0.7',
|
'0.7.1',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.24']],
|
'requires' => [['core', '2.24']],
|
||||||
'permissions' => dcCore::app()->auth->makePermissions([
|
'permissions' => dcCore::app()->auth->makePermissions([
|
||||||
dcAuth::PERMISSION_ADMIN,
|
dcAuth::PERMISSION_ADMIN,
|
||||||
]),
|
]),
|
||||||
'type' => 'plugin',
|
'type' => 'plugin',
|
||||||
'support' => 'https://github.com/JcDenis/CategoriesPage',
|
'support' => 'https://github.com/JcDenis/' . basename(__DIR__),
|
||||||
'details' => 'https://plugins.dotaddict.org/dc2/details/CategoriesPage',
|
'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__),
|
||||||
'repository' => 'https://raw.githubusercontent.com/JcDenis/CategoriesPage/master/dcstore.xml',
|
'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml',
|
||||||
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="CategoriesPage">
|
<module id="CategoriesPage">
|
||||||
<name>Categories Page</name>
|
<name>Categories Page</name>
|
||||||
<version>0.7</version>
|
<version>0.7.1</version>
|
||||||
<author>Pierre Van Glabeke, Bernard Le Roux and Contributors</author>
|
<author>Pierre Van Glabeke, Bernard Le Roux and Contributors</author>
|
||||||
<desc>Add a public page for categories list</desc>
|
<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:dcmin>2.24</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/CategoriesPage</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/CategoriesPage</da:details>
|
||||||
<da:support>https://github.com/JcDenis/CategoriesPage</da:support>
|
<da:support>https://github.com/JcDenis/CategoriesPage</da:support>
|
||||||
|
|
Loading…
Reference in a new issue