Version Description
Fixing some warning notices.
=
Download this release
Release Info
Developer | manojtd |
Plugin | Easy Plugin for AdSense |
Version | 5.24 |
Comparing to | |
See all releases |
Code changes from version 5.23 to 5.24
- easy-adsense-lite.php +4 -2
- 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 |
*/
|
@@ -573,7 +573,8 @@ if (!class_exists("ezAdSense")) {
|
|
573 |
$mThemeName = get_option('stylesheet') ;
|
574 |
$mOptions = "ezAdSense" . $mThemeName ;
|
575 |
$ezAdOptions = get_option($mOptions);
|
576 |
-
|
|
|
577 |
$unreal = '' ;
|
578 |
$border = '' ;
|
579 |
if ($ezAdOptions['show_borders'])
|
@@ -591,6 +592,7 @@ if (!class_exists("ezAdSense")) {
|
|
591 |
else
|
592 |
$inline = 'style="' . $show_leadin .
|
593 |
';margin:' . $margin . 'px;' . $border. '"' ;
|
|
|
594 |
$this->leadin =
|
595 |
stripslashes($ezAdOptions['info'] .
|
596 |
"<!-- Post[count: " . $ezCount . "] -->\n" .
|
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.24
|
7 |
Author: Manoj Thulasidas
|
8 |
Author URI: http://www.thulasidas.com
|
9 |
*/
|
573 |
$mThemeName = get_option('stylesheet') ;
|
574 |
$mOptions = "ezAdSense" . $mThemeName ;
|
575 |
$ezAdOptions = get_option($mOptions);
|
576 |
+
$mc = $ezAdOptions['mc'] ;
|
577 |
+
global $urCount, $ezCount ;
|
578 |
$unreal = '' ;
|
579 |
$border = '' ;
|
580 |
if ($ezAdOptions['show_borders'])
|
592 |
else
|
593 |
$inline = 'style="' . $show_leadin .
|
594 |
';margin:' . $margin . 'px;' . $border. '"' ;
|
595 |
+
$ezCount++ ;
|
596 |
$this->leadin =
|
597 |
stripslashes($ezAdOptions['info'] .
|
598 |
"<!-- Post[count: " . $ezCount . "] -->\n" .
|
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 |
|
@@ -126,6 +126,7 @@ A big "Thank You" to all my translators. Easy AdSense V2.6+ sports an *Easy Tran
|
|
126 |
|
127 |
== Change Log ==
|
128 |
|
|
|
129 |
* V5.23: The above-header placement does not mess up the RSS feed now. [Oct 27, 2012]
|
130 |
* V5.22: Adding a user support link on the admin page. [Oct 5, 2012]
|
131 |
* V5.21: Minor bug fix. [Sep 24, 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.24
|
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 |
+
Fixing some warning notices.
|
36 |
|
37 |
== Upgrade Notice ==
|
38 |
|
39 |
+
= 5.24 =
|
40 |
|
41 |
+
Fixing some warning notices.
|
42 |
|
43 |
== Screenshots ==
|
44 |
|
126 |
|
127 |
== Change Log ==
|
128 |
|
129 |
+
* V5.24: Fixing some warning notices. [Oct 27, 2012]
|
130 |
* V5.23: The above-header placement does not mess up the RSS feed now. [Oct 27, 2012]
|
131 |
* V5.22: Adding a user support link on the admin page. [Oct 5, 2012]
|
132 |
* V5.21: Minor bug fix. [Sep 24, 2012]
|