File tree Expand file tree Collapse file tree 2 files changed +11
-19
lines changed Expand file tree Collapse file tree 2 files changed +11
-19
lines changed Original file line number Diff line number Diff line change 11Yii2 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
Original file line number Diff line number Diff line change 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' ?>" > `
You can’t perform that action at this time.
0 commit comments