Version Description
- 'Test your tracking code now' linking to the correct language
Download this release
Release Info
Developer | webkinder |
Plugin | Google Analytics |
Version | 1.6.1 |
Comparing to | |
See all releases |
Code changes from version 1.6 to 1.6.1
- readme.txt +14 -10
- wk-ga.php +2 -2
readme.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
=== Google Analytics ===
|
2 |
Contributors: webkinder
|
|
|
3 |
Tags: google analytics, tracking code, analytics, anonymization, anonymize, anonymizeIp, cookie, Datenschutz, ga, gaoptout, google, googleanalytics, google tag manager, gtm, Datenschutz, datenschutzkonform, script, snippet
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.7
|
6 |
-
Stable tag: 1.6
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -35,18 +36,21 @@ If you have any questions or feature requests, feel free to contact us via suppo
|
|
35 |
|
36 |
== Changelog ==
|
37 |
|
38 |
-
= 1.
|
39 |
-
*
|
40 |
|
41 |
-
= 1.
|
42 |
-
*
|
43 |
-
|
|
|
|
|
44 |
|
45 |
= 1.2 =
|
46 |
* added support for Google Tag Manager
|
47 |
|
48 |
-
= 1.
|
49 |
-
*
|
|
|
50 |
|
51 |
-
= 1.
|
52 |
-
*
|
1 |
=== Google Analytics ===
|
2 |
Contributors: webkinder
|
3 |
+
Donate link: http://bit.ly/2jnKboN
|
4 |
Tags: google analytics, tracking code, analytics, anonymization, anonymize, anonymizeIp, cookie, Datenschutz, ga, gaoptout, google, googleanalytics, google tag manager, gtm, Datenschutz, datenschutzkonform, script, snippet
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.7
|
7 |
+
Stable tag: 1.6.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
36 |
|
37 |
== Changelog ==
|
38 |
|
39 |
+
= 1.6.1 =
|
40 |
+
* 'Test your tracking code now' linking to the correct language
|
41 |
|
42 |
+
= 1.6 =
|
43 |
+
* Improved tag manager script placement, preventing search console errors
|
44 |
+
|
45 |
+
= 1.5 =
|
46 |
+
* Visual improvement of the settings page
|
47 |
|
48 |
= 1.2 =
|
49 |
* added support for Google Tag Manager
|
50 |
|
51 |
+
= 1.1 =
|
52 |
+
* added anonymize IP's option
|
53 |
+
* added uninstall file
|
54 |
|
55 |
+
= 1.0 =
|
56 |
+
* Initial release
|
wk-ga.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Google Analytics by WebKinder
|
4 |
Plugin URI: https://wordpress.org/plugins/wk-google-analytics/
|
5 |
Description: Google Analytics for WordPress without tracking your own visits
|
6 |
-
Version: 1.6
|
7 |
Author: WebKinder
|
8 |
Author URI: http://www.webkinder.ch
|
9 |
License: GPL2
|
@@ -228,7 +228,7 @@ class wk_ga {
|
|
228 |
<h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
|
229 |
|
230 |
<?php if ( false !== $_REQUEST['settings-updated'] ) : ?>
|
231 |
-
<div class="updated fade"><p><strong><a target="_blank" href="https://support.google.com/analytics/answer/1008083
|
232 |
</div>
|
233 |
<?php endif; ?>
|
234 |
|
3 |
Plugin Name: Google Analytics by WebKinder
|
4 |
Plugin URI: https://wordpress.org/plugins/wk-google-analytics/
|
5 |
Description: Google Analytics for WordPress without tracking your own visits
|
6 |
+
Version: 1.6.1
|
7 |
Author: WebKinder
|
8 |
Author URI: http://www.webkinder.ch
|
9 |
License: GPL2
|
228 |
<h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
|
229 |
|
230 |
<?php if ( false !== $_REQUEST['settings-updated'] ) : ?>
|
231 |
+
<div class="updated fade"><p><strong><a target="_blank" href="https://support.google.com/analytics/answer/1008083"><?php _e( 'Test your tracking code now!', 'wk-ga' ); ?></a></strong></p>
|
232 |
</div>
|
233 |
<?php endif; ?>
|
234 |
|