File tree 5 files changed +12
-6
lines changed
5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ moreCSS 2.5.1 - 2023.10.13
2
+ ===========================================================
3
+ * Require Dotclear 2.28
4
+ * Require PHP 8.1
5
+ * Upgrade to last minute change to Dotclear 2.28
6
+
1
7
moreCSS 2.5 - 2023.10.11
2
8
===========================================================
3
9
* Require Dotclear 2.28
Original file line number Diff line number Diff line change 1
1
# README
2
2
3
- [ ![ Release] ( https://img.shields.io/badge/release-2.5-a2cbe9.svg )] ( https://git.dotclear.watch/JcDenis/moreCSS/releases )
4
- ![ Date] ( https://img.shields.io/badge/date-2023.10.11 -c44d58.svg )
3
+ [ ![ Release] ( https://img.shields.io/badge/release-2.5.1 -a2cbe9.svg )] ( https://git.dotclear.watch/JcDenis/moreCSS/releases )
4
+ ![ Date] ( https://img.shields.io/badge/date-2023.10.13 -c44d58.svg )
5
5
[ ![ Dotclear] ( https://img.shields.io/badge/dotclear-v2.28-137bbb.svg )] ( https://fr.dotclear.org/download )
6
6
[ ![ Dotaddict] ( https://img.shields.io/badge/dotaddict-official-9ac123.svg )] ( https://plugins.dotaddict.org/dc2/details/moreCSS )
7
7
[ ![ License] ( https://img.shields.io/github/license/JcDenis/moreCSS )] ( https://git.dotclear.watch/JcDenis/moreCSS/blob/master/LICENSE )
Original file line number Diff line number Diff line change 17
17
'Style sheet ' ,
18
18
'Another CSS stylesheet for the active theme ' ,
19
19
'Osku and contributors ' ,
20
- '2.5 ' ,
20
+ '2.5.1 ' ,
21
21
[
22
22
'requires ' => [['core ' , '2.28 ' ]],
23
23
'permissions ' => 'My ' ,
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.5</version >
5
+ <version >2.5.1 </version >
6
6
<author >Osku and contributors</author >
7
7
<desc >Another CSS stylesheet for the active theme</desc >
8
- <file >https://git.dotclear.watch/JcDenis/moreCSS/releases/download/v2.5/plugin-moreCSS.zip</file >
8
+ <file >https://git.dotclear.watch/JcDenis/moreCSS/releases/download/v2.5.1 /plugin-moreCSS.zip</file >
9
9
<da : dcmin >2.28</da : dcmin >
10
10
<da : details >https://git.dotclear.watch/JcDenis/moreCSS/src/branch/master/README.md</da : details >
11
11
<da : support >https://git.dotclear.watch/JcDenis/moreCSS/issues</da : support >
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public static function process(): bool
39
39
return false ;
40
40
}
41
41
42
- My::addBackendMenuItem (App::backend ()->menus ::MENU_BLOG );
42
+ My::addBackendMenuItem (App::backend ()->menus () ::MENU_BLOG );
43
43
44
44
App::behavior ()->addBehavior ('adminDashboardFavoritesV2 ' , function (Favorites $ favs ): void {
45
45
$ favs ->register (My::id (), [
You can’t perform that action at this time.
0 commit comments