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 | 20190501 |
Comparing to | |
See all releases |
Code changes from version 20190311 to 20190501
- ga-google-analytics.php +5 -5
- img/250x250-ga-pro.jpg +0 -0
- inc/plugin-core.php +1 -1
- inc/support-panel.php +3 -0
- readme.txt +17 -5
ga-google-analytics.php
CHANGED
@@ -9,10 +9,10 @@
|
|
9 |
Donate link: https://monzillamedia.com/donate.html
|
10 |
Contributors: specialk
|
11 |
Requires at least: 4.1
|
12 |
-
Tested up to: 5.
|
13 |
-
Stable tag:
|
14 |
-
Version:
|
15 |
-
Requires PHP: 5.
|
16 |
Text Domain: ga-google-analytics
|
17 |
Domain Path: /languages
|
18 |
License: GPL v2 or later
|
@@ -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'));
|
9 |
Donate link: https://monzillamedia.com/donate.html
|
10 |
Contributors: specialk
|
11 |
Requires at least: 4.1
|
12 |
+
Tested up to: 5.2
|
13 |
+
Stable tag: 20190501
|
14 |
+
Version: 20190501
|
15 |
+
Requires PHP: 5.6.20
|
16 |
Text Domain: ga-google-analytics
|
17 |
Domain Path: /languages
|
18 |
License: GPL v2 or later
|
60 |
|
61 |
function constants() {
|
62 |
|
63 |
+
if (!defined('GAP_VERSION')) define('GAP_VERSION', '20190501');
|
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'));
|
img/250x250-ga-pro.jpg
ADDED
Binary file
|
inc/plugin-core.php
CHANGED
@@ -79,7 +79,7 @@ function ga_google_analytics_universal() {
|
|
79 |
$custom_code = ga_google_analytics_custom($custom_code);
|
80 |
|
81 |
$ga_display = "ga('require', 'displayfeatures');";
|
82 |
-
$ga_link = "ga('require', 'linkid'
|
83 |
$ga_anon = "ga('set', 'anonymizeIp', true);";
|
84 |
$ga_ssl = "ga('set', 'forceSSL', true);";
|
85 |
|
79 |
$custom_code = ga_google_analytics_custom($custom_code);
|
80 |
|
81 |
$ga_display = "ga('require', 'displayfeatures');";
|
82 |
+
$ga_link = "ga('require', 'linkid');";
|
83 |
$ga_anon = "ga('set', 'anonymizeIp', true);";
|
84 |
$ga_ssl = "ga('set', 'forceSSL', true);";
|
85 |
|
inc/support-panel.php
CHANGED
@@ -36,6 +36,9 @@ $array = array(
|
|
36 |
8 => '<a target="_blank" rel="noopener noreferrer" href="https://htaccessbook.com/" title="Optimize and Secure with .htaccess">
|
37 |
<img width="125" height="125" src="'. $plugin_url .'img/250x250-htaccess-made-easy.jpg" alt=".htaccess made easy" />
|
38 |
</a>',
|
|
|
|
|
|
|
39 |
|
40 |
);
|
41 |
|
36 |
8 => '<a target="_blank" rel="noopener noreferrer" href="https://htaccessbook.com/" title="Optimize and Secure with .htaccess">
|
37 |
<img width="125" height="125" src="'. $plugin_url .'img/250x250-htaccess-made-easy.jpg" alt=".htaccess made easy" />
|
38 |
</a>',
|
39 |
+
9 => '<a target="_blank" rel="noopener noreferrer" href="https://plugin-planet.com/ga-google-analytics-pro/" title="Connect Google Analytics to WordPress">
|
40 |
+
<img width="125" height="125" src="'. $plugin_url .'img/250x250-ga-pro.jpg" alt="GA Google Analytics Pro" />
|
41 |
+
</a>',
|
42 |
|
43 |
);
|
44 |
|
readme.txt
CHANGED
@@ -9,10 +9,10 @@ Author URI: https://plugin-planet.com/
|
|
9 |
Donate link: https://monzillamedia.com/donate.html
|
10 |
Contributors: specialk
|
11 |
Requires at least: 4.1
|
12 |
-
Tested up to: 5.
|
13 |
-
Stable tag:
|
14 |
-
Version:
|
15 |
-
Requires PHP: 5.
|
16 |
Text Domain: ga-google-analytics
|
17 |
Domain Path: /languages
|
18 |
License: GPL v2 or later
|
@@ -23,8 +23,9 @@ Adds your Google Analytics Tracking Code to your WordPress site.
|
|
23 |
|
24 |
== Description ==
|
25 |
|
|
|
|
|
26 |
> Supports Global Site Tag / gtag.js
|
27 |
-
> GDPR compliant: does not collect any user data
|
28 |
|
29 |
This plugin enables Google Analytics for your entire WordPress site. Lightweight and fast with plenty of great features.
|
30 |
|
@@ -91,6 +92,9 @@ __Cookies:__ This plugin uses simple cookies for the visitor Opt-Out Box to reme
|
|
91 |
__Services:__ This plugin does not connect to any third-party locations or services, but it does enable Google to collect all sorts of data.
|
92 |
|
93 |
|
|
|
|
|
|
|
94 |
|
95 |
== Installation ==
|
96 |
|
@@ -247,6 +251,14 @@ If you like GA Google Analytics, please take a moment to [give a 5-star rating](
|
|
247 |
> New Pro version available! Check out [GA Pro »](https://plugin-planet.com/ga-google-analytics-pro/)
|
248 |
|
249 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
**20190311**
|
251 |
|
252 |
* Adds support for GA User Opt-Out
|
9 |
Donate link: https://monzillamedia.com/donate.html
|
10 |
Contributors: specialk
|
11 |
Requires at least: 4.1
|
12 |
+
Tested up to: 5.2
|
13 |
+
Stable tag: 20190501
|
14 |
+
Version: 20190501
|
15 |
+
Requires PHP: 5.6.20
|
16 |
Text Domain: ga-google-analytics
|
17 |
Domain Path: /languages
|
18 |
License: GPL v2 or later
|
23 |
|
24 |
== Description ==
|
25 |
|
26 |
+
> Connects Google Analytics to WordPress
|
27 |
+
> Supports Universal Analytics / analytics.js
|
28 |
> Supports Global Site Tag / gtag.js
|
|
|
29 |
|
30 |
This plugin enables Google Analytics for your entire WordPress site. Lightweight and fast with plenty of great features.
|
31 |
|
92 |
__Services:__ This plugin does not connect to any third-party locations or services, but it does enable Google to collect all sorts of data.
|
93 |
|
94 |
|
95 |
+
> Works with or without Gutenberg Block Editor
|
96 |
+
|
97 |
+
|
98 |
|
99 |
== Installation ==
|
100 |
|
251 |
> New Pro version available! Check out [GA Pro »](https://plugin-planet.com/ga-google-analytics-pro/)
|
252 |
|
253 |
|
254 |
+
**20190501**
|
255 |
+
|
256 |
+
* Bumps [minimum PHP version](https://codex.wordpress.org/Template:Server_requirements) to 5.6.20
|
257 |
+
* Updates Link Attribution tracking code
|
258 |
+
* Tweaks plugin settings screen content
|
259 |
+
* Updates default translation template
|
260 |
+
* Tests on WordPress 5.2
|
261 |
+
|
262 |
**20190311**
|
263 |
|
264 |
* Adds support for GA User Opt-Out
|