Google Analytics for WordPress by MonsterInsights - Version 4.3.5

Version Description

  • Enhancement:
    • Update banners in admin.
Download this release

Release Info

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

Code changes from version 4.3.4 to 4.3.5

admin/class-admin.php CHANGED
@@ -701,10 +701,18 @@ class GA_Admin extends Yoast_GA_Plugin_Admin {
701
  . '<li><a href="http://wordpress.org/tags/google-analytics-for-wordpress">' . __( 'Help out other users in the forums', 'google-analytics-for-wordpress' ) . '</a></li>'
702
  . '<li>' . sprintf( __( 'Blog about it & link to the %1$splugin page%2$s' ), '<a href="http://yoast.com/wordpress/google-analytics/#utm_source=wpadmin&utm_medium=sidebanner&utm_term=link&utm_campaign=wpgaplugin">', '</a>' ) . '</li></ul>' );
703
  ?>
704
- <a target="_blank"
705
- href="https://yoast.com/hire-us/website-review/#utm_source=gawp-config&utm_medium=banner&utm_campaign=website-review-banner"><img
706
- src="<?php echo GAWP_URL; ?>images/banner-website-review.png" alt="Website Review banner"/></a>
707
- </div>
 
 
 
 
 
 
 
 
708
  <br/><br/><br/>
709
  </div>
710
  </div>
701
  . '<li><a href="http://wordpress.org/tags/google-analytics-for-wordpress">' . __( 'Help out other users in the forums', 'google-analytics-for-wordpress' ) . '</a></li>'
702
  . '<li>' . sprintf( __( 'Blog about it & link to the %1$splugin page%2$s' ), '<a href="http://yoast.com/wordpress/google-analytics/#utm_source=wpadmin&utm_medium=sidebanner&utm_term=link&utm_campaign=wpgaplugin">', '</a>' ) . '</li></ul>' );
703
  ?>
704
+ <a target="_blank"
705
+ href="https://yoast.com/hire-us/create-ga-goals/#utm_source=gawp-config&utm_medium=banner&utm_campaign=ga-goals-banner"><img
706
+ src="<?php echo GAWP_URL; ?>images/banner-ga-goals.png" alt="Google Analytics Goals"/></a><br/>
707
+ <br/>
708
+ <a target="_blank"
709
+ href="https://yoast.com/hire-us/website-review/#utm_source=gawp-config&utm_medium=banner&utm_campaign=website-review-banner"><img
710
+ src="<?php echo GAWP_URL; ?>images/banner-website-review.png" alt="Website Review"/></a><br/>
711
+ <br/>
712
+ <a target="_blank"
713
+ href="https://yoast.com/hire-us/conversion-review/#utm_source=gawp-config&utm_medium=banner&utm_campaign=conversion-review-banner"><img
714
+ src="<?php echo GAWP_URL; ?>images/banner-conversion-review.png" alt="Conversion Review"/></a>
715
+ </div>
716
  <br/><br/><br/>
717
  </div>
718
  </div>
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.4
8
  Requires at least: 3.0
9
  Author URI: http://yoast.com/
10
  License: GPL v3
@@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
30
 
31
  // This plugin was originally based on Rich Boakes' Analytics plugin: http://boakes.org/analytics, but has since been rewritten and refactored multiple times.
32
 
33
- define( "GAWP_VERSION", '4.3.4' );
34
 
35
  define( "GAWP_URL", trailingslashit( plugin_dir_url( __FILE__ ) ) );
36
 
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.5
8
  Requires at least: 3.0
9
  Author URI: http://yoast.com/
10
  License: GPL v3
30
 
31
  // This plugin was originally based on Rich Boakes' Analytics plugin: http://boakes.org/analytics, but has since been rewritten and refactored multiple times.
32
 
33
+ define( "GAWP_VERSION", '4.3.5' );
34
 
35
  define( "GAWP_URL", trailingslashit( plugin_dir_url( __FILE__ ) ) );
36
 
images/banner-conversion-review.png ADDED
Binary file
images/banner-ga-goals.png ADDED
Binary file
images/banner-website-review.png CHANGED
Binary file
readme.txt CHANGED
@@ -1,16 +1,16 @@
1
- === Google Analytics for WordPress ===
2
  Contributors: joostdevalk
