Version Description
= 6.0.0 =
This is a major release. Please back up your site before upgrading.
Download this release
Release Info
Developer | chriscct7 |
Plugin | Google Analytics for WordPress by MonsterInsights |
Version | 6.1.3 |
Comparing to | |
See all releases |
Code changes from version 6.1.2 to 6.1.3
- googleanalytics.php +2 -2
- includes/frontend/events/class-events-js.php +1 -0
- readme.txt +2 -5
googleanalytics.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* Author: MonsterInsights
|
7 |
* Author URI: https://www.monsterinsights.com/
|
8 |
*
|
9 |
-
* Version: 6.1.
|
10 |
* Requires at least: 3.9.0
|
11 |
* Tested up to: 4.7.4
|
12 |
*
|
@@ -69,7 +69,7 @@ final class MonsterInsights_Lite {
|
|
69 |
* @access public
|
70 |
* @var string $version Plugin version.
|
71 |
*/
|
72 |
-
public $version = '6.1.
|
73 |
|
74 |
/**
|
75 |
* Plugin file.
|
6 |
* Author: MonsterInsights
|
7 |
* Author URI: https://www.monsterinsights.com/
|
8 |
*
|
9 |
+
* Version: 6.1.3
|
10 |
* Requires at least: 3.9.0
|
11 |
* Tested up to: 4.7.4
|
12 |
*
|
69 |
* @access public
|
70 |
* @var string $version Plugin version.
|
71 |
*/
|
72 |
+
public $version = '6.1.3';
|
73 |
|
74 |
/**
|
75 |
* Plugin file.
|
includes/frontend/events/class-events-js.php
CHANGED
@@ -91,6 +91,7 @@ class MonsterInsights_Events_JS {
|
|
91 |
|
92 |
// Get inbound as outbound to track
|
93 |
$inbound_paths = monsterinsights_get_option( 'track_internal_as_outbound','' );
|
|
|
94 |
if ( ! is_array( $inbound_paths ) ) {
|
95 |
$inbound_paths = array( $inbound_paths );
|
96 |
}
|
91 |
|
92 |
// Get inbound as outbound to track
|
93 |
$inbound_paths = monsterinsights_get_option( 'track_internal_as_outbound','' );
|
94 |
+
$inbound_paths = explode( ',', $inbound_paths );
|
95 |
if ( ! is_array( $inbound_paths ) ) {
|
96 |
$inbound_paths = array( $inbound_paths );
|
97 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.wpbeginner.com/wpbeginner-needs-your-help/
|
|
4 |
Tags: analytics, analytics dashboard, google analytics, google analytics dashboard, google analytics widget, universal google analytics, statistics, tracking, stats, google, yoast, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.7.4
|
7 |
-
Stable tag: 6.1.
|
8 |
License: GPL v3
|
9 |
|
10 |
The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.
|
@@ -136,12 +136,9 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
|
|
136 |
4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
|
137 |
|
138 |
== Changelog ==
|
139 |
-
= 6.1.
|
140 |
* Bugfix: (pro users) Issue with JS events throwing an error for array on non-set settings.
|
141 |
|
142 |
-
= 6.1.1, March 22, 2017 =
|
143 |
-
* Bugfix: Issue with JS events throwing an error for array on non-set settings.
|
144 |
-
|
145 |
= 6.1.0, March 22, 2017 =
|
146 |
* New: Campaign URL building tool with shortlink capability.
|
147 |
* New: Settings import/export tool.
|
4 |
Tags: analytics, analytics dashboard, google analytics, google analytics dashboard, google analytics widget, universal google analytics, statistics, tracking, stats, google, yoast, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.7.4
|
7 |
+
Stable tag: 6.1.3
|
8 |
License: GPL v3
|
9 |
|
10 |
The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.
|
136 |
4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!
|
137 |
|
138 |
== Changelog ==
|
139 |
+
= 6.1.1 - 6.1.3 (depending on which version of MI you have), March 22, 2017 =
|
140 |
* Bugfix: (pro users) Issue with JS events throwing an error for array on non-set settings.
|
141 |
|
|
|
|
|
|
|
142 |
= 6.1.0, March 22, 2017 =
|
143 |
* New: Campaign URL building tool with shortlink capability.
|
144 |
* New: Settings import/export tool.
|