Version Description
Download this release
Release Info
Developer | webcraftic |
Plugin | Simple Google Analytics |
Version | 2.2.3 |
Comparing to | |
See all releases |
Code changes from version 2.2.2 to 2.2.3
- readme.txt +7 -4
- simple_google_analytics.php +3 -3
readme.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
=== Simple Google Analytics ===
|
2 |
-
Author:
|
3 |
-
|
|
|
4 |
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 +50,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.2 =
|
53 |
* Add a comment when the code isn't loaded while being logged
|
54 |
= version 2.2.1 =
|
1 |
=== Simple Google Analytics ===
|
2 |
+
Author: webcraftic
|
3 |
+
Author URI: https://profiles.wordpress.org/webcraftic
|
4 |
+
Contributors: JeromeMeyer62, webcraftic
|
5 |
Tags: google analytics, wordpress statistics, tracking
|
6 |
Plugin link: http://www.arobase62.fr/2011/03/23/simple-google-analytics/
|
7 |
Requires at least: 2.6
|
8 |
Tested up to: 3.8
|
9 |
+
Version: 2.2.3
|
10 |
+
Stable tag: 2.2.3
|
11 |
|
12 |
== Description ==
|
13 |
Simple Google Analytics allows you to easilly add your Google Analytics code on all your pages.
|
50 |
1. Screenshot Simple Google Analytics Admin Page
|
51 |
|
52 |
== Changelog ==
|
53 |
+
= version 2.2.3 =
|
54 |
+
* Author change
|
55 |
= version 2.2.2 =
|
56 |
* Add a comment when the code isn't loaded while being logged
|
57 |
= version 2.2.1 =
|
simple_google_analytics.php
CHANGED
@@ -3,9 +3,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.
|
7 |
-
Author:
|
8 |
-
Author URI:
|
9 |
*/
|
10 |
|
11 |
|
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.3
|
7 |
+
Author: webcraftic
|
8 |
+
Author URI: https://profiles.wordpress.org/webcraftic
|
9 |
*/
|
10 |
|
11 |
|