Skip to content

Commit

Permalink
added upgrade.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
fps01 committed Aug 19, 2017
1 parent b62de95 commit 7bf0742
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
23 changes: 4 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
Yii2 Gentelella Change Log
==========================

1.3.0 Under development
1.4.0 Under development
-----------------------

1.2.5 July 12, 2017
-------------------
1.3.0 Aug 19, 2017
------------------

- Enh #25: Implemented another algorithm of sidebar state keeping (mohdqasim98)
- Enh #23: Added an ability to add custom buttons in Panel widget (SamMousa)

1.2.4 July 10, 2017
-------------------

- Enh #20: Added an ability to make an active menu item via `active` attribute (fps01)

1.2.3 July 4, 2017
------------------

- Enh #22: Created Accordion widget (fps01)

1.2.2 May 22, 2017
------------------

- Fix #17: Fixed source paths for bower (MKiselev)

1.2.1 March 21, 2017
--------------------

- Fix #15: Fixed an error "Jquery Error progressbar is not a function" (fps01)
- Fix #13: Make FlashAlert widget array compatible (al.gushchin)

Expand Down
7 changes: 7 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Upgrading Instructions for Yii2 Gentelella
==========================================

Upgrade from 1.2.5
------------------

- Modify your layout file. Change `<body class="nav-md">` to `<body class="nav-<?= Yii::$app->request->cookies->getValue('menuIsCollapsed', false) ? 'sm' : 'md' ?>" >`

0 comments on commit 7bf0742

Please sign in to comment.