Version Description
- Add source.
Download this release
Release Info
Developer | ShareThis |
Plugin | Google Analytics |
Version | 3.1.2 |
Comparing to | |
See all releases |
Code changes from version 3.1.1 to 3.1.2
- class/class-ga-frontend.php +1 -1
- googleanalytics.php +2 -2
- readme.txt +7 -4
class/class-ga-frontend.php
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
*/
|
11 |
class Ga_Frontend {
|
12 |
|
13 |
-
const GA_SHARETHIS_PLATFORM_URL = '//platform-api.sharethis.com/js/sharethis.js';
|
14 |
|
15 |
/**
|
16 |
* Platform ShareThis.
|
10 |
*/
|
11 |
class Ga_Frontend {
|
12 |
|
13 |
+
const GA_SHARETHIS_PLATFORM_URL = '//platform-api.sharethis.com/js/sharethis.js#source=googleanalytics-wordpress';
|
14 |
|
15 |
/**
|
16 |
* Platform ShareThis.
|
googleanalytics.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: ShareThis Dashboard for Google Analytics
|
4 |
* Plugin URI: http://wordpress.org/extend/plugins/googleanalytics/
|
5 |
* Description: Use Google Analytics on your WordPress site without touching any code, and view visitor reports right in your WordPress admin dashboard!
|
6 |
-
* Version: 3.1.
|
7 |
* Author: ShareThis
|
8 |
* Author URI: http://sharethis.com
|
9 |
*
|
@@ -59,7 +59,7 @@ if ( false === preg_match( '/(\/|\\\)' . GA_NAME . '(\/|\\\)/', realpath( __FILE
|
|
59 |
die();
|
60 |
}
|
61 |
|
62 |
-
const GOOGLEANALYTICS_VERSION = '3.1.
|
63 |
|
64 |
// Requires.
|
65 |
require_once GA_PLUGIN_DIR . '/lib/analytics-admin/vendor/autoload.php';
|
3 |
* Plugin Name: ShareThis Dashboard for Google Analytics
|
4 |
* Plugin URI: http://wordpress.org/extend/plugins/googleanalytics/
|
5 |
* Description: Use Google Analytics on your WordPress site without touching any code, and view visitor reports right in your WordPress admin dashboard!
|
6 |
+
* Version: 3.1.2
|
7 |
* Author: ShareThis
|
8 |
* Author URI: http://sharethis.com
|
9 |
*
|
59 |
die();
|
60 |
}
|
61 |
|
62 |
+
const GOOGLEANALYTICS_VERSION = '3.1.2';
|
63 |
|
64 |
// Requires.
|
65 |
require_once GA_PLUGIN_DIR . '/lib/analytics-admin/vendor/autoload.php';
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== ShareThis Dashboard for Google Analytics ===
|
2 |
Contributors: sharethis, scottstorebloom, scottmweaver
|
3 |
Tags: analytics, google analytics, google analytics plugin, google analytics widget, google analytics dashboard
|
4 |
-
Requires at least: 5.
|
5 |
-
Tested up to: 6.0.
|
6 |
-
Stable tag: 3.1.
|
7 |
-
Version: 3.1.
|
8 |
|
9 |
Use Google Analytics on your WordPress site without touching any code, and view visitor reports right in your WordPress admin dashboard!
|
10 |
|
@@ -142,6 +142,9 @@ Google has already switched to supporting Google Analytics 4. However, you can s
|
|
142 |
|
143 |
== Changelog ==
|
144 |
|
|
|
|
|
|
|
145 |
= 3.1.1 =
|
146 |
* Fix php error notice issue.
|
147 |
|
1 |
=== ShareThis Dashboard for Google Analytics ===
|
2 |
Contributors: sharethis, scottstorebloom, scottmweaver
|
3 |
Tags: analytics, google analytics, google analytics plugin, google analytics widget, google analytics dashboard
|
4 |
+
Requires at least: 5.5
|
5 |
+
Tested up to: 6.0.3
|
6 |
+
Stable tag: 3.1.2
|
7 |
+
Version: 3.1.2
|
8 |
|
9 |
Use Google Analytics on your WordPress site without touching any code, and view visitor reports right in your WordPress admin dashboard!
|
10 |
|
142 |
|
143 |
== Changelog ==
|
144 |
|
145 |
+
= 3.1.2 =
|
146 |
+
* Add source.
|
147 |
+
|
148 |
= 3.1.1 =
|
149 |
* Fix php error notice issue.
|
150 |
|