release 1.1
This commit is contained in:
parent
d4e4e2d980
commit
a0de48bf4a
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
1.1 - 2023.05.13
|
||||
- require Dotclear 2.26
|
||||
- fix nullsafe warnings
|
||||
|
||||
1.0 - 2023.04.11
|
||||
- require Dotclear 2.26
|
||||
- use namespace
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'Categories Page',
|
||||
'Add a public page for categories list',
|
||||
'Pierre Van Glabeke, Bernard Le Roux and Contributors',
|
||||
'1.0',
|
||||
'1.1',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="CategoriesPage">
|
||||
<name>Categories Page</name>
|
||||
<version>1.0</version>
|
||||
<version>1.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/v1.0/plugin-CategoriesPage.zip</file>
|
||||
<file>https://github.com/JcDenis/CategoriesPage/releases/download/v1.1/plugin-CategoriesPage.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/CategoriesPage</da:details>
|
||||
<da:support>https://github.com/JcDenis/CategoriesPage</da:support>
|
||||
|
|
Loading…
Reference in a new issue