Max Mega Menu - Version 2.4.1.4

Version Description

  • Fix: Issue with "Reset Widget Styling" option not working correctly. Thanks to fsminoz for reporting this!
Download this release

Release Info

Developer megamenu
Plugin Icon 128x128 Max Mega Menu
Version 2.4.1.4
Comparing to
See all releases

Code changes from version 2.4.1.3 to 2.4.1.4

Files changed (3) hide show
  1. css/reset.scss +1 -1
  2. megamenu.php +2 -2
  3. readme.txt +6 -2
css/reset.scss CHANGED
@@ -2,7 +2,7 @@
2
  #{$wrap} #{$menu} ul,
3
  #{$wrap} #{$menu} li,
4
  #{$wrap} #{$menu} p,
5
- #{$wrap} #{$menu} img:not('.mega-menu-logo'),
6
  #{$wrap} #{$menu} div,
7
  #{$wrap} #{$menu} a {
8
  color: $panel_font_color;
2
  #{$wrap} #{$menu} ul,
3
  #{$wrap} #{$menu} li,
4
  #{$wrap} #{$menu} p,
5
+ #{$wrap} #{$menu} img:not(.mega-menu-logo),
6
  #{$wrap} #{$menu} div,
7
  #{$wrap} #{$menu} a {
8
  color: $panel_font_color;
megamenu.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Max Mega Menu
5
  * Plugin URI: https://www.megamenu.com
6
  * Description: Easy to use drag & drop WordPress Mega Menu plugin. Create Mega Menus using Widgets. Responsive, retina & touch ready.
7
- * Version: 2.4.1.3
8
  * Author: Tom Hemsley
9
  * Author URI: https://www.megamenu.com
10
  * License: GPL-2.0+
@@ -26,7 +26,7 @@ final class Mega_Menu {
26
  /**
27
  * @var string
28
  */
29
- public $version = '2.4.1.3';
30
 
31
 
32
  /**
4
  * Plugin Name: Max Mega Menu
5
  * Plugin URI: https://www.megamenu.com
6
  * Description: Easy to use drag & drop WordPress Mega Menu plugin. Create Mega Menus using Widgets. Responsive, retina & touch ready.
7
+ * Version: 2.4.1.4
8
  * Author: Tom Hemsley
9
  * Author URI: https://www.megamenu.com
10
  * License: GPL-2.0+
26
  /**
27
  * @var string
28
  */
29
+ public $version = '2.4.1.4';
30
 
31
 
32
  /**
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: megamenu
3
  Tags: menu, megamenu, mega menu, navigation, widget, dropdown menu, drag and drop, mobile, responsive, retina, theme editor, widget, shortcode, sidebar, icons, dashicons
4
  Requires at least: 3.8
5
  Tested up to: 4.9
6
- Stable tag: 2.4.1.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -108,9 +108,13 @@ See https://www.megamenu.com for more screenshots
108
 
109
  == Changelog ==
110
 
 
 
 
 
111
  = 2.4.1.3 =
112
 
113
- * Fix: Revert/Back out CSS which changed how menu item descriptions and top aligned icons are styled. Restore related CSS to how it was in v2.4.
114
  * Fix: Mobile Toggle Blocks wrapping onto 2 lines
115
  * Fix: Mobile Toggle Icon Position before/after setting
116
  * Fix: Grid sub menu styling in Twenty Sixteen
3
  Tags: menu, megamenu, mega menu, navigation, widget, dropdown menu, drag and drop, mobile, responsive, retina, theme editor, widget, shortcode, sidebar, icons, dashicons
4
  Requires at least: 3.8
5
  Tested up to: 4.9
6
+ Stable tag: 2.4.1.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
108
 
109
  == Changelog ==
110
 
111
+ = 2.4.1.4 =
112
+
113
+ * Fix: Issue with "Reset Widget Styling" option not working correctly. Thanks to fsminoz for reporting this!
114
+
115
  = 2.4.1.3 =
116
 
117
+ * Fix: Revert/Back out CSS which changed how menu item descriptions and top aligned icons. Restore related CSS to how it was in v2.4.
118
  * Fix: Mobile Toggle Blocks wrapping onto 2 lines
119
  * Fix: Mobile Toggle Icon Position before/after setting
120
  * Fix: Grid sub menu styling in Twenty Sixteen