Version Description
Download this release
Release Info
Developer | joostdevalk |
Plugin | Google Analytics for WordPress by MonsterInsights |
Version | 2.6.6 |
Comparing to | |
See all releases |
Code changes from version 2.6.5 to 2.6.6
- googleanalytics.php +3 -3
- readme.txt +4 -1
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: 2.6.
|
8 |
Author URI: http://yoast.com/
|
9 |
License: GPL
|
10 |
|
@@ -53,9 +53,9 @@ if ( ! class_exists( 'GA_Admin' ) ) {
|
|
53 |
//Static so we don't call plugin_basename on every plugin row.
|
54 |
static $this_plugin;
|
55 |
if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
|
56 |
-
|
57 |
if ( $file == $this_plugin ){
|
58 |
-
$settings_link = '<a href="
|
59 |
array_unshift( $links, $settings_link ); // before other links
|
60 |
}
|
61 |
return $links;
|
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: 2.6.6
|
8 |
Author URI: http://yoast.com/
|
9 |
License: GPL
|
10 |
|
53 |
//Static so we don't call plugin_basename on every plugin row.
|
54 |
static $this_plugin;
|
55 |
if ( ! $this_plugin ) $this_plugin = plugin_basename(__FILE__);
|
56 |
+
|
57 |
if ( $file == $this_plugin ){
|
58 |
+
$settings_link = '<a href="plugins.php?page=googleanalytics.php">' . __('Settings') . '</a>';
|
59 |
array_unshift( $links, $settings_link ); // before other links
|
60 |
}
|
61 |
return $links;
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://yoast.com/donate/
|
|
4 |
Tags: analytics, google analytics, statistics
|
5 |
Requires at least: 2.2
|
6 |
Tested up to: 2.7
|
7 |
-
Stable tag: 2.6.
|
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,9 @@ This section describes how to install the plugin and get it working.
|
|
29 |
|
30 |
== Changelog ==
|
31 |
|
|
|
|
|
|
|
32 |
1. 2.6.3: fixed bug that didn't allow saving of outbound clicks from comments string
|
33 |
1. 2.6: fixed incompatibility with WP 2.6
|
34 |
1. 2.5.4: fixed an issue with pluginpath being used globally, and changed links to new domain.
|
4 |
Tags: analytics, google analytics, statistics
|
5 |
Requires at least: 2.2
|
6 |
Tested up to: 2.7
|
7 |
+
Stable tag: 2.6.6
|
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 |
+
1. 2.6.6: Fixed settings link
|
33 |
+
1. 2.6.5: added Ozh admin menu icon and settings link
|
34 |
+
1. 2.6.4: fixes for 2.7
|
35 |
1. 2.6.3: fixed bug that didn't allow saving of outbound clicks from comments string
|
36 |
1. 2.6: fixed incompatibility with WP 2.6
|
37 |
1. 2.5.4: fixed an issue with pluginpath being used globally, and changed links to new domain.
|