Skip to content

Commit 7bf0742

Browse files
committed
added upgrade.md file
1 parent b62de95 commit 7bf0742

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,17 @@
11
Yii2 Gentelella Change Log
22
==========================
33

4-
1.3.0 Under development
4+
1.4.0 Under development
55
-----------------------
66

7-
1.2.5 July 12, 2017
8-
-------------------
7+
1.3.0 Aug 19, 2017
8+
------------------
99

10+
- Enh #25: Implemented another algorithm of sidebar state keeping (mohdqasim98)
1011
- Enh #23: Added an ability to add custom buttons in Panel widget (SamMousa)
11-
12-
1.2.4 July 10, 2017
13-
-------------------
14-
1512
- Enh #20: Added an ability to make an active menu item via `active` attribute (fps01)
16-
17-
1.2.3 July 4, 2017
18-
------------------
19-
2013
- Enh #22: Created Accordion widget (fps01)
21-
22-
1.2.2 May 22, 2017
23-
------------------
24-
2514
- Fix #17: Fixed source paths for bower (MKiselev)
26-
27-
1.2.1 March 21, 2017
28-
--------------------
29-
3015
- Fix #15: Fixed an error "Jquery Error progressbar is not a function" (fps01)
3116
- Fix #13: Make FlashAlert widget array compatible (al.gushchin)
3217

UPGRADE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Upgrading Instructions for Yii2 Gentelella
2+
==========================================
3+
4+
Upgrade from 1.2.5
5+
------------------
6+
7+
- Modify your layout file. Change `<body class="nav-md">` to `<body class="nav-<?= Yii::$app->request->cookies->getValue('menuIsCollapsed', false) ? 'sm' : 'md' ?>" >`

0 commit comments

Comments
 (0)