Easy Plugin for AdSense - Version 5.21

Version Description

Minor bug fix.

=

Download this release

Release Info

Developer manojtd
Plugin Icon 128x128 Easy Plugin for AdSense
Version 5.21
Comparing to
See all releases

Code changes from version 5.20 to 5.21

Files changed (3) hide show
  1. easy-adsense-lite.php +1 -1
  2. head-text.php +1 -1
  3. 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 &rarr; Easy AdSense</a>.
6
- Version: 5.20
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 &rarr; 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 = "google-adsense") {
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.20
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
- Admin interface modifications. Updating some translations.
36
 
37
  == Upgrade Notice ==
38
 
39
- = 5.20 =
40
 
41
- Admin interface modifications. Updating some translations.
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]