Easy Plugin for AdSense - Version 7.41

Version Description

Minor change to the admin interface.

Download this release

Release Info

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

Code changes from version 7.40 to 7.41

Files changed (3) hide show
  1. EzAdmin.php +2 -1
  2. easy-adsense-lite.php +1 -1
  3. readme.txt +3 -2
EzAdmin.php CHANGED
@@ -551,13 +551,14 @@ ENDDIVS;
551
  $toolTip = $plg['title'];
552
  $price = $plg['price'];
553
  $buyURL = "http://buy.thulasidas.com/$slug";
 
554
  $s1 = sprintf(__('Get %s', 'easy-common'), $value);
555
  $s2 = sprintf(__('More info about %s', 'easy-common'), $value);
556
  $s3 = sprintf(__('Buy the Pro version of %s for $%.2f', 'easy-common'), $value, $price);
557
  $s4 = __('More Info', 'easy-common');
558
 
559
  $onclick = "onclick=\"popupwindow('$buyURL','$s1', 1024, 768);return false;\"";
560
- $moreInfo = " &nbsp; &nbsp; <a href='$buyURL' title='$s2'> $s4 </a>&nbsp; <a href='$buyURL' $onclick title='$s3'>Get Pro Version</a>";
561
  $toolTip .= addslashes('<br />' . $moreInfo);
562
  $why = addslashes($plg['pro']);
563
  echo '<div style="background-color:#cff;padding:5px;border: solid 1px;margin:5px;padding-bottom:15px;">';
551
  $toolTip = $plg['title'];
552
  $price = $plg['price'];
553
  $buyURL = "http://buy.thulasidas.com/$slug";
554
+ $infoURL = "http://www.thulasidas.com/plugins/$slug";
555
  $s1 = sprintf(__('Get %s', 'easy-common'), $value);
556
  $s2 = sprintf(__('More info about %s', 'easy-common'), $value);
557
  $s3 = sprintf(__('Buy the Pro version of %s for $%.2f', 'easy-common'), $value, $price);
558
  $s4 = __('More Info', 'easy-common');
559
 
560
  $onclick = "onclick=\"popupwindow('$buyURL','$s1', 1024, 768);return false;\"";
561
+ $moreInfo = " &nbsp; &nbsp; <a href='$infoURL' title='$s2' target=_blank> $s4 </a>&nbsp; <a href='$buyURL' $onclick title='$s3'>Get Pro Version</a>";
562
  $toolTip .= addslashes('<br />' . $moreInfo);
563
  $why = addslashes($plg['pro']);
564
  echo '<div style="background-color:#cff;padding:5px;border: solid 1px;margin:5px;padding-bottom:15px;">';
easy-adsense-lite.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Easy AdSense
5
  Plugin URI: http://www.thulasidas.com/adsense
6
  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>.
7
- Version: 7.40
8
  Author: Manoj Thulasidas
9
  Author URI: http://www.thulasidas.com
10
  */
4
  Plugin Name: Easy AdSense
5
  Plugin URI: http://www.thulasidas.com/adsense
6
  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>.
7
+ Version: 7.41
8
  Author: Manoj Thulasidas
9
  Author URI: http://www.thulasidas.com
10
  */
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: 4.0
7
- Stable tag: 7.40
8
  License: GPL2 or later
9
 
10
  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!
@@ -42,7 +42,7 @@ Easy AdSense is the freely distributed version of a premium plugin. The [Pro ver
42
 
43
  == Upgrade Notice ==
44
 
45
- Compatibility with WP4.0.
46
 
47
  == Screenshots ==
48
 
@@ -140,6 +140,7 @@ A big "Thank You" to all my translators. Easy AdSense V2.6+ sports an *Easy Tran
140
 
141
  == Change Log ==
142
 
 
143
  * V7.40: Compatibility with WP4.0. [Sep 6, 2014]
144
  * V7.31: Additional commit to change the last updated date in the repository. [Aug 14, 2014]
145
  * V7.30: Adding access to Google AdExchange opportunity for the users through a collaboration. [Aug 14, 2014]
4
  Tags: adsense, google adsense, ads, advertising, easy adsense, google, adsense plugin
5
  Requires at least: 2.6
6
  Tested up to: 4.0
7
+ Stable tag: 7.41
8
  License: GPL2 or later
9
 
10
  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!
42
 
43
  == Upgrade Notice ==
44
 
45
+ Minor change to the admin interface.
46
 
47
  == Screenshots ==
48
 
140
 
141
  == Change Log ==
142
 
143
+ * V7.41: Minor change to the admin interface. [Sep 9, 2011]
144
  * V7.40: Compatibility with WP4.0. [Sep 6, 2014]
145
  * V7.31: Additional commit to change the last updated date in the repository. [Aug 14, 2014]
146
  * V7.30: Adding access to Google AdExchange opportunity for the users through a collaboration. [Aug 14, 2014]