Easy Plugin for AdSense - Version 5.17

Version Description

Taking care of some debug notices from WordPress debug mode.

=

Download this release

Release Info

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

Code changes from version 5.16 to 5.17

Files changed (2) hide show
  1. easy-adsense-lite.php +2 -2
  2. readme.txt +11 -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.16
7
  Author: Manoj Thulasidas
8
  Author URI: http://www.thulasidas.com
9
  */
@@ -833,7 +833,7 @@ if (class_exists("ezAdSense")) {
833
  function ezAdSense_ap() {
834
  global $ez_ad ;
835
  if (function_exists('add_options_page')) {
836
- add_options_page('Easy AdSense', 'Easy AdSense', 9,
837
  basename(__FILE__), array(&$ez_ad, 'printAdminPage'));
838
  }
839
  }
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.17
7
  Author: Manoj Thulasidas
8
  Author URI: http://www.thulasidas.com
9
  */
833
  function ezAdSense_ap() {
834
  global $ez_ad ;
835
  if (function_exists('add_options_page')) {
836
+ add_options_page('Easy AdSense', 'Easy AdSense', 'activate_plugins',
837
  basename(__FILE__), array(&$ez_ad, 'printAdminPage'));
838
  }
839
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://affiliates.thulasidas.com/
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.16
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
- Adding nl_NL translation.
36
 
37
  == Upgrade Notice ==
38
 
39
- = 5.16 =
40
 
41
- Adding nl_NL translation.
42
 
43
  == Screenshots ==
44
 
@@ -68,6 +68,12 @@ Easy AdSense is the freely distributed version of a premium plugin. The [Pro ver
68
 
69
  Note that support is *not* included. Each [support question](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HYZ5AWPYSC8VA "Ask a support question via PayPal") (for both the Lite and Pro versions) will be charged at $0.95. The same charges will apply for follow-up questions as well. In other words, support pricing is on a per-question basis, not a per-issue basis.
70
 
 
 
 
 
 
 
71
  = The new placement option for lead-in adsense block in the header doesn't work the way I like. Can you fix it? =
72
 
73
  Short answer: No, I couldn't figure out how to do it better.
@@ -122,6 +128,7 @@ A big "Thank You" to all my translators. Easy AdSense V2.6+ sports an *Easy Tran
122
 
123
  == Change Log ==
124
 
 
125
  * V5.16: Adding nl_NL translation. [Aug 12, 2012]
126
  * V5.15: Minor changes to the admin page. [July 18, 2012]
127
  * V5.14: Testing compatibility with WP 3.4. [July 10, 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.17
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
+ Taking care of some debug notices from WordPress debug mode.
36
 
37
  == Upgrade Notice ==
38
 
39
+ = 5.17 =
40
 
41
+ Taking care of some debug notices from WordPress debug mode.
42
 
43
  == Screenshots ==
44
 
68
 
69
  Note that support is *not* included. Each [support question](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HYZ5AWPYSC8VA "Ask a support question via PayPal") (for both the Lite and Pro versions) will be charged at $0.95. The same charges will apply for follow-up questions as well. In other words, support pricing is on a per-question basis, not a per-issue basis.
70
 
71
+ = I still don't get it. Porn and site block - that you already have during Asdense ad setup? =
72
+
73
+ What you have in AdSense is an ability to block ads from certain sites. For instance, if you don't like ads *from* my site "thulasidas.com", you can block them. What the pro version gives you is the ability to block ads *to* certain clients. That is, if you don't want visitors from certain IP addresses see your ads (because they may click on too many of them, getting your AdSense account banned, for instance), you can with my plugin.
74
+
75
+ Porn block also is similar -- Google lets you choose non-porn ads (I think). What my plugin does is to look at the content of your page, and block ads if it looks like a porn page. (This can happen if a spammer posts a porn kind of comment on your blog, which again may get your AdSense account banned.)
76
+
77
  = The new placement option for lead-in adsense block in the header doesn't work the way I like. Can you fix it? =
78
 
79
  Short answer: No, I couldn't figure out how to do it better.
128
 
129
  == Change Log ==
130
 
131
+ * V5.17: Taking care of some debug notices from WordPress debug mode. [Aug 27, 2012]
132
  * V5.16: Adding nl_NL translation. [Aug 12, 2012]
133
  * V5.15: Minor changes to the admin page. [July 18, 2012]
134
  * V5.14: Testing compatibility with WP 3.4. [July 10, 2012]