Version Description
Minor bug fix.
=
Download this release
Release Info
Developer | manojtd |
Plugin | Easy Plugin for AdSense |
Version | 5.21 |
Comparing to | |
See all releases |
Code changes from version 5.20 to 5.21
- easy-adsense-lite.php +1 -1
- head-text.php +1 -1
- readme.txt +5 -4
easy-adsense-lite.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Easy AdSense
|
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</a>.
|
6 |
-
Version: 5.
|
7 |
Author: Manoj Thulasidas
|
8 |
Author URI: http://www.thulasidas.com
|
9 |
*/
|
3 |
Plugin Name: Easy AdSense
|
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</a>.
|
6 |
+
Version: 5.21
|
7 |
Author: Manoj Thulasidas
|
8 |
Author URI: http://www.thulasidas.com
|
9 |
*/
|
head-text.php
CHANGED
@@ -172,7 +172,7 @@ ENDDIVS;
|
|
172 |
|
173 |
echo '<td width="30%">' ;
|
174 |
|
175 |
-
if (rand(0,2) % 2 || $plgName == "easy-ads" || $plgName
|
176 |
renderSupportText($plgName, $myPlugins[$plgName], $myPlugins[$plgName]['long']) ;
|
177 |
renderTipDivs($name) ;
|
178 |
}
|
172 |
|
173 |
echo '<td width="30%">' ;
|
174 |
|
175 |
+
if (rand(0,2) % 2 || $plgName == "easy-ads" || $plgName == "google-adsense") {
|
176 |
renderSupportText($plgName, $myPlugins[$plgName], $myPlugins[$plgName]['long']) ;
|
177 |
renderTipDivs($name) ;
|
178 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://buy.thulasidas.com/easy-adsense
|
|
4 |
Tags: adsense, google adsense, ads, advertising, easy adsense, google, adsense plugin
|
5 |
Requires at least: 2.6
|
6 |
Tested up to: 3.4
|
7 |
-
Stable tag: 5.
|
8 |
|
9 |
Easy AdSense manages all aspects of AdSense: insert ads into posts and sidebar, and add a Google Search box. Easiest and most complete AdSense Plugin!
|
10 |
|
@@ -32,13 +32,13 @@ Easy AdSense is the freely distributed version of a premium plugin. The [Pro ver
|
|
32 |
|
33 |
= New in this Release =
|
34 |
|
35 |
-
|
36 |
|
37 |
== Upgrade Notice ==
|
38 |
|
39 |
-
= 5.
|
40 |
|
41 |
-
|
42 |
|
43 |
== Screenshots ==
|
44 |
|
@@ -130,6 +130,7 @@ A big "Thank You" to all my translators. Easy AdSense V2.6+ sports an *Easy Tran
|
|
130 |
|
131 |
== Change Log ==
|
132 |
|
|
|
133 |
* V5.20: Admin interface modifications. Updating some translations. [Sep 21, 2012]
|
134 |
* V5.19: Updating zh_CN translation. [Sep 15, 2012]
|
135 |
* V5.18: Coding improvements: refactoring, minor fixes. [Aug 30, 2012]
|
4 |
Tags: adsense, google adsense, ads, advertising, easy adsense, google, adsense plugin
|
5 |
Requires at least: 2.6
|
6 |
Tested up to: 3.4
|
7 |
+
Stable tag: 5.21
|
8 |
|
9 |
Easy AdSense manages all aspects of AdSense: insert ads into posts and sidebar, and add a Google Search box. Easiest and most complete AdSense Plugin!
|
10 |
|
32 |
|
33 |
= New in this Release =
|
34 |
|
35 |
+
Minor bug fix.
|
36 |
|
37 |
== Upgrade Notice ==
|
38 |
|
39 |
+
= 5.21 =
|
40 |
|
41 |
+
Minor bug fix.
|
42 |
|
43 |
== Screenshots ==
|
44 |
|
130 |
|
131 |
== Change Log ==
|
132 |
|
133 |
+
* V5.21: Minor bug fix. [Sep 24, 2012]
|
134 |
* V5.20: Admin interface modifications. Updating some translations. [Sep 21, 2012]
|
135 |
* V5.19: Updating zh_CN translation. [Sep 15, 2012]
|
136 |
* V5.18: Coding improvements: refactoring, minor fixes. [Aug 30, 2012]
|