White Label CMS - Version 2.2.6

Version Description

  • Fixed WooCommerce Analytics reported by @evaldash

=

Download this release

Release Info

Developer VideoUserManuals
Plugin Icon 128x128 White Label CMS
Version 2.2.6
Comparing to
See all releases

Code changes from version 2.2.5 to 2.2.6

changelog.txt CHANGED
@@ -1,5 +1,10 @@
1
  == Changelog ==
2
 
 
 
 
 
 
3
  = 2.2.4 =
4
  * Fixed javascript error reported by @davidbawiec
5
 
1
  == Changelog ==
2
 
3
+ = 2.2.5 =
4
+ * Fixed WooCommerce Home issue
5
+ * Fixed Yoast Menu issue reported by @davidbawiec
6
+ * Fixed the hiding of default footer link when "Hide WordPress Logo and Links" enabled
7
+
8
  = 2.2.4 =
9
  * Fixed javascript error reported by @davidbawiec
10
 
includes/classes/Admin_Menus.php CHANGED
@@ -304,6 +304,7 @@ class WLCMS_Admin_Menus
304
  $main_submenu = $submenu_list[1];
305
  $this->remove_submenu_page($main_menu, $main_submenu);
306
  }
 
307
  $this->fix_woocommerce();
308
  $this->fix_yoast($setting_admin_menus['sub']);
309
  }
@@ -396,17 +397,16 @@ class WLCMS_Admin_Menus
396
  }
397
 
398
  $home = $submenu['woocommerce'][0];
399
- $home[1] = 'manage_woocommerce,vum';
400
  unset($submenu['woocommerce'][0]);
401
  $count = count($submenu['woocommerce']);
402
-
403
  if($count == 0) {
404
  wlcms_set_hidden_css('li.toplevel_page_woocommerce');
405
  }
406
 
407
  $submenu['woocommerce'] = array_values($submenu['woocommerce']);
408
  $submenu['woocommerce'][$count] = $home;
409
-
410
  }
411
 
412
  public function fix_yoast($sub)
304
  $main_submenu = $submenu_list[1];
305
  $this->remove_submenu_page($main_menu, $main_submenu);
306
  }
307
+
308
  $this->fix_woocommerce();
309
  $this->fix_yoast($setting_admin_menus['sub']);
310
  }
397
  }
398
 
399
  $home = $submenu['woocommerce'][0];
400
+ $home[1] = 'manage_woocommerce';
401
  unset($submenu['woocommerce'][0]);
402
  $count = count($submenu['woocommerce']);
403
+
404
  if($count == 0) {
405
  wlcms_set_hidden_css('li.toplevel_page_woocommerce');
406
  }
407
 
408
  $submenu['woocommerce'] = array_values($submenu['woocommerce']);
409
  $submenu['woocommerce'][$count] = $home;
 
410
  }
411
 
412
  public function fix_yoast($sub)
readme.txt CHANGED
@@ -9,7 +9,7 @@ Author: Video User Manuals
9
  Requires at least: 3.3
10
  Requires PHP: 5.4
11
  Tested up to: 5.8
12
- Stable tag: 2.2.5
13
 
14
  Customise dashboard panels and branding, hide menus plus lots more.
15
 
@@ -66,10 +66,8 @@ There is so much that you can do with White Label CMS, but we want the experienc
66
 
67
  == Changelog ==
68
 
69
- = 2.2.5 =
70
- * Fixed WooCommerce Home issue
71
- * Fixed Yoast Menu issue reported by @davidbawiec
72
- * Fixed the hiding of default footer link when "Hide WordPress Logo and Links" enabled
73
 
74
  == Frequently Asked Questions ==
75
  = Who is this plugin for?=
9
  Requires at least: 3.3
10
  Requires PHP: 5.4
11
  Tested up to: 5.8
12
+ Stable tag: 2.2.6
13
 
14
  Customise dashboard panels and branding, hide menus plus lots more.
15
 
66
 
67
  == Changelog ==
68
 
69
+ = 2.2.6 =
70
+ * Fixed WooCommerce Analytics reported by @evaldash
 
 
71
 
72
  == Frequently Asked Questions ==
73
  = Who is this plugin for?=
wlcms-plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: White Label CMS
4
  Plugin URI: https://www.videousermanuals.com/white-label-cms/?utm_campaign=wlcms&utm_medium=plugin&utm_source=readme-txt
5
  Description: A plugin that allows you to brand WordPress CMS as your own
6
- Version: 2.2.5
7
  Author: www.videousermanuals.com
8
  Author URI: https://www.videousermanuals.com/?utm_campaign=wlcms&utm_medium=plugin&utm_source=readme-txt
9
  Text Domain: white-label-cms
@@ -13,7 +13,7 @@ Domain Path: /languages
13
 
14
  if (!defined('ABSPATH')) exit; // Exit if accessed directly
15
 
16
- define('WLCMS_VERSION', '2.2.5');
17
  define("WLCMS_DIR", plugin_dir_path(__FILE__));
18
  define("WLCMS_ASSETS_URL", plugin_dir_url(__FILE__) . 'assets/');
19
  define("WLCMS_BASENAME", plugin_basename(__FILE__));
3
  Plugin Name: White Label CMS
4
  Plugin URI: https://www.videousermanuals.com/white-label-cms/?utm_campaign=wlcms&utm_medium=plugin&utm_source=readme-txt
5
  Description: A plugin that allows you to brand WordPress CMS as your own
6
+ Version: 2.2.6
7
  Author: www.videousermanuals.com
8
  Author URI: https://www.videousermanuals.com/?utm_campaign=wlcms&utm_medium=plugin&utm_source=readme-txt
9
  Text Domain: white-label-cms
13
 
14
  if (!defined('ABSPATH')) exit; // Exit if accessed directly
15
 
16
+ define('WLCMS_VERSION', '2.2.6');
17
  define("WLCMS_DIR", plugin_dir_path(__FILE__));
18
  define("WLCMS_ASSETS_URL", plugin_dir_url(__FILE__) . 'assets/');
19
  define("WLCMS_BASENAME", plugin_basename(__FILE__));