Google Analytics for WordPress by MonsterInsights - Version 4.3.1

Version Description

  • Removes a left over JS alert.
Download this release

Release Info

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

Code changes from version 4.3 to 4.3.1

Files changed (3) hide show
  1. admin/class-pointer.php +0 -1
  2. googleanalytics.php +2 -2
  3. readme.txt +5 -1
admin/class-pointer.php CHANGED
@@ -83,7 +83,6 @@ class GA_Pointer {
83
  nonce: nonce
84
  }
85
  jQuery.post( ajaxurl, wpga_tracking_data, function( response ) {
86
- alert( 'done: ' + input + response );
87
  jQuery('#wp-pointer-0').remove();
88
  } );
89
  }
83
  nonce: nonce
84
  }
85
  jQuery.post( ajaxurl, wpga_tracking_data, function( response ) {
 
86
  jQuery('#wp-pointer-0').remove();
87
  } );
88
  }
googleanalytics.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Analytics for WordPress
4
  Plugin URI: http://yoast.com/wordpress/google-analytics/#utm_source=wordpress&utm_medium=plugin&utm_campaign=wpgaplugin&utm_content=v420
5
  Description: This plugin makes it simple to add Google Analytics to your WordPress blog, adding lots of features, eg. custom variables and automatic clickout and download tracking.
6
  Author: Joost de Valk
7
- Version: 4.3
8
  Requires at least: 3.0
9
  Author URI: http://yoast.com/
10
  License: GPL v3
@@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
28
 
29
  // This plugin was originally based on Rich Boakes' Analytics plugin: http://boakes.org/analytics, but has since been rewritten and refactored multiple times.
30
 
31
- define( "GAWP_VERSION", '4.3' );
32
 
33
  define( "GAWP_URL", trailingslashit( plugin_dir_url( __FILE__ ) ) );
34
 
4
  Plugin URI: http://yoast.com/wordpress/google-analytics/#utm_source=wordpress&utm_medium=plugin&utm_campaign=wpgaplugin&utm_content=v420
5
  Description: This plugin makes it simple to add Google Analytics to your WordPress blog, adding lots of features, eg. custom variables and automatic clickout and download tracking.
6
  Author: Joost de Valk
7
+ Version: 4.3.1
8
  Requires at least: 3.0
9
  Author URI: http://yoast.com/
10
  License: GPL v3
28
 
29
  // This plugin was originally based on Rich Boakes' Analytics plugin: http://boakes.org/analytics, but has since been rewritten and refactored multiple times.
30
 
31
+ define( "GAWP_VERSION", '4.3.1' );
32
 
33
  define( "GAWP_URL", trailingslashit( plugin_dir_url( __FILE__ ) ) );
34
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://yoast.com/donate/
4
  Tags: analytics, google analytics, statistics, tracking, stats, google
5
  Requires at least: 3.3
6
  Tested up to: 3.5
7
- Stable tag: 4.3
8
 
9
  Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.
10
 
@@ -58,6 +58,10 @@ This section describes how to install the plugin and get it working.
58
 
59
  == Changelog ==
60
 
 
 
 
 
61
  = 4.3 =
62
 
63
  * Major refactor of plugin code, to only load necessary code on front and backend.
4
  Tags: analytics, google analytics, statistics, tracking, stats, google
5
  Requires at least: 3.3
6
  Tested up to: 3.5
7
+ Stable tag: 4.3.1
8
 
9
  Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.
10
 
58
 
59
  == Changelog ==
60
 
61
+ = 4.3.1 =
62
+
63
+ * Removes a left over JS alert.
64
+
65
  = 4.3 =
66
 
67
  * Major refactor of plugin code, to only load necessary code on front and backend.