Skip to content

Commit 1725d7f

Browse files
committed
release 2.5.1
1 parent e6f0d1b commit 1725d7f

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
moreCSS 2.5 - 2023.10.11
28
===========================================================
39
* Require Dotclear 2.28

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# README
22

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)
55
[![Dotclear](https://img.shields.io/badge/dotclear-v2.28-137bbb.svg)](https://fr.dotclear.org/download)
66
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/moreCSS)
77
[![License](https://img.shields.io/github/license/JcDenis/moreCSS)](https://git.dotclear.watch/JcDenis/moreCSS/blob/master/LICENSE)

_define.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'Style sheet',
1818
'Another CSS stylesheet for the active theme',
1919
'Osku and contributors',
20-
'2.5',
20+
'2.5.1',
2121
[
2222
'requires' => [['core', '2.28']],
2323
'permissions' => 'My',

dcstore.xml

+2-2
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.5</version>
5+
<version>2.5.1</version>
66
<author>Osku and contributors</author>
77
<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>
99
<da:dcmin>2.28</da:dcmin>
1010
<da:details>https://git.dotclear.watch/JcDenis/moreCSS/src/branch/master/README.md</da:details>
1111
<da:support>https://git.dotclear.watch/JcDenis/moreCSS/issues</da:support>

src/Backend.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static function process(): bool
3939
return false;
4040
}
4141

42-
My::addBackendMenuItem(App::backend()->menus::MENU_BLOG);
42+
My::addBackendMenuItem(App::backend()->menus()::MENU_BLOG);
4343

4444
App::behavior()->addBehavior('adminDashboardFavoritesV2', function (Favorites $favs): void {
4545
$favs->register(My::id(), [

0 commit comments

Comments
 (0)