Version Description
- Fix: Dynamic Sub Menu Widths for tabbed sub menus
- Fix: Remove outline from animated toggle block
Download this release
Release Info
Developer | megamenu |
Plugin | Max Mega Menu |
Version | 2.5.3.2 |
Comparing to | |
See all releases |
Code changes from version 2.5.3.1 to 2.5.3.2
- css/toggle-blocks.scss +1 -0
- js/maxmegamenu.js +2 -2
- megamenu.php +2 -2
- readme.txt +6 -1
css/toggle-blocks.scss
CHANGED
@@ -125,6 +125,7 @@
|
|
125 |
overflow: visible;
|
126 |
transform: scale($scale);
|
127 |
align-self: center;
|
|
|
128 |
}
|
129 |
.mega-toggle-animated-box {
|
130 |
width: 40px;
|
125 |
overflow: visible;
|
126 |
transform: scale($scale);
|
127 |
align-self: center;
|
128 |
+
outline: 0;
|
129 |
}
|
130 |
.mega-toggle-animated-box {
|
131 |
width: 40px;
|
js/maxmegamenu.js
CHANGED
@@ -373,7 +373,7 @@
|
|
373 |
plugin.switchToDesktop();
|
374 |
}
|
375 |
|
376 |
-
plugin.calculateDynamicSubmenuWidths($("li.mega-menu-megamenu > a.mega-menu-link", $menu));
|
377 |
};
|
378 |
|
379 |
plugin.reverseRightAlignedItems = function() {
|
@@ -490,7 +490,7 @@
|
|
490 |
});
|
491 |
|
492 |
$(window).on("load", function() {
|
493 |
-
plugin.calculateDynamicSubmenuWidths($("li.mega-menu-megamenu > a.mega-menu-link", $menu));
|
494 |
});
|
495 |
|
496 |
plugin.bindMegaMenuEvents();
|
373 |
plugin.switchToDesktop();
|
374 |
}
|
375 |
|
376 |
+
plugin.calculateDynamicSubmenuWidths($("> li.mega-menu-megamenu > a.mega-menu-link", $menu));
|
377 |
};
|
378 |
|
379 |
plugin.reverseRightAlignedItems = function() {
|
490 |
});
|
491 |
|
492 |
$(window).on("load", function() {
|
493 |
+
plugin.calculateDynamicSubmenuWidths($("> li.mega-menu-megamenu > a.mega-menu-link", $menu));
|
494 |
});
|
495 |
|
496 |
plugin.bindMegaMenuEvents();
|
megamenu.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Max Mega Menu
|
5 |
* Plugin URI: https://www.megamenu.com
|
6 |
* Description: An easy to use mega menu plugin. Written the WordPress way.
|
7 |
-
* Version: 2.5.3.
|
8 |
* Author: megamenu.com
|
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.5.3.
|
30 |
|
31 |
|
32 |
/**
|
4 |
* Plugin Name: Max Mega Menu
|
5 |
* Plugin URI: https://www.megamenu.com
|
6 |
* Description: An easy to use mega menu plugin. Written the WordPress way.
|
7 |
+
* Version: 2.5.3.2
|
8 |
* Author: megamenu.com
|
9 |
* Author URI: https://www.megamenu.com
|
10 |
* License: GPL-2.0+
|
26 |
/**
|
27 |
* @var string
|
28 |
*/
|
29 |
+
public $version = '2.5.3.2';
|
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: 5.0
|
6 |
-
Stable tag: 2.5.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -109,6 +109,11 @@ See https://www.megamenu.com for more screenshots
|
|
109 |
|
110 |
== Changelog ==
|
111 |
|
|
|
|
|
|
|
|
|
|
|
112 |
= 2.5.3.1 =
|
113 |
|
114 |
* Fix: jQuery v3 compatibility
|
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: 5.0
|
6 |
+
Stable tag: 2.5.3.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= 2.5.3.2 =
|
113 |
+
|
114 |
+
* Fix: Dynamic Sub Menu Widths for tabbed sub menus
|
115 |
+
* Fix: Remove outline from animated toggle block
|
116 |
+
|
117 |
= 2.5.3.1 =
|
118 |
|
119 |
* Fix: jQuery v3 compatibility
|