Google Analytics for WordPress by MonsterInsights - Version 6.0.1

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.0.1
Comparing to
See all releases

Code changes from version 6.0.0 to 6.0.1

googleanalytics.php CHANGED
@@ -2,11 +2,11 @@
2
  /**
3
  * Plugin Name: Google Analytics for WordPress by MonsterInsights
4
  * Plugin URI: https://www.monsterinsights.com/?utm_source=wordpress&utm_medium=plugin&utm_campaign=wpmipluginpro&utm_content=v600
5
- * Description: The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back. Get stats that matter.
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/
8
  *
9
- * Version: 6.0.0
10
  * Requires at least: 3.9.0
11
  * Tested up to: 4.7.2
12
  *
@@ -69,7 +69,7 @@ final class MonsterInsights_Lite {
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
- public $version = '6.0.0';
73
 
74
  /**
75
  * Plugin file.
2
  /**
3
  * Plugin Name: Google Analytics for WordPress by MonsterInsights
4
  * Plugin URI: https://www.monsterinsights.com/?utm_source=wordpress&utm_medium=plugin&utm_campaign=wpmipluginpro&utm_content=v600
5
+ * Description: The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.
6
  * Author: MonsterInsights
7
  * Author URI: https://www.monsterinsights.com/
8
  *
9
+ * Version: 6.0.1
10
  * Requires at least: 3.9.0
11
  * Tested up to: 4.7.2
12
  *
69
  * @access public
70
  * @var string $version Plugin version.
71
  */
72
+ public $version = '6.0.1';
73
 
74
  /**
75
  * Plugin file.
includes/admin/settings/settings-api.php CHANGED
@@ -41,7 +41,7 @@ function monsterinsights_get_section_settings( $section, $page = 'tracking' ) {
41
  'tooltip_title' => false,
42
  'tooltip_desc' => false,
43
  'field_class' => '',
44
- 'multiselect' => false,
45
  'allowclear' => true,
46
  'notice_type' => '',
47
  ) );
@@ -131,7 +131,7 @@ function monsterinsights_save_settings() {
131
  'tooltip_title' => false,
132
  'tooltip_desc' => false,
133
  'field_class' => '',
134
- 'multiselect' => false,
135
  'allowclear' => true,
136
  'notice_type' => '',
137
  ) );
@@ -320,7 +320,7 @@ add_filter( 'monsterinsights_settings_sanitize_multicheck', 'monsterinsights_san
320
  * @todo docbloc
321
  */
322
  function monsterinsights_sanitize_select_field( $value, $id, $setting, $previous_value ) {
323
- if ( $setting['multiselect'] ) {
324
  $save_value = array();
325
  } else {
326
  $save_value = '';
41
  'tooltip_title' => false,
42
  'tooltip_desc' => false,
43
  'field_class' => '',
44
+ 'multiple' => false,
45
  'allowclear' => true,
46
  'notice_type' => '',
47
  ) );
131
  'tooltip_title' => false,
132
  'tooltip_desc' => false,
133
  'field_class' => '',
134
+ 'multiple' => false,
135
  'allowclear' => true,
136
  'notice_type' => '',
137
  ) );
320
  * @todo docbloc
321
  */
322
  function monsterinsights_sanitize_select_field( $value, $id, $setting, $previous_value ) {
323
+ if ( ! empty( $setting['multiple'] ) && $setting['multiple'] ) {
324
  $save_value = array();
325
  } else {
326
  $save_value = '';
readme.txt CHANGED
@@ -4,10 +4,10 @@ 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.2
7
- Stable tag: 6.0.0
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. Simply put, get stats that matter.
11
 
12
  == Description ==
13
 
@@ -26,7 +26,7 @@ At MonsterInsights, user experience is our #1 priority. That's why we make it ex
26
 
27
  We took the pain out of connecting with Google Analytics and made it easy. Here's why over 1 million smart business owners, designers, and developers love MonsterInsights, and you will too!
28
 
29
- https://www.youtube.com/watch?v=nHZBUDceRt0?rel=0
30
 
31
  = Quick & Easy Google Analytics Setup =
32
 
@@ -71,7 +71,7 @@ With our Ads tracking addon, publishers can easily track the performance of thei
71
 
72
  MonsterInsights allow you to take full advantage of all the powerful Google Analytics features such as custom dimensions, file download tracking, outbound link tracking, events tracking, performance tracking, and more.
73
 
74
- >I like how simple it is for client users and how I can turn on the advanced features for myself to get all the details right.
75
  > Skip Shean
76
 
77
  = Full MonsterInsights Feature List =
@@ -137,6 +137,9 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
137
 
138
  == Changelog ==
139
 
 
 
 
140
  = 6.0.0, February 18, 2017 =
141
  * New: Completely overhauled design, from top to bottom. The plugin has been completely rewritten.
142
  * New: **no more advertisements** in the settings pages. We hated them too.
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.2
7
+ Stable tag: 6.0.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.
11
 
12
  == Description ==
13
 
26
 
27
  We took the pain out of connecting with Google Analytics and made it easy. Here's why over 1 million smart business owners, designers, and developers love MonsterInsights, and you will too!
28
 
29
+ https://www.youtube.com/watch?v=nHZBUDceRt0
30
 
31
  = Quick & Easy Google Analytics Setup =
32
 
71
 
72
  MonsterInsights allow you to take full advantage of all the powerful Google Analytics features such as custom dimensions, file download tracking, outbound link tracking, events tracking, performance tracking, and more.
73
 
74
+ >I like how simple it is for client users and how I can turn on the advanced features for myself to get all the details right.<br>
75
  > Skip Shean
76
 
77
  = Full MonsterInsights Feature List =
137
 
138
  == Changelog ==
139
 
140
+ = 6.0.1, February 19, 2017 =
141
+ * Fixed: Typo that caused an issue with PHP 7 installs.
142
+
143
  = 6.0.0, February 18, 2017 =
144
  * New: Completely overhauled design, from top to bottom. The plugin has been completely rewritten.
145
  * New: **no more advertisements** in the settings pages. We hated them too.