Version Description
Download this release
Release Info
Developer | JeromeMeyer62 |
Plugin | Simple Google Analytics |
Version | 2.2.2 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.2.2
- class/Actions.class.php +5 -0
- readme.txt +4 -2
- simple_google_analytics.php +1 -1
class/Actions.class.php
CHANGED
@@ -157,6 +157,11 @@
|
|
157 |
echo "\n" ;
|
158 |
}
|
159 |
}
|
|
|
|
|
|
|
|
|
|
|
160 |
}
|
161 |
|
162 |
|
157 |
echo "\n" ;
|
158 |
}
|
159 |
}
|
160 |
+
else {
|
161 |
+
|
162 |
+
// Afficher un commentaire pour spécifier que le plugin est bien chargé
|
163 |
+
echo "\n" . '<!-- Simple Google Analytics - Code is not active while you are being logged. This option can be changed in the parameters -->' . "\n" ;
|
164 |
+
}
|
165 |
}
|
166 |
|
167 |
|
readme.txt
CHANGED
@@ -5,8 +5,8 @@ Tags: google analytics, wordpress statistics, tracking
|
|
5 |
Plugin link: http://www.arobase62.fr/2011/03/23/simple-google-analytics/
|
6 |
Requires at least: 2.6
|
7 |
Tested up to: 3.8
|
8 |
-
Version: 2.2.
|
9 |
-
Stable tag: 2.2.
|
10 |
|
11 |
== Description ==
|
12 |
Simple Google Analytics allows you to easilly add your Google Analytics code on all your pages.
|
@@ -49,6 +49,8 @@ It should work from 2.6 upwards.. Has been tested on all current versions and is
|
|
49 |
1. Screenshot Simple Google Analytics Admin Page
|
50 |
|
51 |
== Changelog ==
|
|
|
|
|
52 |
= version 2.2.1 =
|
53 |
* Corrected the analytics code to prevent non-detection from Google
|
54 |
= version 2.2.0 =
|
5 |
Plugin link: http://www.arobase62.fr/2011/03/23/simple-google-analytics/
|
6 |
Requires at least: 2.6
|
7 |
Tested up to: 3.8
|
8 |
+
Version: 2.2.2
|
9 |
+
Stable tag: 2.2.2
|
10 |
|
11 |
== Description ==
|
12 |
Simple Google Analytics allows you to easilly add your Google Analytics code on all your pages.
|
49 |
1. Screenshot Simple Google Analytics Admin Page
|
50 |
|
51 |
== Changelog ==
|
52 |
+
= version 2.2.2 =
|
53 |
+
* Add a comment when the code isn't loaded while being logged
|
54 |
= version 2.2.1 =
|
55 |
* Corrected the analytics code to prevent non-detection from Google
|
56 |
= version 2.2.0 =
|
simple_google_analytics.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Simple Google Analytics
|
4 |
Plugin URI: http://www.arobase62.fr/2011/03/23/simple-google-analytics/
|
5 |
Description: A simple Plugin to add Analytics code on your pages. You simply enter your ID, you choose if you are on a sub-domain and add your domain name.
|
6 |
-
Version: 2.2.
|
7 |
Author: Jerome Meyer
|
8 |
Author URI: http://www.arobase62.fr
|
9 |
*/
|
3 |
Plugin Name: Simple Google Analytics
|
4 |
Plugin URI: http://www.arobase62.fr/2011/03/23/simple-google-analytics/
|
5 |
Description: A simple Plugin to add Analytics code on your pages. You simply enter your ID, you choose if you are on a sub-domain and add your domain name.
|
6 |
+
Version: 2.2.2
|
7 |
Author: Jerome Meyer
|
8 |
Author URI: http://www.arobase62.fr
|
9 |
*/
|