-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
56 lines (40 loc) · 1.72 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
=== Plugin Name ===
Contributors: hoyce
Donate link:
Tags: google, google analytics, analytics, statistics, stats, javascript, web analytics,
Requires at least: 3.0
Tested up to: 3.9
Stable tag: 1.1.3
== Description ==
Google Analytics Injector is a plugin which makes it easy for you to start collecting stats with Google Analytics on your WordPress blog.
After the installation of the plugin you just click on the "Google Analytics Injector Settings" in the "Settings" menu and add your Google Tracking code (eg. UA-1111111-1) in the admin form.
To be sure the tracking code is not used on the wrong site you could restrict the usage by specifying the site url. This plugin also exclude the visits from the Administrator if he/she is currently logged in.
== Installation ==
Using the Plugin Manager
1. Click Plugins
2. Click Add New
3. Search for google-analytics-injector
4. Click Install
5. Click Install Now
6. Click Activate Plugin
Manually
1. Upload `google-analytics-injector` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Changelog ==
= 1.0 =
* Initial release
= 1.0.1 =
* Tested stability up to Wordpress 3.3.1
* Removed a PHP notice regarding an undifined index
= 1.1 =
* Updated the validation function for validating the Google Analytics tracking code.
= 1.1.1 =
* The plugin now exclude the visits from the Administrator. (bug fix)
* Tested stability up to Wordpress 3.8
= 1.1.2 =
* Added option for _setDomainName
* The plugin now exclude the visits from given restricted url. (bug fix)
* Tested stability up to Wordpress 3.8.1
= 1.1.3 =
* Added this plugin to Github https://github.com/hoyce/google-analytics-injector
* Tested stability up to Wordpress 3.9