Skip to content

Commit e5f97b7

Browse files
committed
release 1.0
1 parent f21a5ee commit e5f97b7

File tree

5 files changed

+31
-11
lines changed

5 files changed

+31
-11
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.0 - 2023.04.11
2+
- require Dotclear 2.26
3+
- use namespace
4+
15
0.7.1 - 2022.12.20
26
- remove currywurst template
37
- use dotclear method for widget

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Release](https://img.shields.io/github/v/release/JcDenis/CategoriesPage)](https://github.com/JcDenis/CategoriesPage/releases)
44
[![Date](https://img.shields.io/github/release-date/JcDenis/CategoriesPage)](https://github.com/JcDenis/CategoriesPage/releases)
55
[![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)
77
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/CategoriesPage)
88
[![License](https://img.shields.io/github/license/JcDenis/CategoriesPage)](https://github.com/JcDenis/CategoriesPage/blob/master/LICENSE)
99

@@ -20,7 +20,7 @@ A widget is also available.
2020
_CategoriesPage_ requires:
2121

2222
* admin permissions
23-
* Dotclear 2.24
23+
* Dotclear 2.26
2424

2525
## USAGE
2626

Diff for: _define.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
'Categories Page',
1919
'Add a public page for categories list',
2020
'Pierre Van Glabeke, Bernard Le Roux and Contributors',
21-
'0.7.1',
21+
'1.0',
2222
[
23-
'requires' => [['core', '2.24']],
23+
'requires' => [['core', '2.26']],
2424
'permissions' => dcCore::app()->auth->makePermissions([
2525
dcAuth::PERMISSION_ADMIN,
2626
]),
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',
3131

3232
]
3333
);

Diff for: dcstore.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<modules xmlns:da="http://dotaddict.org/da/">
33
<module id="CategoriesPage">
44
<name>Categories Page</name>
5-
<version>0.7.1</version>
5+
<version>1.0</version>
66
<author>Pierre Van Glabeke, Bernard Le Roux and Contributors</author>
77
<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>
1010
<da:details>https://plugins.dotaddict.org/dc2/details/CategoriesPage</da:details>
1111
<da:support>https://github.com/JcDenis/CategoriesPage</da:support>
1212
</module>

Diff for: locales/fr/main.lang.php

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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';

0 commit comments

Comments
 (0)