Custom Sidebars – Dynamic Widget Area Manager - Version 3.0.3

Version Description

  • Removed WP Checkup banner.
Download this release

Release Info

Developer iworks
Plugin Icon 128x128 Custom Sidebars – Dynamic Widget Area Manager
Version 3.0.3
Comparing to
See all releases

Code changes from version 3.0.2 to 3.0.3

customsidebars.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Custom Sidebars
4
  * Plugin URI: https://wordpress.org/plugins/custom-sidebars/
5
  * Description: Allows you to create widgetized areas and custom sidebars. Replace whole sidebars or single widgets for specific posts and pages.
6
- * Version: 3.0.2
7
  * Author: WPMU DEV
8
  * Author URI: http://premium.wpmudev.org/
9
  * Textdomain: custom-sidebars
3
  * Plugin Name: Custom Sidebars
4
  * Plugin URI: https://wordpress.org/plugins/custom-sidebars/
5
  * Description: Allows you to create widgetized areas and custom sidebars. Replace whole sidebars or single widgets for specific posts and pages.
6
+ * Version: 3.0.3
7
  * Author: WPMU DEV
8
  * Author URI: http://premium.wpmudev.org/
9
  * Textdomain: custom-sidebars
inc/class-custom-sidebars-checkup-notification.php CHANGED
@@ -36,7 +36,7 @@ class CustomSidebarsCheckupNotification extends CustomSidebars {
36
  if ( ! is_admin() ) {
37
  return;
38
  }
39
- add_action( 'admin_head', array( $this, 'init_admin_head' ) );
40
  add_action( 'admin_head-widgets.php', array( $this, 'init_admin_head_in_widgets' ) );
41
  add_action( 'wp_ajax_custom_sidebars_checkup_notification_dismiss', array( $this, 'dismiss' ) );
42
  }
36
  if ( ! is_admin() ) {
37
  return;
38
  }
39
+ //add_action( 'admin_head', array( $this, 'init_admin_head' ) );
40
  add_action( 'admin_head-widgets.php', array( $this, 'init_admin_head_in_widgets' ) );
41
  add_action( 'wp_ajax_custom_sidebars_checkup_notification_dismiss', array( $this, 'dismiss' ) );
42
  }
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === Custom Sidebars Dynamic Widget Area Manager ===
2
  Contributors: WPMUDEV, marquex, WPMUDEV-Support2, WPMUDEV-Support1, WPMUDEV-Support6, WPMUDEV-Support4, iworks
3
  Tags: sidebar, widget, footer, custom, flexible layout, dynamic widgets, manage sidebars, replace widgets, custom widget area
4
  Requires at least: 3.3
5
  Tested up to: 4.7.3
6
- Stable tag: 3.0.2
7
 
8
  Flexible sidebars for custom widget configurations on every page, post and custom post type on your site.
9
 
@@ -120,6 +120,9 @@ If you are running a earlier version of WordPress download Custom Sidebars 0.8.2
120
 
121
  == Changelog ==
122
 
 
 
 
123
  = 3.0.2 =
124
  * Fixed compatibility issue with uBlock Origin and AdBlock Plus.
125
  * Fixed getting started box not appearing.
1
+ === Custom Sidebars - Dynamic Widget Area Manager ===
2
  Contributors: WPMUDEV, marquex, WPMUDEV-Support2, WPMUDEV-Support1, WPMUDEV-Support6, WPMUDEV-Support4, iworks
3
  Tags: sidebar, widget, footer, custom, flexible layout, dynamic widgets, manage sidebars, replace widgets, custom widget area
4
  Requires at least: 3.3
5
  Tested up to: 4.7.3
6
+ Stable tag: 3.0.3
7
 
8
  Flexible sidebars for custom widget configurations on every page, post and custom post type on your site.
9
 
120
 
121
  == Changelog ==
122
 
123
+ = 3.0.3 =
124
+ * Removed WP Checkup banner.
125
+
126
  = 3.0.2 =
127
  * Fixed compatibility issue with uBlock Origin and AdBlock Plus.
128
  * Fixed getting started box not appearing.