Version Description
- Fix the error message problem when the plugin is first activated. Error message: "The plugin generated 'n' characters of unexpected output during activation ..."
- Date: 13-Aug-2010
Download this release
Release Info
Developer | philipze |
Plugin | Quick Adsense |
Version | 1.7 |
Comparing to | |
See all releases |
Code changes from version 1.6 to 1.7
- quick-adsense-admin.php +1 -1
- quick-adsense.php +3 -3
- readme.txt +9 -2
quick-adsense-admin.php
CHANGED
@@ -216,7 +216,7 @@
|
|
216 |
|
217 |
<br/>
|
218 |
<h3 style="font-size:120%;margin-bottom:5px"><?php _e('Adsense Codes'); ?></h3>
|
219 |
-
<p style="margin-top:0px"><span class="description"><?php _e('Paste up to <b>'.$QData['Ads'].' Ads codes</b> on Post Body as assigned above, and up to <b>'.$QData['AdsWid'].' Ads codes</b
|
220 |
|
221 |
<h4><?php _e('Ads on Post Body :'); ?></h4>
|
222 |
<table border="0" cellspacing="0" cellpadding="0">
|
216 |
|
217 |
<br/>
|
218 |
<h3 style="font-size:120%;margin-bottom:5px"><?php _e('Adsense Codes'); ?></h3>
|
219 |
+
<p style="margin-top:0px"><span class="description"><?php _e('Paste up to <b>'.$QData['Ads'].' Ads codes</b> on Post Body as assigned above, and up to <b>'.$QData['AdsWid'].' Ads codes</b> on Sidebar Widget. Ads codes provided must be identical, repeated codes may result the Ads not being display correctly. Ads will never displays more than once in a page.') ?></span></p>
|
220 |
|
221 |
<h4><?php _e('Ads on Post Body :'); ?></h4>
|
222 |
<table border="0" cellspacing="0" cellpadding="0">
|
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.
|
9 |
Author URI: http://techmilieu.com/
|
10 |
*/
|
11 |
|
@@ -30,11 +30,11 @@
|
|
30 |
|
31 |
|
32 |
|
33 |
-
|
34 |
$QData['AdsWid'] = 10; /* Ads on Widget */
|
35 |
$QData['Ads'] = 10; /* Ads on Post body */
|
36 |
$QData['Name'] = 'Quick Adsense';
|
37 |
-
$QData['Version'] = '1.
|
38 |
$QData['URI'] = 'http://techmilieu.com/quick-adsense';
|
39 |
$QData['AdsWidName'] = 'AdsWidget%d (Quick Adsense)';
|
40 |
$QData['Default'] = array(
|
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.7
|
9 |
Author URI: http://techmilieu.com/
|
10 |
*/
|
11 |
|
30 |
|
31 |
|
32 |
|
33 |
+
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.7';
|
38 |
$QData['URI'] = 'http://techmilieu.com/quick-adsense';
|
39 |
$QData['AdsWidName'] = 'AdsWidget%d (Quick Adsense)';
|
40 |
$QData['Default'] = array(
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: Philip Ze
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8609041
|
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:
|
7 |
-
Stable tag: 1.
|
8 |
|
9 |
Quick Adsense offers a quicker & flexible way to insert Google Adsense or any Ads code into a blog post.
|
10 |
|
@@ -49,15 +49,21 @@ Please feedback to [http://techmilieu.com/quick-adsense](http://techmilieu.com/q
|
|
49 |
|
50 |
== Change Log ==
|
51 |
|
|
|
|
|
|
|
|
|
52 |
= 1.6 =
|
53 |
* Fix for the problem on Setting page stop loading & the disappearing of "Save Setting" button in some cases.
|
54 |
* Fix the AdsWidget div tag's class name. Now you can use CSS to style the AdsWidget.
|
55 |
* Extend the number of AdsWidget (Sidebar Ads) from 3 to 10, as requested by users. Now, AdsWidgets are automatically appear in Appearance->Widgets page only when the code is available.
|
56 |
* Remove the <!--OffAds--> option as this function doesn't work well in certain theme. However, if you are using this function in previous version, you can continue to use it.
|
57 |
* Minor code modifications.
|
|
|
58 |
|
59 |
= 1.5.1 =
|
60 |
* v1.5 has been tested up to WP2.9, update the compatible version notice.
|
|
|
61 |
|
62 |
= 1.5 =
|
63 |
* Add two new functionality for default Ads positioning: Assign Ads after certain paragraphs & assign Ads after certain images.
|
@@ -65,6 +71,7 @@ Please feedback to [http://techmilieu.com/quick-adsense](http://techmilieu.com/q
|
|
65 |
* Insert a <!--OffDef--> to temporary disable the default positioned Ads, so that you can insert the specific Ads or Random ad tags in the post.
|
66 |
* Google allows publishers to place up to 3 Adsense for Content on a page. If you are using other Ads, you may now display up to 10 Ads.
|
67 |
* Minor bug fixed & code modifications.
|
|
|
68 |
|
69 |
= 1.4 =
|
70 |
* Fix for plugin user Roles. Now, only Administrator is allowed to read & modified the plugin.
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8609041
|
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.1
|
7 |
+
Stable tag: 1.7
|
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.7 =
|
53 |
+
* Fix the error message problem when the plugin is first activated. Error message: "The plugin generated 'n' characters of unexpected output during activation ..."
|
54 |
+
* Date: 13-Aug-2010
|
55 |
+
|
56 |
= 1.6 =
|
57 |
* Fix for the problem on Setting page stop loading & the disappearing of "Save Setting" button in some cases.
|
58 |
* Fix the AdsWidget div tag's class name. Now you can use CSS to style the AdsWidget.
|
59 |
* Extend the number of AdsWidget (Sidebar Ads) from 3 to 10, as requested by users. Now, AdsWidgets are automatically appear in Appearance->Widgets page only when the code is available.
|
60 |
* Remove the <!--OffAds--> option as this function doesn't work well in certain theme. However, if you are using this function in previous version, you can continue to use it.
|
61 |
* Minor code modifications.
|
62 |
+
* Date: 10-Apr-2010
|
63 |
|
64 |
= 1.5.1 =
|
65 |
* v1.5 has been tested up to WP2.9, update the compatible version notice.
|
66 |
+
* Date: 04-Jan-2010
|
67 |
|
68 |
= 1.5 =
|
69 |
* Add two new functionality for default Ads positioning: Assign Ads after certain paragraphs & assign Ads after certain images.
|
71 |
* Insert a <!--OffDef--> to temporary disable the default positioned Ads, so that you can insert the specific Ads or Random ad tags in the post.
|
72 |
* Google allows publishers to place up to 3 Adsense for Content on a page. If you are using other Ads, you may now display up to 10 Ads.
|
73 |
* Minor bug fixed & code modifications.
|
74 |
+
* Date: 09-Dec-2009
|
75 |
|
76 |
= 1.4 =
|
77 |
* Fix for plugin user Roles. Now, only Administrator is allowed to read & modified the plugin.
|