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.10 |
Comparing to | |
See all releases |
Code changes from version 6.1.9 to 6.1.10
- googleanalytics.php +2 -2
- includes/admin/tracking.php +2 -2
- readme.txt +4 -1
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.8.0
|
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.10
|
10 |
* Requires at least: 3.9.0
|
11 |
* Tested up to: 4.8.0
|
12 |
*
|
69 |
* @access public
|
70 |
* @var string $version Plugin version.
|
71 |
*/
|
72 |
+
public $version = '6.1.10';
|
73 |
|
74 |
/**
|
75 |
* Plugin file.
|
includes/admin/tracking.php
CHANGED
@@ -136,9 +136,9 @@ class MonsterInsights_Tracking {
|
|
136 |
return false;
|
137 |
}
|
138 |
|
139 |
-
// Send a maximum of once per
|
140 |
$last_send = $this->get_last_send();
|
141 |
-
if( is_numeric( $last_send ) && $last_send > strtotime( '-1
|
142 |
return false;
|
143 |
}
|
144 |
|
136 |
return false;
|
137 |
}
|
138 |
|
139 |
+
// Send a maximum of once per week
|
140 |
$last_send = $this->get_last_send();
|
141 |
+
if( is_numeric( $last_send ) && $last_send > strtotime( '-1 week' ) && ! $ignore_last_checkin ) {
|
142 |
return false;
|
143 |
}
|
144 |
|
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.8.0
|
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,6 +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.9, May 15, 2017 =
|
140 |
* New: Plugin has been tested for compatibility with WordPress 4.8-beta1. We'll continue to test through the beta and release candidates, but MonsterInsights is 4.8 ready as-is.
|
141 |
* Tweak: Deleting lite plugin will no longer delete license key of installed pro version.
|
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.8.0
|
7 |
+
Stable tag: 6.1.10
|
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.10, May 18, 2017 =
|
140 |
+
* New: Performance improvement in tracking.
|
141 |
+
|
142 |
= 6.1.9, May 15, 2017 =
|
143 |
* New: Plugin has been tested for compatibility with WordPress 4.8-beta1. We'll continue to test through the beta and release candidates, but MonsterInsights is 4.8 ready as-is.
|
144 |
* Tweak: Deleting lite plugin will no longer delete license key of installed pro version.
|