Quick Adsense - Version 2.3.1

Version Description

Download this release

Release Info

Developer quickadsense
Plugin Icon 128x128 Quick Adsense
Version 2.3.1
Comparing to
See all releases

Code changes from version 2.3 to 2.3.1

Files changed (3) hide show
  1. includes/content.php +1 -1
  2. quick-adsense.php +1 -1
  3. readme.txt +1 -1
includes/content.php CHANGED
@@ -32,7 +32,7 @@ function quick_adsense_the_content($content) {
32
  /* Begin Check for Available Ad Blocks */
33
  if(!count($quickAdsenseAdsId)) {
34
  for($i = 1; $i <= 10; $i++) {
35
- if(isset($settings['onpost_ad_'.$i.'_content']) && !empty(trim($settings['onpost_ad_'.$i.'_content']))) {
36
  array_push($quickAdsenseAdsId, $i);
37
  }
38
  }
32
  /* Begin Check for Available Ad Blocks */
33
  if(!count($quickAdsenseAdsId)) {
34
  for($i = 1; $i <= 10; $i++) {
35
+ if(isset($settings['onpost_ad_'.$i.'_content']) && !empty($settings['onpost_ad_'.$i.'_content'])) {
36
  array_push($quickAdsenseAdsId, $i);
37
  }
38
  }
quick-adsense.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin URI: http://quickadsense.com/
5
  Description: Quick Adsense offers a quicker & flexible way to insert Google Adsense or any Ads code into a blog post.
6
  Author: Quicksense
7
- Version: 2.3
8
  Author URI: http://quickadsense.com/
9
  */
10
  /*
4
  Plugin URI: http://quickadsense.com/
5
  Description: Quick Adsense offers a quicker & flexible way to insert Google Adsense or any Ads code into a blog post.
6
  Author: Quicksense
7
+ Version: 2.3.1
8
  Author URI: http://quickadsense.com/
9
  */
10
  /*
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: quickadsense
3
  Tags: WordPress Plugin, adsense, google adsense, random adsense, random ads, advertising, adsense insertion, ad manager, ad, yahoo, google, ads, text insertion, widget, sidebar, admin, posts, plugin
4
  Requires at least: 4.0
5
  Tested up to: 4.9.4
6
- Stable tag: 2.3
7
 
8
  Quick Adsense offers a quicker & flexible way to insert Google Adsense or any Ads code into a blog post.
9
 
3
  Tags: WordPress Plugin, adsense, google adsense, random adsense, random ads, advertising, adsense insertion, ad manager, ad, yahoo, google, ads, text insertion, widget, sidebar, admin, posts, plugin
4
  Requires at least: 4.0
5
  Tested up to: 4.9.4
6
+ Stable tag: 2.3.1
7
 
8
  Quick Adsense offers a quicker & flexible way to insert Google Adsense or any Ads code into a blog post.
9