Version Description
- Fixed bug with custom SE tracking introduced in 4.1.1.
Download this release
Release Info
Developer | joostdevalk |
Plugin | Google Analytics for WordPress by MonsterInsights |
Version | 4.1.2 |
Comparing to | |
See all releases |
Code changes from version 4.1.1 to 4.1.2
- googleanalytics.php +2 -2
- images/yoast-logo-rss.png +0 -0
- readme.txt +5 -1
googleanalytics.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Analytics for WordPress
|
|
4 |
Plugin URI: http://yoast.com/wordpress/google-analytics/#utm_source=wordpress&utm_medium=plugin&utm_campaign=google-analytics-for-wordpress&utm_content=v411
|
5 |
Description: This plugin makes it simple to add Google Analytics to your WordPress blog, adding lots of features, eg. custom variables and automatic clickout and download tracking.
|
6 |
Author: Joost de Valk
|
7 |
-
Version: 4.1.
|
8 |
Requires at least: 2.8
|
9 |
Author URI: http://yoast.com/
|
10 |
License: GPL
|
@@ -983,7 +983,7 @@ if ( ! class_exists( 'GA_Filter' ) ) {
|
|
983 |
if ( !empty($options["extraseurl"]) ) {
|
984 |
$url = $options["extraseurl"];
|
985 |
} else {
|
986 |
-
$url =
|
987 |
}
|
988 |
echo '</script><script src="'.$url.'" type="text/javascript"></script>'."\n".'<script type="text/javascript">';
|
989 |
}
|
4 |
Plugin URI: http://yoast.com/wordpress/google-analytics/#utm_source=wordpress&utm_medium=plugin&utm_campaign=google-analytics-for-wordpress&utm_content=v411
|
5 |
Description: This plugin makes it simple to add Google Analytics to your WordPress blog, adding lots of features, eg. custom variables and automatic clickout and download tracking.
|
6 |
Author: Joost de Valk
|
7 |
+
Version: 4.1.2
|
8 |
Requires at least: 2.8
|
9 |
Author URI: http://yoast.com/
|
10 |
License: GPL
|
983 |
if ( !empty($options["extraseurl"]) ) {
|
984 |
$url = $options["extraseurl"];
|
985 |
} else {
|
986 |
+
$url = plugins_url( 'custom_se_async.js', __FILE__ );
|
987 |
}
|
988 |
echo '</script><script src="'.$url.'" type="text/javascript"></script>'."\n".'<script type="text/javascript">';
|
989 |
}
|
images/yoast-logo-rss.png
ADDED
Binary file
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://yoast.com/donate/
|
|
4 |
Tags: analytics, google analytics, statistics, tracking, stats, google
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.2
|
7 |
-
Stable tag: 4.1.
|
8 |
|
9 |
Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.
|
10 |
|
@@ -59,6 +59,10 @@ This section describes how to install the plugin and get it working.
|
|
59 |
|
60 |
== Changelog ==
|
61 |
|
|
|
|
|
|
|
|
|
62 |
= 4.1.1 =
|
63 |
|
64 |
* Made plugin admin work with jQuery 1.6 and jQuery 1.4.
|
4 |
Tags: analytics, google analytics, statistics, tracking, stats, google
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.2
|
7 |
+
Stable tag: 4.1.2
|
8 |
|
9 |
Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.
|
10 |
|
59 |
|
60 |
== Changelog ==
|
61 |
|
62 |
+
= 4.1.2 =
|
63 |
+
|
64 |
+
* Fixed bug with custom SE tracking introduced in 4.1.1.
|
65 |
+
|
66 |
= 4.1.1 =
|
67 |
|
68 |
* Made plugin admin work with jQuery 1.6 and jQuery 1.4.
|