File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change
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
+
1
7
2.1 - 2023.03.24
2
8
* require dotclear 2.26
3
9
* use namespace
Original file line number Diff line number Diff line change 18
18
'Style sheet ' ,
19
19
'Another CSS stylesheet for the active theme ' ,
20
20
'Osku and contributors ' ,
21
- '2.1 ' ,
21
+ '2.2 ' ,
22
22
[
23
23
'requires ' => [['core ' , '2.26 ' ]],
24
24
'permissions ' => dcCore::app ()->auth ->makePermissions ([
Original file line number Diff line number Diff line change 2
2
<modules xmlns : da =" http://dotaddict.org/da/" >
3
3
<module id =" moreCSS" >
4
4
<name >Style sheet</name >
5
- <version >2.1 </version >
5
+ <version >2.2 </version >
6
6
<author >Osku and contributors</author >
7
7
<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 >
9
9
<da : dcmin >2.26</da : dcmin >
10
10
<da : details >https://plugins.dotaddict.org/dc2/details/moreCSS</da : details >
11
11
<da : support >http://forum.dotclear.org/viewtopic.php?id=44908</da : support >
Original file line number Diff line number Diff line change 9
9
# DOT NOT MODIFY THIS FILE !
10
10
#
11
11
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 ' ;
You can’t perform that action at this time.
0 commit comments