Version Description
Download this release
Release Info
Developer | JeromeMeyer62 |
Plugin | Simple Google Analytics |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- readme.txt +4 -2
- screenshot-1.jpg +0 -0
- simple_google_analytics.php +2 -2
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.1.3
|
8 |
-
Version: 1.1.
|
9 |
-
Stable tag: 1.1.
|
10 |
|
11 |
== Description ==
|
12 |
Simple Google Analytics allows you to easilly add your Google Analytics code on all your pages.
|
@@ -47,6 +47,8 @@ It should work from 2.6 upwards.. Has been tested on all current versions and is
|
|
47 |
1. Screenshot Simple Google Analytics Admin Page
|
48 |
|
49 |
== Changelog ==
|
|
|
|
|
50 |
= version 1.1.3 =
|
51 |
* Added a translation for 'Simple Google Analytics Settings'
|
52 |
= version 1.1.2 =
|
5 |
Plugin link: http://www.arobase62.fr/2011/03/23/simple-google-analytics/
|
6 |
Requires at least: 2.6
|
7 |
Tested up to: 3.1.3
|
8 |
+
Version: 1.1.4
|
9 |
+
Stable tag: 1.1.4
|
10 |
|
11 |
== Description ==
|
12 |
Simple Google Analytics allows you to easilly add your Google Analytics code on all your pages.
|
47 |
1. Screenshot Simple Google Analytics Admin Page
|
48 |
|
49 |
== Changelog ==
|
50 |
+
= version 1.1.4 =
|
51 |
+
* Version 1.1.3 doesn't shows in the repository...
|
52 |
= version 1.1.3 =
|
53 |
* Added a translation for 'Simple Google Analytics Settings'
|
54 |
= version 1.1.2 =
|
screenshot-1.jpg
CHANGED
Binary file
|
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: 1.1.
|
7 |
Author: Jerome Meyer
|
8 |
Author URI: http://www.arobase62.fr
|
9 |
*/
|
@@ -26,7 +26,7 @@ Author URI: http://www.arobase62.fr
|
|
26 |
// Ajoute un sous-menu aux reglages
|
27 |
function SGA_menu() {
|
28 |
// Genere le lien vers la page de configuration, seulement pour les administrateurs, et lance la fonction 'sga_settings' une fois le menu charge
|
29 |
-
add_options_page('Simple Google Analytics',
|
30 |
// On lance la fonction au moment ou l'on accede a la zone d'admin
|
31 |
add_action( 'admin_init', 'SGA_register_mysettings') ;
|
32 |
}
|
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: 1.1.4
|
7 |
Author: Jerome Meyer
|
8 |
Author URI: http://www.arobase62.fr
|
9 |
*/
|
26 |
// Ajoute un sous-menu aux reglages
|
27 |
function SGA_menu() {
|
28 |
// Genere le lien vers la page de configuration, seulement pour les administrateurs, et lance la fonction 'sga_settings' une fois le menu charge
|
29 |
+
add_options_page('Simple Google Analytics', __('Simple Google Analytics Settings'), 'administrator', __FILE__, 'SGA_settings') ;
|
30 |
// On lance la fonction au moment ou l'on accede a la zone d'admin
|
31 |
add_action( 'admin_init', 'SGA_register_mysettings') ;
|
32 |
}
|