Content Aware Sidebars – Unlimited Widget Areas - Version 3.7.6

Version Description

View Release Notes

  • Fixed: javascript error introduced in v3.7.5
Download this release

Release Info

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

Code changes from version 3.7.5 to 3.7.6

Files changed (5) hide show
  1. app.php +1 -1
  2. content-aware-sidebars.php +1 -1
  3. js/general.js +2 -2
  4. js/general.min.js +1 -1
  5. readme.txt +7 -3
app.php CHANGED
@@ -15,7 +15,7 @@ final class CAS_App {
15
  /**
16
  * Plugin version
17
  */
18
- const PLUGIN_VERSION = '3.7.5';
19
 
20
  /**
21
  * Prefix for sidebar id
15
  /**
16
  * Plugin version
17
  */
18
+ const PLUGIN_VERSION = '3.7.6';
19
 
20
  /**
21
  * Prefix for sidebar id
content-aware-sidebars.php CHANGED
@@ -9,7 +9,7 @@
9
  Plugin Name: Content Aware Sidebars
10
  Plugin URI: https://dev.institute/wordpress-sidebars/
11
  Description: Unlimited custom sidebars and widget areas for any post, page, category etc.
12
- Version: 3.7.5
13
  Author: Joachim Jensen - DEV Institute
14
  Author URI: https://dev.institute
15
  Text Domain: content-aware-sidebars
9
  Plugin Name: Content Aware Sidebars
10
  Plugin URI: https://dev.institute/wordpress-sidebars/
11
  Description: Unlimited custom sidebars and widget areas for any post, page, category etc.
12
+ Version: 3.7.6
13
  Author: Joachim Jensen - DEV Institute
14
  Author URI: https://dev.institute
15
  Text Domain: content-aware-sidebars
js/general.js CHANGED
@@ -31,9 +31,9 @@
31
  * @return {void}
32
  */
33
  reviewNoticeHandler: function() {
34
- $notice = $(".js-cas-notice-review");
35
  $notice.on("click","a, button", function(e) {
36
- $this = $(this);
37
  $.ajax({
38
  url: ajaxurl,
39
  data:{
31
  * @return {void}
32
  */
33
  reviewNoticeHandler: function() {
34
+ var $notice = $(".js-cas-notice-review");
35
  $notice.on("click","a, button", function(e) {
36
+ var $this = $(this);
37
  $.ajax({
38
  url: ajaxurl,
39
  data:{
js/general.min.js CHANGED
@@ -4,4 +4,4 @@
4
  * @license GPLv3
5
  * @copyright 2018 by Joachim Jensen
6
  */
7
- !function($){"use strict";var t={init:function(){this.upgradeNoticeHandler(),this.reviewNoticeHandler()},upgradeNoticeHandler:function(){$(".js-cas-pro-notice").on("click",function(t){t.preventDefault(),$(".js-cas-pro-read-more").attr("href",$(this).data("url")),$(".js-cas-pro-popup").trigger("click")})},reviewNoticeHandler:function(){$notice=$(".js-cas-notice-review"),$notice.on("click","a, button",function(t){$this=$(this),$.ajax({url:ajaxurl,data:{action:"cas_dismiss_review_notice",dismiss:$this.data("cas-rating")?1:0},dataType:"JSON",type:"POST",success:function(t){$notice.fadeOut(400,function(){$notice.remove()})},error:function(t,i,e){}})})}};$(document).ready(function(){t.init()})}(jQuery);
4
  * @license GPLv3
5
  * @copyright 2018 by Joachim Jensen
6
  */
7
+ !function($){"use strict";var t={init:function(){this.upgradeNoticeHandler(),this.reviewNoticeHandler()},upgradeNoticeHandler:function(){$(".js-cas-pro-notice").on("click",function(t){t.preventDefault(),$(".js-cas-pro-read-more").attr("href",$(this).data("url")),$(".js-cas-pro-popup").trigger("click")})},reviewNoticeHandler:function(){var t=$(".js-cas-notice-review");t.on("click","a, button",function(i){var e=$(this);$.ajax({url:ajaxurl,data:{action:"cas_dismiss_review_notice",dismiss:e.data("cas-rating")?1:0},dataType:"JSON",type:"POST",success:function(i){t.fadeOut(400,function(){t.remove()})},error:function(t,i,e){}})})}};$(document).ready(function(){t.init()})}(jQuery);
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: custom sidebars, sidebar, hide sidebar, display widgets, widget, bbpress,
5
  Requires at least: 4.1
6
  Requires PHP: 5.2.4
7
  Tested up to: 4.9
8
- Stable tag: 3.7.5
9
  License: GPLv3
10
 
11
  Display widget areas and custom sidebars on any post, page, category etc. Supports bbPress, BuddyPress, WooCommerce, WPML, and more.
@@ -16,7 +16,7 @@ Display widget areas and custom sidebars on any post, page, category etc. Suppor
16
 
17
  Content Aware Sidebars is packed with free features and is being used to boost on-site SEO, upsell products, and to optimize conversion rates by displaying different sidebars on different conditions.
18
 
19
- Focusing on scalability, this plugin the ideal solution for sites in growth.
20
 
21
  ####Add Unlimited Sidebars and Widget Areas
22
 
@@ -169,10 +169,14 @@ Of course! Check out the links below:
169
 
170
  == Changelog ==
171
 
172
- = 3.7.5 =
173
 
174
  [View Release Notes](https://dev.institute/blog/design-insert-widget-areas-content-aware-sidebars-3-7/?utm_source=readme&utm_medium=referral&utm_content=changelog&utm_campaign=cas)
175
 
 
 
 
 
176
  * Added: UI improvements
177
  * Added: affiliation program
178
  * Fixed: some hierarchical sub-items could not be selectable as conditions
5
  Requires at least: 4.1
6
  Requires PHP: 5.2.4
7
  Tested up to: 4.9
8
+ Stable tag: 3.7.6
9
  License: GPLv3
10
 
11
  Display widget areas and custom sidebars on any post, page, category etc. Supports bbPress, BuddyPress, WooCommerce, WPML, and more.
16
 
17
  Content Aware Sidebars is packed with free features and is being used to boost on-site SEO, upsell products, and to optimize conversion rates by displaying different sidebars on different conditions.
18
 
19
+ Focusing on scalability, this plugin is the ideal solution for sites in growth.
20
 
21
  ####Add Unlimited Sidebars and Widget Areas
22
 
169
 
170
  == Changelog ==
171
 
172
+ = 3.7.6 =
173
 
174
  [View Release Notes](https://dev.institute/blog/design-insert-widget-areas-content-aware-sidebars-3-7/?utm_source=readme&utm_medium=referral&utm_content=changelog&utm_campaign=cas)
175
 
176
+ * Fixed: javascript error introduced in v3.7.5
177
+
178
+ = 3.7.5 =
179
+
180
  * Added: UI improvements
181
  * Added: affiliation program
182
  * Fixed: some hierarchical sub-items could not be selectable as conditions