File tree 5 files changed +31
-11
lines changed
5 files changed +31
-11
lines changed Original file line number Diff line number Diff line change
1
+ 1.0 - 2023.04.11
2
+ - require Dotclear 2.26
3
+ - use namespace
4
+
1
5
0.7.1 - 2022.12.20
2
6
- remove currywurst template
3
7
- use dotclear method for widget
Original file line number Diff line number Diff line change 3
3
[ ![ Release] ( https://img.shields.io/github/v/release/JcDenis/CategoriesPage )] ( https://github.com/JcDenis/CategoriesPage/releases )
4
4
[ ![ Date] ( https://img.shields.io/github/release-date/JcDenis/CategoriesPage )] ( https://github.com/JcDenis/CategoriesPage/releases )
5
5
[ ![ Issues] ( https://img.shields.io/github/issues/JcDenis/CategoriesPage )] ( https://github.com/JcDenis/CategoriesPage/issues )
6
- [ ![ Dotclear] ( https://img.shields.io/badge/dotclear-v2.24 -blue.svg )] ( https://fr.dotclear.org/download )
6
+ [ ![ Dotclear] ( https://img.shields.io/badge/dotclear-v2.26 -blue.svg )] ( https://fr.dotclear.org/download )
7
7
[ ![ Dotaddict] ( https://img.shields.io/badge/dotaddict-official-green.svg )] ( https://plugins.dotaddict.org/dc2/details/CategoriesPage )
8
8
[ ![ License] ( https://img.shields.io/github/license/JcDenis/CategoriesPage )] ( https://github.com/JcDenis/CategoriesPage/blob/master/LICENSE )
9
9
@@ -20,7 +20,7 @@ A widget is also available.
20
20
_ CategoriesPage_ requires:
21
21
22
22
* admin permissions
23
- * Dotclear 2.24
23
+ * Dotclear 2.26
24
24
25
25
## USAGE
26
26
Original file line number Diff line number Diff line change 18
18
'Categories Page ' ,
19
19
'Add a public page for categories list ' ,
20
20
'Pierre Van Glabeke, Bernard Le Roux and Contributors ' ,
21
- '0.7.1 ' ,
21
+ '1.0 ' ,
22
22
[
23
- 'requires ' => [['core ' , '2.24 ' ]],
23
+ 'requires ' => [['core ' , '2.26 ' ]],
24
24
'permissions ' => dcCore::app ()->auth ->makePermissions ([
25
25
dcAuth::PERMISSION_ADMIN ,
26
26
]),
27
- 'type ' => 'plugin ' ,
28
- 'support ' => 'https://github.com/JcDenis/ ' . basename (__DIR__ ),
29
- 'details ' => 'https://plugins.dotaddict.org/dc2/details/ ' . basename (__DIR__ ),
30
- 'repository ' => 'https://raw.githubusercontent.com/JcDenis/ ' . basename (__DIR__ ) . '/master/dcstore.xml ' ,
27
+ 'type ' => 'plugin ' ,
28
+ 'support ' => 'https://github.com/JcDenis/ ' . basename (__DIR__ ),
29
+ 'details ' => 'https://plugins.dotaddict.org/dc2/details/ ' . basename (__DIR__ ),
30
+ 'repository ' => 'https://raw.githubusercontent.com/JcDenis/ ' . basename (__DIR__ ) . '/master/dcstore.xml ' ,
31
31
32
32
]
33
33
);
Original file line number Diff line number Diff line change 2
2
<modules xmlns : da =" http://dotaddict.org/da/" >
3
3
<module id =" CategoriesPage" >
4
4
<name >Categories Page</name >
5
- <version >0.7.1 </version >
5
+ <version >1.0 </version >
6
6
<author >Pierre Van Glabeke, Bernard Le Roux and Contributors</author >
7
7
<desc >Add a public page for categories list</desc >
8
- <file >https://github.com/JcDenis/CategoriesPage/releases/download/v0.7.1 /plugin-CategoriesPage.zip</file >
9
- <da : dcmin >2.24 </da : dcmin >
8
+ <file >https://github.com/JcDenis/CategoriesPage/releases/download/v1.0 /plugin-CategoriesPage.zip</file >
9
+ <da : dcmin >2.26 </da : dcmin >
10
10
<da : details >https://plugins.dotaddict.org/dc2/details/CategoriesPage</da : details >
11
11
<da : support >https://github.com/JcDenis/CategoriesPage</da : support >
12
12
</module >
Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * @package Dotclear
4
+ *
5
+ * @copyright Olivier Meunier & Association Dotclear
6
+ * @copyright GPL-2.0-only
7
+ */
8
+ #
9
+ # DOT NOT MODIFY THIS FILE !
10
+ #
11
+
12
+ use Dotclear \Helper \L10n ;
13
+
14
+ L10n::$ locales ['Categories Page ' ] = 'Page des catégories ' ;
15
+ L10n::$ locales ['Link to categories ' ] = 'Lien vers la page des catégories ' ;
16
+ L10n::$ locales ['Add a public page for categories list ' ] = 'Ajoute une page publique listant les catégories ' ;
You can’t perform that action at this time.
0 commit comments