3
  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.8.1
7
- Stable tag: 4.3.4
8
 
9
  Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.
10
 
11
  == Description ==
12
 
13
- The Google Analytics for WordPress plugin allows you to track your blog easily and with lots of metadata.
14
 
15
  Check out the [Google Analytics for WordPress video](http://www.youtube.com/watch?v=tnUXzbvXxSQ):
16
 
@@ -36,16 +36,16 @@ Full list of features:
36
  * Easily connect your Google AdSense and Google Analytics accounts.
37
  * Option to tag links with Google Analytics campaign tracking, with the option to use hashes (#).
38
  * Option anonymize IP's, for use in countries like Germany.
39
- * Full [debug mode](http://yoast.com/google-analytics-debug-mode/), including Firebug lite and ga_debug.js for debugging Google Analytics issues.
40
  * Allow local hosting of ga.js file.
41
  * Tracking of search engines not included in Google Analytics default tracking.
42
  * Tracking of login and registration forms.
43
 
44
  Other interesting stuff:
45
 
46
- * Check out the other [WordPress Plugins](http://yoast.com/wordpress/) by the same author.
47
- * Want to increase traffic to your WordPress blog? Check out the [WordPress SEO](http://yoast.com/articles/wordpress-seo/) Guide!
48
- * Check out the authors [WordPress Hosting](http://yoast.com/articles/wordpress-hosting/) experience. Good hosting is hard to come by, but it doesn't have to be expensive, Joost tells you why!
49
 
50
  == Installation ==
51
 
@@ -58,6 +58,11 @@ This section describes how to install the plugin and get it working.
58
 
59
  == Changelog ==
60
 
 
 
 
 
 
61
  = 4.3.4 =
62
 
63
  * Bugfix:
@@ -391,4 +396,4 @@ Because that's where it belongs. It makes the page load faster (yes, faster, due
391
  4. Screenshot of the advanced settings panel.
392
  5. Screenshot of the debugging mode in action.
393
 
394
- == Upgrade Notice ==
1
+ === Google Analytics by Yoast ===
2
  Contributors: joostdevalk
3
  Donate link: http://yoast.com/donate/
4
+ Tags: analytics, google analytics, statistics, tracking, stats, google, yoast, yoast analytics
5
  Requires at least: 3.3
6
+ Tested up to: 4.0
7
+ Stable tag: 4.3.5
8
 
9
  Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.
10
 
11
  == Description ==
12
 
13
+ The Google Analytics by Yoast plugin for WordPress allows you to track your blog easily and with lots of metadata.
14
 
15
  Check out the [Google Analytics for WordPress video](http://www.youtube.com/watch?v=tnUXzbvXxSQ):
16
 
36
  * Easily connect your Google AdSense and Google Analytics accounts.
37
  * Option to tag links with Google Analytics campaign tracking, with the option to use hashes (#).
38
  * Option anonymize IP's, for use in countries like Germany.
39
+ * Full [debug mode](https://yoast.com/google-analytics-debug-mode/), including Firebug lite and ga_debug.js for debugging Google Analytics issues.
40
  * Allow local hosting of ga.js file.
41
  * Tracking of search engines not included in Google Analytics default tracking.
42
  * Tracking of login and registration forms.
43
 
44
  Other interesting stuff:
45
 
46
+ * Check out the other [WordPress Plugins](https://yoast.com/wordpress/plugins/) by the same author.
47
+ * Want to increase traffic to your WordPress blog? Check out the [WordPress SEO](https://yoast.com/articles/wordpress-seo/) Guide!
48
+ * Check out the authors [WordPress Hosting](https://yoast.com/articles/wordpress-hosting/) experience. Good hosting is hard to come by, but it doesn't have to be expensive, Joost tells you why!
49
 
50
  == Installation ==
51
 
58
 
59
  == Changelog ==
60
 
61
+ = 4.3.5 =
62
+
63
+ * Enhancement:
64
+ * Update banners in admin.
65
+
66
  = 4.3.4 =
67
 
68
  * Bugfix:
396
  4. Screenshot of the advanced settings panel.
397
  5. Screenshot of the debugging mode in action.
398
 
399
+ == Upgrade Notice ==