Version Description
- Fix: Mega Menu Sub Menu - Box Shadow
Download this release
Release Info
Developer | megamenu |
Plugin | Max Mega Menu |
Version | 2.7.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.7.1 to 2.7.1.1
- css/megamenu.scss +1 -1
- megamenu.php +2 -2
- readme.txt +6 -2
css/megamenu.scss
CHANGED
@@ -571,7 +571,7 @@
|
|
571 |
}
|
572 |
|
573 |
@if $shadow == 'on' {
|
574 |
-
@include box-shadow($shadow_horizontal
|
575 |
}
|
576 |
|
577 |
@include mobile {
|
571 |
}
|
572 |
|
573 |
@if $shadow == 'on' {
|
574 |
+
@include box-shadow($shadow_horizontal $shadow_vertical $shadow_blur $shadow_spread $shadow_color);
|
575 |
}
|
576 |
|
577 |
@include mobile {
|
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.1
|
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.1';
|
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.1
|
6 |
-
Stable tag: 2.7
|
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 =
|
114 |
|
115 |
* Fix: Mobile Sub Menu - Force Width setting
|
@@ -133,7 +137,7 @@ See https://www.megamenu.com for more screenshots
|
|
133 |
* Fix: Select2 conflict with WP Job Manager
|
134 |
* Fix: Mobile sub menu animation sometimes "jumps" when using slide animation
|
135 |
|
136 |
-
We hope you enjoy Max Mega Menu and the new updates. If you
|
137 |
|
138 |
= 2.6 =
|
139 |
|
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.1
|
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 |
|
111 |
== Changelog ==
|
112 |
|
113 |
+
= 2.7.1.1 =
|
114 |
+
|
115 |
+
* Fix: Mega Menu Sub Menu - Box Shadow
|
116 |
+
|
117 |
= 2.7.1 =
|
118 |
|
119 |
* Fix: Mobile Sub Menu - Force Width setting
|
137 |
* Fix: Select2 conflict with WP Job Manager
|
138 |
* Fix: Mobile sub menu animation sometimes "jumps" when using slide animation
|
139 |
|
140 |
+
We hope you enjoy Max Mega Menu and the new updates. If you have a spare moment please leave us a quick [review](https://wordpress.org/support/plugin/megamenu/reviews/#new-post). Thanks!
|
141 |
|
142 |
= 2.6 =
|
143 |
|