Version Description
- Fix: Residual styling on arrows - apply display: inline-block;
Download this release
Release Info
Developer | megamenu |
Plugin | Max Mega Menu |
Version | 2.7.1.4 |
Comparing to | |
See all releases |
Code changes from version 2.7.1.3 to 2.7.1.4
- css/megamenu.scss +4 -0
- megamenu.php +2 -2
- readme.txt +6 -2
css/megamenu.scss
CHANGED
@@ -897,6 +897,7 @@
|
|
897 |
}
|
898 |
|
899 |
> a.mega-menu-link > span.mega-indicator {
|
|
|
900 |
height: 100%;
|
901 |
width: auto;
|
902 |
background: transparent;
|
@@ -1006,6 +1007,9 @@
|
|
1006 |
|
1007 |
&.mega-menu-accordion {
|
1008 |
// Arrows
|
|
|
|
|
|
|
1009 |
li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
|
1010 |
content: $arrow_up;
|
1011 |
}
|
897 |
}
|
898 |
|
899 |
> a.mega-menu-link > span.mega-indicator {
|
900 |
+
display: inline-block;
|
901 |
height: 100%;
|
902 |
width: auto;
|
903 |
background: transparent;
|
1007 |
|
1008 |
&.mega-menu-accordion {
|
1009 |
// Arrows
|
1010 |
+
> li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
|
1011 |
+
float: right;
|
1012 |
+
}
|
1013 |
li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
|
1014 |
content: $arrow_up;
|
1015 |
}
|
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.7.1.
|
8 |
* Author: megamenu.com
|
9 |
* Author URI: https://www.megamenu.com
|
10 |
* License: GPL-2.0+
|
@@ -36,7 +36,7 @@ final class Mega_Menu {
|
|
36 |
/**
|
37 |
* @var string
|
38 |
*/
|
39 |
-
public $version = '2.7.1.
|
40 |
|
41 |
|
42 |
/**
|
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.7.1.4
|
8 |
* Author: megamenu.com
|
9 |
* Author URI: https://www.megamenu.com
|
10 |
* License: GPL-2.0+
|
36 |
/**
|
37 |
* @var string
|
38 |
*/
|
39 |
+
public $version = '2.7.1.4';
|
40 |
|
41 |
|
42 |
/**
|
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: 4.9
|
5 |
Tested up to: 5.2
|
6 |
-
Stable tag: 2.7.1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -110,6 +110,10 @@ See https://www.megamenu.com for more screenshots
|
|
110 |
|
111 |
== Changelog ==
|
112 |
|
|
|
|
|
|
|
|
|
113 |
= 2.7.1.3 =
|
114 |
|
115 |
* Fix: Arrow drops onto new line in IE11 and in some other situations
|
@@ -767,4 +771,4 @@ Mac FireFox/Safari/Chrome, Windows Edge/IE9/IE10/IE11/FireFox/Chrome, iPhone, iP
|
|
767 |
|
768 |
* Initial version
|
769 |
|
770 |
-
== Upgrade Notice ==
|
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: 4.9
|
5 |
Tested up to: 5.2
|
6 |
+
Stable tag: 2.7.1.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
110 |
|
111 |
== Changelog ==
|
112 |
|
113 |
+
= 2.7.1.4 =
|
114 |
+
|
115 |
+
* Fix: Residual styling on arrows - apply display: inline-block;
|
116 |
+
|
117 |
= 2.7.1.3 =
|
118 |
|
119 |
* Fix: Arrow drops onto new line in IE11 and in some other situations
|
771 |
|
772 |
* Initial version
|
773 |
|
774 |
+
== Upgrade Notice ==
|