Version Description
- Fix: Error when clearing cache on some installations
- Fix: Menu item ordering incorrect on some installations
- Fix: Invalid 'max-width' CSS rule
- Fix: Conflict with Eduma theme - only load scss class when required
- New: Add support for 'never-highlight' custom class
- New: Add new dashicons introduced in WordPress 5.5
Download this release
Release Info
Developer | megamenu |
Plugin | Max Mega Menu |
Version | 2.9.1 |
Comparing to | |
See all releases |
Code changes from version 2.9.0.3 to 2.9.1
- megamenu.php +2 -2
- readme.txt +1 -1
megamenu.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Max Mega Menu
|
4 |
* Plugin URI: https://www.megamenu.com
|
5 |
* Description: An easy to use mega menu plugin. Written the WordPress way.
|
6 |
-
* Version: 2.9.
|
7 |
* Author: megamenu.com
|
8 |
* Author URI: https://www.megamenu.com
|
9 |
* License: GPL-2.0+
|
@@ -35,7 +35,7 @@ if ( ! class_exists( 'Mega_Menu' ) ) :
|
|
35 |
*
|
36 |
* @var string
|
37 |
*/
|
38 |
-
public $version = '2.9.
|
39 |
|
40 |
|
41 |
/**
|
3 |
* Plugin Name: Max Mega Menu
|
4 |
* Plugin URI: https://www.megamenu.com
|
5 |
* Description: An easy to use mega menu plugin. Written the WordPress way.
|
6 |
+
* Version: 2.9.1
|
7 |
* Author: megamenu.com
|
8 |
* Author URI: https://www.megamenu.com
|
9 |
* License: GPL-2.0+
|
35 |
*
|
36 |
* @var string
|
37 |
*/
|
38 |
+
public $version = '2.9.1';
|
39 |
|
40 |
|
41 |
/**
|
readme.txt
CHANGED
@@ -134,7 +134,7 @@ See https://www.megamenu.com for more screenshots
|
|
134 |
|
135 |
== Changelog ==
|
136 |
|
137 |
-
= 2.9.
|
138 |
|
139 |
* Fix: Error when clearing cache on some installations
|
140 |
* Fix: Menu item ordering incorrect on some installations
|
134 |
|
135 |
== Changelog ==
|
136 |
|
137 |
+
= 2.9.1 =
|
138 |
|
139 |
* Fix: Error when clearing cache on some installations
|
140 |
* Fix: Menu item ordering incorrect on some installations
|