Skip to content

Commit

Permalink
Update version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
myconcretelab committed Sep 22, 2015
1 parent d104f66 commit d2f52b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
3.1 - Introduction of Mmenu with new custom template
* Move Mmenu-theme to less
- Move all JS files in root
- Navigation improvement.
* Regular drop-down can be also fixed.
* Fix The regular nav that can’t be edited (z-index)
* Change some words in theme options page.
* Fix the mouseOut on navslide
* Fix the search form position in nav
- Add thumbnail type to blocks/image/templates/supermint_hover.
3.0.4 - Update full screen nav
* Remove the home icon
* Add a option for font size
Expand Down
2 changes: 1 addition & 1 deletion controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Controller extends Package {
protected $pkgHandle = 'theme_supermint';
protected $themeHandle = 'supermint';
protected $appVersionRequired = '5.7.4';
protected $pkgVersion = '3.0.4';
protected $pkgVersion = '3.1';
protected $pkg;
protected $pkgAllowsFullContentSwap = true;
protected $startingPoint;
Expand Down

0 comments on commit d2f52b8

Please sign in to comment.