Version Description
To upgrade GA Google Analytics, remove the old version and replace with the new version. Or just click "Update" from the Plugins screen and let WordPress do it for you automatically.
Note: uninstalling the plugin from the WP Plugins screen results in the removal of all settings from the WP database.
For more information, visit the GA Plugin Homepage.
Download this release
Release Info
Developer | specialk |
Plugin | GA Google Analytics |
Version | 20180506 |
Comparing to | |
See all releases |
Code changes from version 20180303 to 20180506
- ga-google-analytics.php +3 -3
- inc/plugin-core.php +1 -1
- readme.txt +11 -2
ga-google-analytics.php
CHANGED
@@ -10,8 +10,8 @@
|
|
10 |
Contributors: specialk
|
11 |
Requires at least: 4.1
|
12 |
Tested up to: 5.0
|
13 |
-
Stable tag:
|
14 |
-
Version:
|
15 |
Requires PHP: 5.2
|
16 |
Text Domain: ga-google-analytics
|
17 |
Domain Path: /languages
|
@@ -60,7 +60,7 @@ if (!class_exists('GA_Google_Analytics')) {
|
|
60 |
|
61 |
function constants() {
|
62 |
|
63 |
-
if (!defined('GAP_VERSION')) define('GAP_VERSION', '
|
64 |
if (!defined('GAP_REQUIRE')) define('GAP_REQUIRE', '4.1');
|
65 |
if (!defined('GAP_AUTHOR')) define('GAP_AUTHOR', 'Jeff Starr');
|
66 |
if (!defined('GAP_NAME')) define('GAP_NAME', __('GA Google Analytics', 'ga-google-analytics'));
|
10 |
Contributors: specialk
|
11 |
Requires at least: 4.1
|
12 |
Tested up to: 5.0
|
13 |
+
Stable tag: 20180506
|
14 |
+
Version: 20180506
|
15 |
Requires PHP: 5.2
|
16 |
Text Domain: ga-google-analytics
|
17 |
Domain Path: /languages
|
60 |
|
61 |
function constants() {
|
62 |
|
63 |
+
if (!defined('GAP_VERSION')) define('GAP_VERSION', '20180506');
|
64 |
if (!defined('GAP_REQUIRE')) define('GAP_REQUIRE', '4.1');
|
65 |
if (!defined('GAP_AUTHOR')) define('GAP_AUTHOR', 'Jeff Starr');
|
66 |
if (!defined('GAP_NAME')) define('GAP_NAME', __('GA Google Analytics', 'ga-google-analytics'));
|
inc/plugin-core.php
CHANGED
@@ -74,7 +74,7 @@ function ga_google_analytics_universal() {
|
|
74 |
|
75 |
$ga_display = "ga('require', 'displayfeatures');";
|
76 |
$ga_link = "ga('require', 'linkid', 'linkid.js');";
|
77 |
-
$ga_anon = "ga('set', '
|
78 |
$ga_ssl = "ga('set', 'forceSSL', true);";
|
79 |
|
80 |
?>
|
74 |
|
75 |
$ga_display = "ga('require', 'displayfeatures');";
|
76 |
$ga_link = "ga('require', 'linkid', 'linkid.js');";
|
77 |
+
$ga_anon = "ga('set', 'anonymizeIp', true);";
|
78 |
$ga_ssl = "ga('set', 'forceSSL', true);";
|
79 |
|
80 |
?>
|
readme.txt
CHANGED
@@ -10,8 +10,8 @@ Donate link: https://m0n.co/donate
|
|
10 |
Contributors: specialk
|
11 |
Requires at least: 4.1
|
12 |
Tested up to: 5.0
|
13 |
-
Stable tag:
|
14 |
-
Version:
|
15 |
Requires PHP: 5.2
|
16 |
Text Domain: ga-google-analytics
|
17 |
Domain Path: /languages
|
@@ -24,6 +24,7 @@ Adds your Google Analytics Tracking Code to your WordPress site.
|
|
24 |
== Description ==
|
25 |
|
26 |
> Supports Global Site Tag / gtag.js !
|
|
|
27 |
|
28 |
This plugin enables Google Analytics for your entire WordPress site. Lightweight and fast with plenty of great features.
|
29 |
|
@@ -32,6 +33,7 @@ This plugin enables Google Analytics for your entire WordPress site. Lightweight
|
|
32 |
* Blazing fast performance
|
33 |
* Does one thing and does it well
|
34 |
* Drop-dead simple and easy to use
|
|
|
35 |
* Stays current with the latest tracking code
|
36 |
* Includes tracking code in header or footer
|
37 |
* Includes tracking code on all WordPress web pages
|
@@ -58,6 +60,8 @@ This is a lightweight plugin that inserts the required GA tracking code. To view
|
|
58 |
* Supports [Tracker Objects](https://developers.google.com/analytics/devguides/collection/analyticsjs/creating-trackers)
|
59 |
* Supports [Google Optimize](https://support.google.com/360suite/optimize/)
|
60 |
|
|
|
|
|
61 |
Learn more about [Google Analytics](http://www.google.com/analytics/)!
|
62 |
|
63 |
|
@@ -200,6 +204,11 @@ Links, tweets and likes also appreciated. Thanks! :)
|
|
200 |
|
201 |
*Thank you to everyone who shares feedback for GA Google Analytics!*
|
202 |
|
|
|
|
|
|
|
|
|
|
|
203 |
**20180303**
|
204 |
|
205 |
* Refactors code base
|
10 |
Contributors: specialk
|
11 |
Requires at least: 4.1
|
12 |
Tested up to: 5.0
|
13 |
+
Stable tag: 20180506
|
14 |
+
Version: 20180506
|
15 |
Requires PHP: 5.2
|
16 |
Text Domain: ga-google-analytics
|
17 |
Domain Path: /languages
|
24 |
== Description ==
|
25 |
|
26 |
> Supports Global Site Tag / gtag.js !
|
27 |
+
> Works perfectly with or without Gutenberg
|
28 |
|
29 |
This plugin enables Google Analytics for your entire WordPress site. Lightweight and fast with plenty of great features.
|
30 |
|
33 |
* Blazing fast performance
|
34 |
* Does one thing and does it well
|
35 |
* Drop-dead simple and easy to use
|
36 |
+
* Regularly updated and "future proof"
|
37 |
* Stays current with the latest tracking code
|
38 |
* Includes tracking code in header or footer
|
39 |
* Includes tracking code on all WordPress web pages
|
60 |
* Supports [Tracker Objects](https://developers.google.com/analytics/devguides/collection/analyticsjs/creating-trackers)
|
61 |
* Supports [Google Optimize](https://support.google.com/360suite/optimize/)
|
62 |
|
63 |
+
GDPR Notice: This plugin is 100% compliant with GDPR because it does not collect any user data. Even so, the tracking code added by this plugin is used by Google to collect all sorts of user data. So to ensure that your site is compliant with GDPR, please consult with Google and/or configure your Google account settings and/or tracking code as required by GDPR.
|
64 |
+
|
65 |
Learn more about [Google Analytics](http://www.google.com/analytics/)!
|
66 |
|
67 |
|
204 |
|
205 |
*Thank you to everyone who shares feedback for GA Google Analytics!*
|
206 |
|
207 |
+
**20180506**
|
208 |
+
|
209 |
+
* Bugfix: changes `anonymizeIP` to `anonymizeIp` for analytics.js
|
210 |
+
* Tests on WordPress 5.0 (alpha)
|
211 |
+
|
212 |
**20180303**
|
213 |
|
214 |
* Refactors code base
|