Skip to content

Commit 8b17c8b

Browse files
committed
release 2.2
1 parent c4e8ff1 commit 8b17c8b

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.2 - 2023.04.22
2+
* require dotclear 2.26
3+
* add plugin Uninstaller features
4+
* use latest helper namespace
5+
* fix nullsafe warnings
6+
17
2.1 - 2023.03.24
28
* require dotclear 2.26
39
* use namespace

_define.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'Style sheet',
1919
'Another CSS stylesheet for the active theme',
2020
'Osku and contributors',
21-
'2.1',
21+
'2.2',
2222
[
2323
'requires' => [['core', '2.26']],
2424
'permissions' => dcCore::app()->auth->makePermissions([

dcstore.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<modules xmlns:da="http://dotaddict.org/da/">
33
<module id="moreCSS">
44
<name>Style sheet</name>
5-
<version>2.1</version>
5+
<version>2.2</version>
66
<author>Osku and contributors</author>
77
<desc>Another CSS stylesheet for the active theme</desc>
8-
<file>https://github.com/JcDenis/moreCSS/releases/download/v2.1/plugin-moreCSS.zip</file>
8+
<file>https://github.com/JcDenis/moreCSS/releases/download/v2.2/plugin-moreCSS.zip</file>
99
<da:dcmin>2.26</da:dcmin>
1010
<da:details>https://plugins.dotaddict.org/dc2/details/moreCSS</da:details>
1111
<da:support>http://forum.dotclear.org/viewtopic.php?id=44908</da:support>

locales/fr/main.lang.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
# DOT NOT MODIFY THIS FILE !
1010
#
1111

12-
l10n::$locales['Style sheet'] = 'Feuille de style';
13-
l10n::$locales['Style sheet:'] = 'Feuille de style :';
14-
l10n::$locales['Enable additionnal CSS for the active theme'] = 'Autorisation la feuille de style additionnelle pour le thème actif';
15-
l10n::$locales['Another CSS stylesheet for the active theme'] = 'Une autre feuille de style CSS pour le thème actif';
12+
use Dotclear\Helper\L10n;
13+
14+
L10n::$locales['Style sheet'] = 'Feuille de style';
15+
L10n::$locales['Style sheet:'] = 'Feuille de style :';
16+
L10n::$locales['Enable additionnal CSS for the active theme'] = 'Autorisation la feuille de style additionnelle pour le thème actif';
17+
L10n::$locales['Another CSS stylesheet for the active theme'] = 'Une autre feuille de style CSS pour le thème actif';

0 commit comments

Comments
 (0)