Version Description
[20/02/18] =
- Fix: Impossible to save theme if the mobile toggle block Text Size option is deleted, then the theme saved, then the Text Size option is reinstated.
- Fix: Width of menu item descriptions within sub menus
Download this release
Release Info
Developer | megamenu |
Plugin | Max Mega Menu |
Version | 2.4.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.4.1 to 2.4.1.1
- classes/toggle-blocks.class.php +2 -2
- css/megamenu.scss +1 -1
- megamenu.php +3 -3
- readme.txt +8 -3
classes/toggle-blocks.class.php
CHANGED
@@ -473,8 +473,8 @@ class Mega_Menu_Toggle_Blocks {
|
|
473 |
'text_color' => isset($settings['text_color']) ? $settings['text_color'] : '#fff',
|
474 |
'icon_color' => isset($settings['icon_color']) ? $settings['icon_color'] : '#fff',
|
475 |
'icon_position' => isset($settings['icon_position']) ? "'" . $settings['icon_position'] . "'" : 'after',
|
476 |
-
'text_size' => isset($settings['text_size']) ? $settings['text_size'] : '14px',
|
477 |
-
'icon_size' => isset($settings['icon_size']) ? $settings['icon_size'] : '24px'
|
478 |
);
|
479 |
|
480 |
$menu_toggle_blocks[ $index ] = $styles;
|
473 |
'text_color' => isset($settings['text_color']) ? $settings['text_color'] : '#fff',
|
474 |
'icon_color' => isset($settings['icon_color']) ? $settings['icon_color'] : '#fff',
|
475 |
'icon_position' => isset($settings['icon_position']) ? "'" . $settings['icon_position'] . "'" : 'after',
|
476 |
+
'text_size' => isset($settings['text_size']) && strlen($settings['text_size']) ? $settings['text_size'] : '14px',
|
477 |
+
'icon_size' => isset($settings['icon_size']) && strlen($settings['icon_size']) ? $settings['icon_size'] : '24px'
|
478 |
);
|
479 |
|
480 |
$menu_toggle_blocks[ $index ] = $styles;
|
css/megamenu.scss
CHANGED
@@ -149,7 +149,7 @@
|
|
149 |
}
|
150 |
}
|
151 |
|
152 |
-
|
153 |
flex-basis: 80%;
|
154 |
width: 100%;
|
155 |
}
|
149 |
}
|
150 |
}
|
151 |
|
152 |
+
li.mega-menu-item .mega-description-group {
|
153 |
flex-basis: 80%;
|
154 |
width: 100%;
|
155 |
}
|
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
|
8 |
* Author: Tom Hemsley
|
9 |
* Author URI: https://www.megamenu.com
|
10 |
* License: GPL-2.0+
|
@@ -26,13 +26,13 @@ final class Mega_Menu {
|
|
26 |
/**
|
27 |
* @var string
|
28 |
*/
|
29 |
-
public $version = '2.4.1';
|
30 |
|
31 |
|
32 |
/**
|
33 |
* @var string
|
34 |
*/
|
35 |
-
public $scss_last_updated = '2.4.1';
|
36 |
|
37 |
|
38 |
/**
|
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.1
|
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.1';
|
30 |
|
31 |
|
32 |
/**
|
33 |
* @var string
|
34 |
*/
|
35 |
+
public $scss_last_updated = '2.4.1.1';
|
36 |
|
37 |
|
38 |
/**
|
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
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -108,7 +108,12 @@ See https://www.megamenu.com for more screenshots
|
|
108 |
|
109 |
== Changelog ==
|
110 |
|
111 |
-
= 2.4.1 [
|
|
|
|
|
|
|
|
|
|
|
112 |
|
113 |
* Change: WCAG accessibility fix (do not use "content" CSS for mobile menu toggle block text). Important: If you have applied custom styling to the menu toggle block you may need to update it.
|
114 |
* Change: To avoid CSS conflicts, when a menu item has a custom icon, use "mega-custom-icon" class instead of "custom"
|
@@ -122,7 +127,7 @@ See https://www.megamenu.com for more screenshots
|
|
122 |
* Fix: Tabs now respect 'second click behaviour' option
|
123 |
* Fix: Admin styling not loading correctly on Russian sites (and possible other languages)
|
124 |
* Fix: List (incorrectly) created PolyLang menu locations so that they can be deleted/renamed
|
125 |
-
* Fix: Menu Item Titles with br tags break mega menu settings panel
|
126 |
* Fix: "Save" button not accessible in menu item settings on smaller resolutions
|
127 |
* Fix: PHP Warnings
|
128 |
* Fix: Flyout menu border radius when shadow is applied
|
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
|
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.1 [20/02/18] =
|
112 |
+
|
113 |
+
* Fix: Impossible to save theme if the mobile toggle block Text Size option is deleted, then the theme saved, then the Text Size option is reinstated.
|
114 |
+
* Fix: Width of menu item descriptions within sub menus
|
115 |
+
|
116 |
+
= 2.4.1 [19/02/18] =
|
117 |
|
118 |
* Change: WCAG accessibility fix (do not use "content" CSS for mobile menu toggle block text). Important: If you have applied custom styling to the menu toggle block you may need to update it.
|
119 |
* Change: To avoid CSS conflicts, when a menu item has a custom icon, use "mega-custom-icon" class instead of "custom"
|
127 |
* Fix: Tabs now respect 'second click behaviour' option
|
128 |
* Fix: Admin styling not loading correctly on Russian sites (and possible other languages)
|
129 |
* Fix: List (incorrectly) created PolyLang menu locations so that they can be deleted/renamed
|
130 |
+
* Fix: Menu Item Titles with <br> tags break mega menu settings panel
|
131 |
* Fix: "Save" button not accessible in menu item settings on smaller resolutions
|
132 |
* Fix: PHP Warnings
|
133 |
* Fix: Flyout menu border radius when shadow is applied
|