Content Aware Sidebars – Unlimited Widget Areas - Version 3.0.1

Version Description

  • Added: wp4.4 compatibility
Download this release

Release Info

Developer intoxstudio
Plugin Icon 128x128 Content Aware Sidebars – Unlimited Widget Areas
Version 3.0.1
Comparing to
See all releases

Code changes from version 3.0 to 3.0.1

content-aware-sidebars.php CHANGED
@@ -7,7 +7,7 @@
7
  Plugin Name: Content Aware Sidebars
8
  Plugin URI: http://www.intox.dk/en/plugin/content-aware-sidebars-en/
9
  Description: Manage and show sidebars according to the content being viewed.
10
- Version: 3.0
11
  Author: Joachim Jensen, Intox Studio
12
  Author URI: http://www.intox.dk/
13
  Text Domain: content-aware-sidebars
@@ -42,12 +42,12 @@ final class ContentAwareSidebars {
42
  /**
43
  * Database version for update module
44
  */
45
- const DB_VERSION = '3.0';
46
 
47
  /**
48
  * Plugin version
49
  */
50
- const PLUGIN_VERSION = '3.0';
51
 
52
  /**
53
  * Prefix for sidebar id
7
  Plugin Name: Content Aware Sidebars
8
  Plugin URI: http://www.intox.dk/en/plugin/content-aware-sidebars-en/
9
  Description: Manage and show sidebars according to the content being viewed.
10
+ Version: 3.0.1
11
  Author: Joachim Jensen, Intox Studio
12
  Author URI: http://www.intox.dk/
13
  Text Domain: content-aware-sidebars
42
  /**
43
  * Database version for update module
44
  */
45
+ const DB_VERSION = '3.0.1';
46
 
47
  /**
48
  * Plugin version
49
  */
50
+ const PLUGIN_VERSION = '3.0.1';
51
 
52
  /**
53
  * Prefix for sidebar id
css/style.css CHANGED
@@ -1,4 +1,4 @@
1
  /*!
2
  * @package Content Aware Sidebars
3
  * @author Joachim Jensen <jv@intox.dk>
4
- */.cas-feature-list li{list-style-type:disc;margin-left:15px}#cas-plugin-links.postbox{background-color:#ddecf4;border-color:#9fcadf;box-shadow:0 0 0 1px #fff inset,0 1px 1px rgba(0,0,0,.04)}#cas-plugin-links .hndle{border-bottom-color:#9fcadf;box-shadow:0 -1px #fff inset}.fixed .column-widgets{width:10%}.fixed .column-merge-pos{width:20%}.fixed .column-handle{width:20%}.content-aware-sidebar:not(.inactive-sidebar){border-top:5px solid #75d7ef}.content-aware-sidebar:not(.inactive-sidebar) .widgets-sortables{background:0 0}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-description{margin:-5px -8px 10px}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-description .description{padding:10px!important}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-description .cas-settings{border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;background-color:#f5f5f5}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-description .cas-sidebar-link{display:inline-block;border-right:1px solid #dfdfdf;text-decoration:none;padding:10px}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-description .cas-sidebar-link:hover{color:#2ea2cc}.content-aware-sidebar:not(.inactive-sidebar).closed .cas-sidebar-footer{display:none}.content-aware-sidebar:not(.inactive-sidebar) .cas-sidebar-footer{border-top:1px solid #dfdfdf;padding:10px 5px 0}.content-aware-sidebar:not(.inactive-sidebar) .cas-sidebar-link{color:#444;text-decoration:none;margin-right:10px}.content-aware-sidebar:not(.inactive-sidebar) .cas-sidebar-link:hover{color:#2ea2cc}.cas-filter-sidebar{margin:10px 0;vertical-align:middle}.cas-filter-sidebar .button,.cas-filter-sidebar input{margin:12px 0 11px}.cas-filter-sidebar input{float:right}.cas-filter-widget{margin:10px 0}body.branch-3-8 .cas-filter-sidebar.wp-filter,body.branch-3-9 .cas-filter-sidebar.wp-filter{background:#fff none repeat scroll 0 0;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);box-sizing:border-box;color:#555;display:inline-block;font-size:13px;margin:9pt 0 25px;padding:0 10px;position:relative;width:100%}body.branch-3-8 .cas-filter-sidebar.wp-filter input,body.branch-3-9 .cas-filter-sidebar.wp-filter input{padding:3px 5px;line-height:initial}body.branch-3-8 .cas-filter-widget,body.branch-3-9 .cas-filter-widget{padding:3px 5px;line-height:initial}
1
  /*!
2
  * @package Content Aware Sidebars
3
  * @author Joachim Jensen <jv@intox.dk>
4
+ */.cas-feature-list li{list-style-type:disc;margin-left:15px}#cas-plugin-links.postbox{background-color:#ddecf4;border-color:#9fcadf;box-shadow:0 0 0 1px #fff inset,0 1px 1px rgba(0,0,0,.04)}#cas-plugin-links .hndle{border-bottom-color:#9fcadf;box-shadow:0 -1px #fff inset}.fixed .column-widgets{width:10%}.fixed .column-merge-pos{width:20%}.fixed .column-handle{width:20%}#cas-container h3{font-size:14px;margin:0}.content-aware-sidebar:not(.inactive-sidebar){border-top:5px solid #75d7ef}.content-aware-sidebar:not(.inactive-sidebar) .widgets-sortables{background:0 0}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-description{margin:-5px -8px 10px}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-description .description{padding:10px!important}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-description .cas-settings{border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;background-color:#f5f5f5}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-description .cas-sidebar-link{display:inline-block;border-right:1px solid #dfdfdf;text-decoration:none;padding:10px}.content-aware-sidebar:not(.inactive-sidebar) .sidebar-description .cas-sidebar-link:hover{color:#2ea2cc}.content-aware-sidebar:not(.inactive-sidebar).closed .cas-sidebar-footer{display:none}.content-aware-sidebar:not(.inactive-sidebar) .cas-sidebar-footer{border-top:1px solid #dfdfdf;padding:10px 5px 0}.content-aware-sidebar:not(.inactive-sidebar) .cas-sidebar-link{color:#444;text-decoration:none;margin-right:10px}.content-aware-sidebar:not(.inactive-sidebar) .cas-sidebar-link:hover{color:#2ea2cc}.cas-filter-sidebar{margin:10px 0;vertical-align:middle}.cas-filter-sidebar .button,.cas-filter-sidebar input{margin:12px 0 11px}.cas-filter-sidebar input{float:right}.cas-filter-widget{margin:10px 0}body.branch-3-8 .cas-filter-sidebar.wp-filter,body.branch-3-9 .cas-filter-sidebar.wp-filter{background:#fff none repeat scroll 0 0;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);box-sizing:border-box;color:#555;display:inline-block;font-size:13px;margin:9pt 0 25px;padding:0 10px;position:relative;width:100%}body.branch-3-8 .cas-filter-sidebar.wp-filter input,body.branch-3-9 .cas-filter-sidebar.wp-filter input{padding:3px 5px;line-height:initial}body.branch-3-8 .cas-filter-widget,body.branch-3-9 .cas-filter-widget{padding:3px 5px;line-height:initial}
lib/wp-content-aware-engine/core.php CHANGED
@@ -49,7 +49,7 @@ if(!class_exists("WPCACore")) {
49
  /**
50
  * Language domain
51
  */
52
- const DOMAIN = 'content-aware-sidebars';
53
 
54
  /**
55
  * Capability to manage sidebars
@@ -97,7 +97,7 @@ if(!class_exists("WPCACore")) {
97
  add_action('untrashed_post',
98
  array(__CLASS__,'sync_group_untrashed'));
99
  add_action('add_meta_boxes',
100
- array(__CLASS__,'add_group_meta_box'),10,3);
101
 
102
  add_action('wp_ajax_wpca/add-rule',
103
  array(__CLASS__,'ajax_update_group'));
49
  /**
50
  * Language domain
51
  */
52
+ const DOMAIN = 'wp-content-aware-engine';
53
 
54
  /**
55
  * Capability to manage sidebars
97
  add_action('untrashed_post',
98
  array(__CLASS__,'sync_group_untrashed'));
99
  add_action('add_meta_boxes',
100
+ array(__CLASS__,'add_group_meta_box'),10,2);
101
 
102
  add_action('wp_ajax_wpca/add-rule',
103
  array(__CLASS__,'ajax_update_group'));
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Plugin Name ===
2
  Contributors: intoxstudio
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KPZHE6A72LEN4&lc=US&item_name=WordPress%20Plugin%3a%20Content%20Aware%20Sidebars&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
4
- Tags: sidebar, widget area, custom sidebars, dynamic sidebar, replace sidebar, create sidebar, sidebar generator, sidebar manager, replace widget area, create widget area, context aware, conditional, seo, bbpress, buddypress, qtranslate, polylang, transposh, wpml, woocommerce
5
- Requires at least: 3.3
6
- Tested up to: 4.3
7
- Stable tag: 3.0
8
  License: GPLv3
9
 
10
  Create and display custom sidebars according to the content being viewed.
@@ -141,6 +141,10 @@ Do you want to contribute and see your name here?
141
 
142
  == Changelog ==
143
 
 
 
 
 
144
  = 3.0 =
145
 
146
  * Added: plugin rewritten with wp-content-aware-engine to take care of everything related to conditional content
1
  === Plugin Name ===
2
  Contributors: intoxstudio
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KPZHE6A72LEN4&lc=US&item_name=WordPress%20Plugin%3a%20Content%20Aware%20Sidebars&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
4
+ Tags: sidebar, widget, widget area, custom sidebars, dynamic sidebar, replace sidebar, create sidebar, sidebar generator, sidebar plugin, replace widget area, merge widget area, create widget area, context aware, conditional, seo, bbpress, buddypress, qtranslate, polylang, transposh, wpml, woocommerce
5
+ Requires at least: 3.8
6
+ Tested up to: 4.4
7
+ Stable tag: 3.0.1
8
  License: GPLv3
9
 
10
  Create and display custom sidebars according to the content being viewed.
141
 
142
  == Changelog ==
143
 
144
+ = 3.0.1 =
145
+
146
+ * Added: wp4.4 compatibility
147
+
148
  = 3.0 =
149
 
150
  * Added: plugin rewritten with wp-content-aware-engine to take care of everything related to conditional content