Google Analytics for WordPress by MonsterInsights - Version 5.5.4

Version Description

Release Date: October 19th, 2016

  • Bugfixes:
    • Add protection against blank profile ids
Download this release

Release Info

Developer chriscct7
Plugin Icon 128x128 Google Analytics for WordPress by MonsterInsights
Version 5.5.4
Comparing to
See all releases

Code changes from version 5.5.3 to 5.5.4

admin/dashboards/class-admin-dashboards-collector.php CHANGED
@@ -56,7 +56,7 @@ class Yoast_GA_Dashboards_Collector {
56
  * Fetch the data from Google Analytics and store it
57
  */
58
  public function aggregate_data() {
59
- if ( is_numeric( $this->ga_profile_id ) ) {
60
  // ProfileID is set
61
 
62
  /**
56
  * Fetch the data from Google Analytics and store it
57
  */
58
  public function aggregate_data() {
59
+ if ( ! empty ( $this->ga_profile_id ) && is_numeric( $this->ga_profile_id ) ) {
60
  // ProfileID is set
61
 
62
  /**
googleanalytics.php CHANGED
@@ -9,7 +9,7 @@
9
  * Plugin URI: https://www.monsterinsights.com/pricing/#utm_source=wordpress&utm_medium=plugin&utm_campaign=wpgaplugin&utm_content=v504
10
  * Description: This plugin makes it simple to add Google Analytics to your WordPress site, adding lots of features, e.g. error page, search result and automatic outgoing links and download tracking.
11
  * Author: MonsterInsights
12
- * Version: 5.5.3
13
  * Requires at least: 3.9
14
  * Author URI: https://www.monsterinsights.com/
15
  * License: GPL v3
@@ -35,7 +35,7 @@
35
 
36
  // This plugin was originally based on Rich Boakes' Analytics plugin: http://boakes.org/analytics, but has since been rewritten and refactored multiple times.
37
 
38
- define( 'GAWP_VERSION', '5.5.3' );
39
 
40
  define( 'GAWP_FILE', __FILE__ );
41
 
9
  * Plugin URI: https://www.monsterinsights.com/pricing/#utm_source=wordpress&utm_medium=plugin&utm_campaign=wpgaplugin&utm_content=v504
10
  * Description: This plugin makes it simple to add Google Analytics to your WordPress site, adding lots of features, e.g. error page, search result and automatic outgoing links and download tracking.
11
  * Author: MonsterInsights
12
+ * Version: 5.5.4
13
  * Requires at least: 3.9
14
  * Author URI: https://www.monsterinsights.com/
15
  * License: GPL v3
35
 
36
  // This plugin was originally based on Rich Boakes' Analytics plugin: http://boakes.org/analytics, but has since been rewritten and refactored multiple times.
37
 
38
+ define( 'GAWP_VERSION', '5.5.4' );
39
 
40
  define( 'GAWP_FILE', __FILE__ );
41
 
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.6
7
- Stable tag: 5.5.3
8
  License: GPL v3
9
 
10
  Connect Google Analytics with WordPress by adding your Google Analytics tracking code. Get the stats that matter.
@@ -70,9 +70,16 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi
70
 
71
  == Changelog ==
72
 
 
 
 
 
 
 
 
73
  = 5.5.3 =
74
 
75
- Release Date: October 3rd, 2016
76
 
77
  * Bugfixes:
78
  * Fixes issue with PHP compatibility scanner's bug
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.6
7
+ Stable tag: 5.5.4
8
  License: GPL v3
9
 
10
  Connect Google Analytics with WordPress by adding your Google Analytics tracking code. Get the stats that matter.
70
 
71
  == Changelog ==
72
 
73
+ = 5.5.4 =
74
+
75
+ Release Date: October 19th, 2016
76
+
77
+ * Bugfixes:
78
+ * Add protection against blank profile ids
79
+
80
  = 5.5.3 =
81
 
82
+ Release Date: October 10th, 2016
83
 
84
  * Bugfixes:
85
  * Fixes issue with PHP compatibility scanner's bug