diff --git a/content-aware-sidebars.php b/content-aware-sidebars.php index 65f6274..69932ab 100644 --- a/content-aware-sidebars.php +++ b/content-aware-sidebars.php @@ -7,7 +7,7 @@ Plugin Name: Content Aware Sidebars Plugin URI: http://www.intox.dk/en/plugin/content-aware-sidebars-en/ Description: Manage and show sidebars according to the content being viewed. -Version: 2.6.3 +Version: 3.0.1 Author: Joachim Jensen, Intox Studio Author URI: http://www.intox.dk/ Text Domain: content-aware-sidebars @@ -42,12 +42,12 @@ final class ContentAwareSidebars { /** * Database version for update module */ - const DB_VERSION = '3.0'; + const DB_VERSION = '3.0.1'; /** * Plugin version */ - const PLUGIN_VERSION = '3.0'; + const PLUGIN_VERSION = '3.0.1'; /** * Prefix for sidebar id diff --git a/css/style.css b/css/style.css index 1ba9407..4f3c14f 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,4 @@ /*! * @package Content Aware Sidebars * @author Joachim Jensen - */.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} \ No newline at end of file + */.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} \ No newline at end of file diff --git a/readme.txt b/readme.txt index be36feb..b9a1f8c 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: intoxstudio Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KPZHE6A72LEN4&lc=US&item_name=WordPress%20Plugin%3a%20Content%20Aware%20Sidebars¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted 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 -Requires at least: 3.3 -Tested up to: 4.3 -Stable tag: 2.6.3 +Requires at least: 3.8 +Tested up to: 4.4 +Stable tag: 3.0.1 License: GPLv3 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? == Changelog == += 3.0.1 = + +* Added: wp4.4 compatibility + = 3.0 = * Added: plugin rewritten with wp-content-aware-engine to take care of everything related to conditional content