Google Analytics for WordPress by MonsterInsights - Version 6.2.6

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 Icon 128x128 Google Analytics for WordPress by MonsterInsights
Version 6.2.6
Comparing to
See all releases

Code changes from version 6.2.5 to 6.2.6

Files changed (2) hide show
  1. googleanalytics.php +3 -3
  2. readme.txt +5 -2
googleanalytics.php CHANGED
@@ -6,7 +6,7 @@
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/
8
  *
9
- * Version: 6.2.5
10
  * Requires at least: 3.9.0
11
  * Tested up to: 4.8.1
12
  *
@@ -69,7 +69,7 @@ final class MonsterInsights_Lite {
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
- public $version = '6.2.5';
73
 
74
  /**
75
  * Plugin file.
@@ -182,7 +182,7 @@ final class MonsterInsights_Lite {
182
  }
183
 
184
  if ( is_admin() ) {
185
- new AM_Notification( 'mi', self::$instance->version );
186
  new AM_Deactivation_Survey( 'MonsterInsights', basename( __DIR__ ) );
187
  }
188
 
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/
8
  *
9
+ * Version: 6.2.6
10
  * Requires at least: 3.9.0
11
  * Tested up to: 4.8.1
12
  *
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
+ public $version = '6.2.6';
73
 
74
  /**
75
  * Plugin file.
182
  }
183
 
184
  if ( is_admin() ) {
185
+ new AM_Notification( 'mi-lite', self::$instance->version );
186
  new AM_Deactivation_Survey( 'MonsterInsights', basename( __DIR__ ) );
187
  }
188
 
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.9.0
7
- Stable tag: 6.2.4
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,9 +136,12 @@ 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.2.5: November 17, 2017 =
140
  * Tweak: Compatibility with WordPress 4.9.
141
 
 
 
 
142
  = 6.2.4: October 6, 2017 =
143
  * Tweak: Adjusted how the optin tracking is sent to us.
144
 
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.9.0
7
+ Stable tag: 6.2.6
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.2.6: November 17, 2017 =
140
  * Tweak: Compatibility with WordPress 4.9.
141
 
142
+ = 6.2.5: Not issued =
143
+ * Skipped release version.
144
+
145
  = 6.2.4: October 6, 2017 =
146
  * Tweak: Adjusted how the optin tracking is sent to us.
147