Easy Plugin for AdSense - Version 6.04

Version Description

Bug fixes (Fatal error: Call-time pass-by-reference has been removed).

=

Download this release

Release Info

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

Code changes from version 6.03 to 6.04

Files changed (2) hide show
  1. easy-adsense-lite.php +2 -2
  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 &rarr; Easy AdSense</a>.
6
- Version: 6.03
7
  Author: Manoj Thulasidas
8
  Author URI: http://www.thulasidas.com
9
  */
@@ -719,7 +719,7 @@ if (class_exists("EzAdSense")) {
719
  global $ezAdSense ;
720
  if (function_exists('add_options_page')) {
721
  add_options_page('Easy AdSense', 'Easy AdSense', 'activate_plugins',
722
- basename(__FILE__), array(&$ezAdSense, 'printAdminPage'));
723
  }
724
  }
725
  }
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: 6.04
7
  Author: Manoj Thulasidas
8
  Author URI: http://www.thulasidas.com
9
  */
719
  global $ezAdSense ;
720
  if (function_exists('add_options_page')) {
721
  add_options_page('Easy AdSense', 'Easy AdSense', 'activate_plugins',
722
+ basename(__FILE__), array($ezAdSense, 'printAdminPage'));
723
  }
724
  }
725
  }
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.5
7
- Stable tag: 6.03
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
- Documentation changes, testing with WP3.5, translation updates.
36
 
37
  == Upgrade Notice ==
38
 
39
- = 6.03 =
40
 
41
- Documentation changes, testing with WP3.5, translation updates.
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
  * V6.03: Documentation changes, testing with WP3.5, translation updates. [Dec 22, 2012]
130
  * V6.02: Fixing the incompatibility with Jetpack. [Dec 17, 2012]
131
  * V6.01: Updating a few translations. [Dec 5, 2012]
4
  Tags: adsense, google adsense, ads, advertising, easy adsense, google, adsense plugin
5
  Requires at least: 2.6
6
  Tested up to: 3.5
7
+ Stable tag: 6.04
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
+ Bug fixes (Fatal error: Call-time pass-by-reference has been removed).
36
 
37
  == Upgrade Notice ==
38
 
39
+ = 6.04 =
40
 
41
+ Bug fixes (Fatal error: Call-time pass-by-reference has been removed).
42
 
43
  == Screenshots ==
44
 
126
 
127
  == Change Log ==
128
 
129
+ * V6.04: Bug fixes (Fatal error: Call-time pass-by-reference has been removed). [Jan 27, 2013]
130
  * V6.03: Documentation changes, testing with WP3.5, translation updates. [Dec 22, 2012]
131
  * V6.02: Fixing the incompatibility with Jetpack. [Dec 17, 2012]
132
  * V6.01: Updating a few translations. [Dec 5, 2012]