diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3bef070..7603ca3 100755 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/controller.php b/controller.php index 22db992..88bc0e3 100644 --- a/controller.php +++ b/controller.php @@ -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;