Version Description
Minor bug fixes.
=
Download this release
Release Info
Developer | manojtd |
Plugin | Easy Plugin for AdSense |
Version | 5.05 |
Comparing to | |
See all releases |
Code changes from version 5.04 to 5.05
- easy-adsense-lite.php +2 -2
- readme.txt +6 -5
easy-adsense-lite.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Easy AdSense Lite
|
4 |
Plugin URI: http://www.thulasidas.com/adsense
|
5 |
Description: Easiest way to show AdSense and make money from your blog. Configure it at <a href="options-general.php?page=easy-adsense-lite.php">Settings → Easy AdSense Lite</a>.
|
6 |
-
Version: 5.
|
7 |
Author: Manoj Thulasidas
|
8 |
Author URI: http://www.thulasidas.com
|
9 |
*/
|
@@ -171,7 +171,7 @@ if (!class_exists("ezAdSense")) {
|
|
171 |
$w = substr($key, 0, $x);
|
172 |
$h = substr($key, $x+1);
|
173 |
$p = (int)(min($w,$h)/6) ;
|
174 |
-
$ret = '<div style="width:'.$w.'px;height:'.$h.'px;border:1px solid red;"><div style="padding:'.$p.'px;text-align:center;font-family:arial;font-size:8pt;"><p>Your ads will be inserted here by</p><p><b
|
175 |
}
|
176 |
return $ret ;
|
177 |
}
|
3 |
Plugin Name: Easy AdSense Lite
|
4 |
Plugin URI: http://www.thulasidas.com/adsense
|
5 |
Description: Easiest way to show AdSense and make money from your blog. Configure it at <a href="options-general.php?page=easy-adsense-lite.php">Settings → Easy AdSense Lite</a>.
|
6 |
+
Version: 5.05
|
7 |
Author: Manoj Thulasidas
|
8 |
Author URI: http://www.thulasidas.com
|
9 |
*/
|
171 |
$w = substr($key, 0, $x);
|
172 |
$h = substr($key, $x+1);
|
173 |
$p = (int)(min($w,$h)/6) ;
|
174 |
+
$ret = '<div style="width:'.$w.'px;height:'.$h.'px;border:1px solid red;"><div style="padding:'.$p.'px;text-align:center;font-family:arial;font-size:8pt;"><p>Your ads will be inserted here by</p><p><b>Easy AdSense Lite</b>.</p><p>Please go to the plugin admin page to paste your ad code.</p></div></div>' ;
|
175 |
}
|
176 |
return $ret ;
|
177 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://buy.ads-ez.com/easy-adsense
|
|
4 |
Tags: adsense, ad, ads, advertising, google
|
5 |
Requires at least: 2.6
|
6 |
Tested up to: 3.2
|
7 |
-
Stable tag: 5.
|
8 |
|
9 |
Easy AdSense manages all aspects of Google AdSense for your blog: insert ads into posts and sidebar, and add a Google Search box. Easy and complete!
|
10 |
|
@@ -30,15 +30,15 @@ Easy AdSense provides a very easy way to generate revenue from your blog using G
|
|
30 |
|
31 |
Easy AdSense Lite is the freely distributed version of a premium plugin. The [Pro version](http://buy.ads-ez.com/easy-adsense/ "Pro version of the Easy AdSense plugin") gives you more benefits. It gives you filter to ensure that your ads show only on those pages that seem to comply with Google AdSense policies, which can be important since some comments may render your pages inconsistent with those policies. It also lets you specify a list of computers where your ads will not be shown, in order to prevent accidental clicks on your own ads -- one of the main reasons AdSense bans you. These features will minimize your chance of getting banned. Also in the works for the Pro version is a compatibility mode, which solves the issue of the ad insertion messing up your page appearances when using some themes.
|
32 |
|
33 |
-
= New in 5.
|
34 |
|
35 |
-
|
36 |
|
37 |
== Upgrade Notice ==
|
38 |
|
39 |
-
= 5.
|
40 |
|
41 |
-
|
42 |
|
43 |
== Screenshots ==
|
44 |
|
@@ -143,6 +143,7 @@ A big "Thank You" to all my translators. Easy AdSense V2.6+ sports an *Easy Tran
|
|
143 |
|
144 |
== Change Log ==
|
145 |
|
|
|
146 |
* V5.04: Updating Korean translation [.mo file was missing in V5.03]. [Nov 13, 2011]
|
147 |
* V5.03: Releasing Korean translation and updating Thai translation. Admin interface changes. [Nov 12, 2011]
|
148 |
* V5.02: Removing unused code and trimming readme.txt. [Nov 3, 2011]
|
4 |
Tags: adsense, ad, ads, advertising, google
|
5 |
Requires at least: 2.6
|
6 |
Tested up to: 3.2
|
7 |
+
Stable tag: 5.05
|
8 |
|
9 |
Easy AdSense manages all aspects of Google AdSense for your blog: insert ads into posts and sidebar, and add a Google Search box. Easy and complete!
|
10 |
|
30 |
|
31 |
Easy AdSense Lite is the freely distributed version of a premium plugin. The [Pro version](http://buy.ads-ez.com/easy-adsense/ "Pro version of the Easy AdSense plugin") gives you more benefits. It gives you filter to ensure that your ads show only on those pages that seem to comply with Google AdSense policies, which can be important since some comments may render your pages inconsistent with those policies. It also lets you specify a list of computers where your ads will not be shown, in order to prevent accidental clicks on your own ads -- one of the main reasons AdSense bans you. These features will minimize your chance of getting banned. Also in the works for the Pro version is a compatibility mode, which solves the issue of the ad insertion messing up your page appearances when using some themes.
|
32 |
|
33 |
+
= New in 5.05 =
|
34 |
|
35 |
+
Minor bug fixes.
|
36 |
|
37 |
== Upgrade Notice ==
|
38 |
|
39 |
+
= 5.05 =
|
40 |
|
41 |
+
Minor bug fixes.
|
42 |
|
43 |
== Screenshots ==
|
44 |
|
143 |
|
144 |
== Change Log ==
|
145 |
|
146 |
+
* V5.05: Minor bug fixes. [Nov 15, 2011]
|
147 |
* V5.04: Updating Korean translation [.mo file was missing in V5.03]. [Nov 13, 2011]
|
148 |
* V5.03: Releasing Korean translation and updating Thai translation. Admin interface changes. [Nov 12, 2011]
|
149 |
* V5.02: Removing unused code and trimming readme.txt. [Nov 3, 2011]
|