Max Mega Menu - Version 2.1.1.1

Version Description

15/03/2016 =

  • Fix: CSS "Don't output CSS" setting
Download this release

Release Info

Developer megamenu
Plugin Icon 128x128 Max Mega Menu
Version 2.1.1.1
Comparing to
See all releases

Code changes from version 2.1.1 to 2.1.1.1

Files changed (3) hide show
  1. classes/style-manager.class.php +7 -1
  2. megamenu.php +2 -2
  3. readme.txt +5 -1
classes/style-manager.class.php CHANGED
@@ -709,7 +709,9 @@ final class Mega_Menu_Style_Manager {
709
  */
710
  public function enqueue_styles() {
711
 
712
- $this->enqueue_fs_style();
 
 
713
 
714
  wp_enqueue_style( 'dashicons' );
715
 
@@ -898,6 +900,10 @@ final class Mega_Menu_Style_Manager {
898
  */
899
  public function head_css() {
900
 
 
 
 
 
901
  $upload_dir = wp_upload_dir();
902
 
903
  $filename = $this->get_css_filename();
709
  */
710
  public function enqueue_styles() {
711
 
712
+ if ( $this->get_css_output_method() == 'fs' ) {
713
+ $this->enqueue_fs_style();
714
+ }
715
 
716
  wp_enqueue_style( 'dashicons' );
717
 
900
  */
901
  public function head_css() {
902
 
903
+ if ( $this->get_css_output_method() == 'disabled' ) {
904
+ return;
905
+ }
906
+
907
  $upload_dir = wp_upload_dir();
908
 
909
  $filename = $this->get_css_filename();
megamenu.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Max Mega Menu
5
  * Plugin URI: https://www.maxmegamenu.com
6
  * Description: Mega Menu for WordPress.
7
- * Version: 2.1.1
8
  * Author: Tom Hemsley
9
  * Author URI: https://www.maxmegamenu.com
10
  * License: GPL-2.0+
@@ -26,7 +26,7 @@ final class Mega_Menu {
26
  /**
27
  * @var string
28
  */
29
- public $version = '2.1.1';
30
 
31
 
32
  /**
4
  * Plugin Name: Max Mega Menu
5
  * Plugin URI: https://www.maxmegamenu.com
6
  * Description: Mega Menu for WordPress.
7
+ * Version: 2.1.1.1
8
  * Author: Tom Hemsley
9
  * Author URI: https://www.maxmegamenu.com
10
  * License: GPL-2.0+
26
  /**
27
  * @var string
28
  */
29
+ public $version = '2.1.1.1';
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: 4.4
6
- Stable tag: 2.0.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -92,6 +92,10 @@ See https://www.maxmegamenu.com for more screenshots
92
 
93
  == Changelog ==
94
 
 
 
 
 
95
  = 2.1.1 [14/03/2016] =
96
 
97
  * Fix: PHP Warnings
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.4
6
+ Stable tag: 2.1.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
92
 
93
  == Changelog ==
94
 
95
+ = 2.1.1.1 [15/03/2016] (internal) =
96
+
97
+ * Fix: CSS "Don't output CSS" setting
98
+
99
  = 2.1.1 [14/03/2016] =
100
 
101
  * Fix: PHP Warnings