Google Analytics for WordPress by MonsterInsights - Version 3.2

Version Description

  • Added option to add tracking to add tracking to login / register pages, so you can track new signups (under Advanced settings).
  • Added beta option to track Google image search as a search engine, needs more testing to make sure it works.
  • Fixed a bug in the extra search engine tracking implementation.
  • Removed redundant "More Info" section from readme.txt.
Download this release

Release Info

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

Code changes from version 3.1.1 to 3.2

Files changed (2) hide show
  1. googleanalytics.php +1 -1
  2. readme.txt +8 -8
googleanalytics.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Analytics for WordPress
4
  Plugin URI: http://yoast.com/wordpress/analytics/
5
  Description: This plugin makes it simple to add Google Analytics with extra search engines and automatic clickout and download tracking to your WordPress blog.
6
  Author: Joost de Valk
7
- Version: 3.1.1
8
  Requires at least: 2.7
9
  Author URI: http://yoast.com/
10
  License: GPL
4
  Plugin URI: http://yoast.com/wordpress/analytics/
5
  Description: This plugin makes it simple to add Google Analytics with extra search engines and automatic clickout and download tracking to your WordPress blog.
6
  Author: Joost de Valk
7
+ Version: 3.2
8
  Requires at least: 2.7
9
  Author URI: http://yoast.com/
10
  License: GPL
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://yoast.com/donate/
4
  Tags: analytics, google analytics, statistics
5
  Requires at least: 2.7
6
  Tested up to: 2.8.2
7
- Stable tag: 3.1.1
8
 
9
  The Google Analytics for WordPress plugin automatically tracks and segments all outbound links from within posts, comment author links, links within comments, blogroll links and downloads. It also allows you to track AdSense clicks, add extra search engines, track image search queries and it will even work together with Urchin.
10
 
@@ -29,6 +29,12 @@ This section describes how to install the plugin and get it working.
29
 
30
  == Changelog ==
31
 
 
 
 
 
 
 
32
  = 3.1.1 =
33
  * Stupid typo that caused warnings.
34
 
@@ -142,10 +148,4 @@ Create a <a href="http://yoast.com/wordpress/google-analytics/creating-a-google-
142
  == Screenshots ==
143
 
144
  1. Screenshot of the configuration panel for this plugin.
145
- 2. Example of the exclude filter in Google Analytics.
146
-
147
- == More info ==
148
-
149
- * For more info, version history, etc. check out the page on my site about the [Google Analytics for WordPress plugin](http://yoast.com/wordpress/google-analytics/).
150
- * To check out the other WordPress plugins I wrote, check out my [WordPress plugins](http://yoast.com/wordpress/) page.
151
- * For updates about this plugin and other plugins I created read my [SEO blog](http://yoast.com/)
4
  Tags: analytics, google analytics, statistics
5
  Requires at least: 2.7
6
  Tested up to: 2.8.2
7
+ Stable tag: 3.2
8
 
9
  The Google Analytics for WordPress plugin automatically tracks and segments all outbound links from within posts, comment author links, links within comments, blogroll links and downloads. It also allows you to track AdSense clicks, add extra search engines, track image search queries and it will even work together with Urchin.
10
 
29
 
30
  == Changelog ==
31
 
32
+ = 3.2 =
33
+ * Added option to add tracking to add tracking to login / register pages, so you can track new signups (under Advanced settings).
34
+ * Added beta option to track Google image search as a search engine, needs more testing to make sure it works.
35
+ * Fixed a bug in the extra search engine tracking implementation.
36
+ * Removed redundant "More Info" section from readme.txt.
37
+
38
  = 3.1.1 =
39
  * Stupid typo that caused warnings.
40
 
148
  == Screenshots ==
149
 
150
  1. Screenshot of the configuration panel for this plugin.
151
+ 2. Example of the exclude filter in Google Analytics.