Version Description
- Bug Fix - Remove the ads from Feed, Ads shouldn't be there in the first place.
- Date: 16-Jan-2011
Download this release
Release Info
Developer | philipze |
Plugin | Quick Adsense |
Version | 1.8.3 |
Comparing to | |
See all releases |
Code changes from version 1.8.2 to 1.8.3
- quick-adsense.php +4 -3
- readme.txt +5 -1
quick-adsense.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
Plugin URI: http://techmilieu.com/quick-adsense
|
6 |
Description: Quick Adsense offers a quicker & flexible way to insert Google Adsense or any Ads code into a blog post.
|
7 |
Author: Philip Ze
|
8 |
-
Version: 1.8.
|
9 |
Author URI: http://techmilieu.com/
|
10 |
*/
|
11 |
|
@@ -34,7 +34,7 @@ global $QData;
|
|
34 |
$QData['AdsWid'] = 10; /* Ads on Widget */
|
35 |
$QData['Ads'] = 10; /* Ads on Post body */
|
36 |
$QData['Name'] = 'Quick Adsense';
|
37 |
-
$QData['Version'] = '1.8.
|
38 |
$QData['URI'] = 'http://techmilieu.com/quick-adsense';
|
39 |
$QData['AdsWidName'] = 'AdsWidget%d (Quick Adsense)';
|
40 |
$QData['Default'] = array(
|
@@ -145,7 +145,8 @@ function process_content($content)
|
|
145 |
global $beginend;
|
146 |
|
147 |
/* verifying */
|
148 |
-
if( (
|
|
|
149 |
(strpos($content,'<!--OffAds-->')) ||
|
150 |
(is_single() && !(get_option('AppPost'))) ||
|
151 |
(is_page() && !(get_option('AppPage'))) ||
|
5 |
Plugin URI: http://techmilieu.com/quick-adsense
|
6 |
Description: Quick Adsense offers a quicker & flexible way to insert Google Adsense or any Ads code into a blog post.
|
7 |
Author: Philip Ze
|
8 |
+
Version: 1.8.3
|
9 |
Author URI: http://techmilieu.com/
|
10 |
*/
|
11 |
|
34 |
$QData['AdsWid'] = 10; /* Ads on Widget */
|
35 |
$QData['Ads'] = 10; /* Ads on Post body */
|
36 |
$QData['Name'] = 'Quick Adsense';
|
37 |
+
$QData['Version'] = '1.8.3';
|
38 |
$QData['URI'] = 'http://techmilieu.com/quick-adsense';
|
39 |
$QData['AdsWidName'] = 'AdsWidget%d (Quick Adsense)';
|
40 |
$QData['Default'] = array(
|
145 |
global $beginend;
|
146 |
|
147 |
/* verifying */
|
148 |
+
if( (is_feed()) ||
|
149 |
+
(strpos($content,'<!--NoAds-->')) ||
|
150 |
(strpos($content,'<!--OffAds-->')) ||
|
151 |
(is_single() && !(get_option('AppPost'))) ||
|
152 |
(is_page() && !(get_option('AppPage'))) ||
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
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
|
5 |
Requires at least: 2.5
|
6 |
Tested up to: 3.0.2
|
7 |
-
Stable tag: 1.8.
|
8 |
|
9 |
Quick Adsense offers a quicker & flexible way to insert Google Adsense or any Ads code into a blog post.
|
10 |
|
@@ -49,6 +49,10 @@ Please feedback to [http://techmilieu.com/quick-adsense](http://techmilieu.com/q
|
|
49 |
|
50 |
== Change Log ==
|
51 |
|
|
|
|
|
|
|
|
|
52 |
= 1.8.2 =
|
53 |
* New functionality - Default Ads positioning: Assign Ads right after the <!--more--> tag.
|
54 |
* Date: 03-Dec-2010
|
4 |
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
|
5 |
Requires at least: 2.5
|
6 |
Tested up to: 3.0.2
|
7 |
+
Stable tag: 1.8.3
|
8 |
|
9 |
Quick Adsense offers a quicker & flexible way to insert Google Adsense or any Ads code into a blog post.
|
10 |
|
49 |
|
50 |
== Change Log ==
|
51 |
|
52 |
+
= 1.8.3 =
|
53 |
+
* Bug Fix - Remove the ads from Feed, Ads shouldn't be there in the first place.
|
54 |
+
* Date: 16-Jan-2011
|
55 |
+
|
56 |
= 1.8.2 =
|
57 |
* New functionality - Default Ads positioning: Assign Ads right after the <!--more--> tag.
|
58 |
* Date: 03-Dec-2010
|