White Label CMS - Version 2.1.1

Version Description

  • Fixed Dashboard for Beaver Builder margin and padding
Download this release

Release Info

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

Code changes from version 2.1 to 2.1.1

includes/classes/Admin_Dashboard.php CHANGED
@@ -42,21 +42,23 @@ class WLCMS_Admin_Dashboard extends WLCMS_Previewable
42
 
43
  private function reset_dashboard_style() {
44
 
45
- wlcms_set_css('.wlcms-welcome-panel-content p,
46
- .wlcms-welcome-panel-content div,
47
- .wlcms-welcome-panel-content h1,
48
- .wlcms-welcome-panel-content h2,
49
- .wlcms-welcome-panel-content h3
50
- .wlcms-welcome-panel-content h4
51
- .wlcms-welcome-panel-content h5',
52
- array('margin' => '0',
53
- 'padding' => '0',
54
  'border' => '0',
55
  'font-size' => '100%',
56
  'font' => 'inherit',
57
  'line-height' => 'inherit',
58
  'vertical-align' => 'baseline',
59
- 'color' => 'inherit'));
 
 
60
  }
61
 
62
  private function set_dashboard_all_hidden()
42
 
43
  private function reset_dashboard_style() {
44
 
45
+ wlcms_set_css(
46
+ '.wlcms-welcome-panel-content .elementor p,
47
+ .wlcms-welcome-panel-content .elementor div,
48
+ .wlcms-welcome-panel-content .elementor h1,
49
+ .wlcms-welcome-panel-content .elementor h2,
50
+ .wlcms-welcome-panel-content .elementor h3
51
+ .wlcms-welcome-panel-content .elementor h4
52
+ .wlcms-welcome-panel-content .elementor h5',
53
+ array(
54
  'border' => '0',
55
  'font-size' => '100%',
56
  'font' => 'inherit',
57
  'line-height' => 'inherit',
58
  'vertical-align' => 'baseline',
59
+ 'color' => 'inherit'
60
+ )
61
+ );
62
  }
63
 
64
  private function set_dashboard_all_hidden()
includes/classes/Branding.php CHANGED
@@ -71,7 +71,7 @@ class WLCMS_Branding extends WLCMS_Previewable
71
 
72
  public function admin_body_class($classes)
73
  {
74
- $classes = trim($classes) . ' ' . (!is_wlcms_admin() ? 'not-' : '') . 'wlcms-admin';
75
 
76
  return $classes;
77
  }
71
 
72
  public function admin_body_class($classes)
73
  {
74
+ $classes = trim($classes) . ' ' . (!is_wlcms_admin() ? 'not-' : '') . 'wlcms-admin ';
75
 
76
  return $classes;
77
  }
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.1
12
- Stable tag: 2.1
13
 
14
  Customise dashboard panels and branding, hide menus plus lots more.
15
 
@@ -66,6 +66,9 @@ There is so much that you can do with White Label CMS, but we want the experienc
66
 
67
  == Changelog ==
68
 
 
 
 
69
  = 2.1 =
70
  * Support Internationalization
71
  * Added a body class to differentiate WLCMS Admin or not, by adding body.not-wlcms-admin or and body.wlcms-admin
9
  Requires at least: 3.3
10
  Requires PHP: 5.4
11
  Tested up to: 5.1
12
+ Stable tag: 2.1.1
13
 
14
  Customise dashboard panels and branding, hide menus plus lots more.
15
 
66
 
67
  == Changelog ==
68
 
69
+ = 2.1.1 =
70
+ * Fixed Dashboard for Beaver Builder margin and padding
71
+
72
  = 2.1 =
73
  * Support Internationalization
74
  * Added a body class to differentiate WLCMS Admin or not, by adding body.not-wlcms-admin or and body.wlcms-admin
wlcms-plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: White Label CMS
4
  Plugin URI: http://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.1
7
  Author: www.videousermanuals.com
8
  Author URI: http://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.1');
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: http://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.1.1
7
  Author: www.videousermanuals.com
8
  Author URI: http://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.1.1');
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__));