Easy Plugin for AdSense - Version 7.42

Version Description

Suppressing a session start error on mobile devices.

Download this release

Release Info

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

Code changes from version 7.41 to 7.42

Files changed (3) hide show
  1. EzTran.php +3 -0
  2. easy-adsense-lite.php +1 -1
  3. readme.txt +3 -2
EzTran.php CHANGED
@@ -177,6 +177,9 @@ if (!class_exists("EzTran")) {
177
  $locale = get_locale();
178
  $this->locale = str_replace('-', '_', $locale);
179
  $this->target = $this->locale;
 
 
 
180
  if (!session_id()) {
181
  session_start();
182
  }
177
  $locale = get_locale();
178
  $this->locale = str_replace('-', '_', $locale);
179
  $this->target = $this->locale;
180
+ if (!is_admin()) {
181
+ return;
182
+ }
183
  if (!session_id()) {
184
  session_start();
185
  }
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.41
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.42
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.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,7 +42,7 @@ Easy AdSense is the freely distributed version of a premium plugin. The [Pro ver
42
 
43
  == Upgrade Notice ==
44
 
45
- Minor change to the admin interface.
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.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]
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.42
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
+ Suppressing a session start error on mobile devices.
46
 
47
  == Screenshots ==
48
 
140
 
141
  == Change Log ==
142
 
143
+ * V7.42: Suppressing a session start error on mobile devices. [Sep 9, 2014]
144
  * V7.41: Minor change to the admin interface. [Sep 9, 2011]
145
  * V7.40: Compatibility with WP4.0. [Sep 6, 2014]
146
  * V7.31: Additional commit to change the last updated date in the repository. [Aug 14, 2014]