Version Description
- 8-June-2017
- Fix : WordPress v4.8 compatibility.
Download this release
Release Info
Developer | amribrahim |
Plugin | Google Analytics |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
- lara-google-analytics.php +3 -3
- readme.txt +7 -3
lara-google-analytics.php
CHANGED
@@ -4,14 +4,14 @@
|
|
4 |
Plugin Name: Google Analytics
|
5 |
Plugin URI: https://www.whmcsadmintheme.com
|
6 |
Description: Easily connects your Google Analytics account with WordPress.
|
7 |
-
Version: 1.1.
|
8 |
Author: Amr M. Ibrahim
|
9 |
Author URI: https://www.whmcsadmintheme.com
|
10 |
License: GPL2
|
11 |
*/
|
12 |
|
13 |
-
define ("lrgawidget_plugin_version", "1.1.
|
14 |
-
define ("lrgawidget_plugin_scripts_version", "
|
15 |
define ("lrgawidget_plugin_prefiex", "lrgalite-");
|
16 |
define ("lrgawidget_plugin_dist_dir", plugin_dir_url( __FILE__ ).'dist/');
|
17 |
define ("lrgawidget_plugin_plugins_dir", plugin_dir_url( __FILE__ ).'dist/plugins/');
|
4 |
Plugin Name: Google Analytics
|
5 |
Plugin URI: https://www.whmcsadmintheme.com
|
6 |
Description: Easily connects your Google Analytics account with WordPress.
|
7 |
+
Version: 1.1.2
|
8 |
Author: Amr M. Ibrahim
|
9 |
Author URI: https://www.whmcsadmintheme.com
|
10 |
License: GPL2
|
11 |
*/
|
12 |
|
13 |
+
define ("lrgawidget_plugin_version", "1.1.2");
|
14 |
+
define ("lrgawidget_plugin_scripts_version", "17");
|
15 |
define ("lrgawidget_plugin_prefiex", "lrgalite-");
|
16 |
define ("lrgawidget_plugin_dist_dir", plugin_dir_url( __FILE__ ).'dist/');
|
17 |
define ("lrgawidget_plugin_plugins_dir", plugin_dir_url( __FILE__ ).'dist/plugins/');
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Tags: analyticator, analytics, analytics dashboard, better google analytics, analitics, charts, counter, dashboard, demographics, easy analytics, ga, ga code, gogle, google, google analytic, google analytics, google analytics dashboard, google analytics for wordpress, google analytics manager, google analytics plugin, google analytics tracking code, google analytics widget, hit, hit counter, hits website, install analytics, interests, keywords, marketing, pageview counter, pageviews, reports, simple analytics, statistic, stats, stats counter, statscounter, track, tracker, tracking, tracking code, universal tracking, visitor tracker, web statistics, web stats, website visitors, wordpress analytics, hitcounter, hits, statistics, visitor tracking, visitors, googleanalytics, universal google analytics, lara
|
3 |
Contributors: amribrahim
|
4 |
Requires at least: 4.0
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 1.1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -69,4 +69,8 @@ Adds a full width Google Analytics dashboard widget for WordPress admin interfac
|
|
69 |
|
70 |
= 1.1.1 =
|
71 |
* 8-Jan-2017
|
72 |
-
* Fix : Changed cURL query handling, to prevent requests to google from returning errors.
|
|
|
|
|
|
|
|
2 |
Tags: analyticator, analytics, analytics dashboard, better google analytics, analitics, charts, counter, dashboard, demographics, easy analytics, ga, ga code, gogle, google, google analytic, google analytics, google analytics dashboard, google analytics for wordpress, google analytics manager, google analytics plugin, google analytics tracking code, google analytics widget, hit, hit counter, hits website, install analytics, interests, keywords, marketing, pageview counter, pageviews, reports, simple analytics, statistic, stats, stats counter, statscounter, track, tracker, tracking, tracking code, universal tracking, visitor tracker, web statistics, web stats, website visitors, wordpress analytics, hitcounter, hits, statistics, visitor tracking, visitors, googleanalytics, universal google analytics, lara
|
3 |
Contributors: amribrahim
|
4 |
Requires at least: 4.0
|
5 |
+
Tested up to: 4.9
|
6 |
+
Stable tag: 1.1.2
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
69 |
|
70 |
= 1.1.1 =
|
71 |
* 8-Jan-2017
|
72 |
+
* Fix : Changed cURL query handling, to prevent requests to google from returning errors.
|
73 |
+
|
74 |
+
= 1.1.2 =
|
75 |
+
* 8-June-2017
|
76 |
+
* Fix : WordPress v4.8 compatibility.
|