Version Description
- 26-April-2016
- Revised description.
Download this release
Release Info
Developer | amribrahim |
Plugin | Google Analytics |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- lara-google-analytics.php +2 -2
- readme.txt +19 -51
lara-google-analytics.php
CHANGED
@@ -4,13 +4,13 @@
|
|
4 |
Plugin Name: Google Analytics by Lara
|
5 |
Plugin URI: https://www.whmcsadmintheme.com
|
6 |
Description: Easily connects your Google Analytics account with WordPress.
|
7 |
-
Version: 1.0.
|
8 |
Author: Amr M. Ibrahim
|
9 |
Author URI: https://www.whmcsadmintheme.com
|
10 |
License: GPL2
|
11 |
*/
|
12 |
|
13 |
-
define ("lrgawidget_plugin_version", "1.0.
|
14 |
define ("lrgawidget_plugin_scripts_version", "12");
|
15 |
define ("lrgawidget_plugin_prefiex", "lrgalite-");
|
16 |
define ("lrgawidget_plugin_dist_dir", plugin_dir_url( __FILE__ ).'dist/');
|
4 |
Plugin Name: Google Analytics by Lara
|
5 |
Plugin URI: https://www.whmcsadmintheme.com
|
6 |
Description: Easily connects your Google Analytics account with WordPress.
|
7 |
+
Version: 1.0.3
|
8 |
Author: Amr M. Ibrahim
|
9 |
Author URI: https://www.whmcsadmintheme.com
|
10 |
License: GPL2
|
11 |
*/
|
12 |
|
13 |
+
define ("lrgawidget_plugin_version", "1.0.3");
|
14 |
define ("lrgawidget_plugin_scripts_version", "12");
|
15 |
define ("lrgawidget_plugin_prefiex", "lrgalite-");
|
16 |
define ("lrgawidget_plugin_dist_dir", plugin_dir_url( __FILE__ ).'dist/');
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Tags: lara, analytics, analytics dashboard, dashboard, google, google analytics,
|
|
3 |
Contributors: amribrahim
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 4.5
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -11,45 +11,9 @@ Easily connects your Google Analytics account with WordPress.
|
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
Introducing **Google Analytics By Lara** :
|
17 |
-
|
18 |
-
Full width Google Analytics dashboard widget for Wordpress admin interface, which also inserts latest Google Analytics tracking code to your pages.
|
19 |
-
|
20 |
-
> <strong>Don't have time to read ?! </strong><br> Check a Fully working demo, including all free and premium features at :
|
21 |
-
> <br>[Google Analytics Dashboard Widget](https://wpdemo.whmcsadmintheme.com/).
|
22 |
-
|
23 |
-
* **Easy To Setup**, with **Express Setup** you'll be up and running in no time.
|
24 |
-
* **Full width** admin widget, with beautiful graphs.
|
25 |
-
* **Quick Overview**, full access to the following important **Google Analytics** metrics, for the last 30 days :
|
26 |
-
* Sessions
|
27 |
-
* Users
|
28 |
-
* Page views
|
29 |
-
* % New Sessions
|
30 |
-
* Bounce Rate
|
31 |
-
* avg. Session Duration
|
32 |
-
* Page views/Session.
|
33 |
|
34 |
-
|
35 |
-
>
|
36 |
-
> Check the Pro/Premium features:
|
37 |
-
>
|
38 |
-
> By buying the Premium version, You'll get access to all these amazing features :
|
39 |
-
>
|
40 |
-
>* 12 months of free updates and support.
|
41 |
-
>* Check any date range, not just the last 30 days.
|
42 |
-
>* Access to all the following Google Analytics metrics :
|
43 |
-
> * Keywords ( provided by **Google Search Console**).
|
44 |
-
> * Traffic sources.
|
45 |
-
> * Most visited pages.
|
46 |
-
> * Countries.
|
47 |
-
> * Browsers and their versions.
|
48 |
-
> * Languages.
|
49 |
-
> * Operating Systems and their versions.
|
50 |
-
> * Screen Resolutions.
|
51 |
-
>
|
52 |
-
> To get the **Premium** version, check the **Go Premium** tab in the widget.
|
53 |
|
54 |
== Installation ==
|
55 |
1. Download the plugin zip file.
|
@@ -59,20 +23,24 @@ Full width Google Analytics dashboard widget for Wordpress admin interface, whic
|
|
59 |
1. When done, Activate the plugin through the Plugins menu in WordPress.
|
60 |
|
61 |
== Screenshots ==
|
62 |
-
1. Setup Screen, showing Express and Advanced setup options..
|
63 |
-
2. Full width sessions tab.
|
64 |
-
3. Sessions tab on wide screens.
|
65 |
-
4. Pro Version Only - Check metrics for any date range, not just the last 30 days.
|
66 |
-
5. Pro Version Only - Countries with most visitors to your website, with beautiful map.
|
67 |
-
6. Pro Version Only - Browsers used to view your website, along with their versions.
|
68 |
-
7. Pro Version Only - Visitors Operating Systems, along with their versions.
|
69 |
-
8. Pro Version Only - Keywords, provided by Google Search Console.
|
70 |
-
9. Pro Version Only - Pages visited on your website.
|
71 |
-
10. Pro Version Only - Visitors languages.
|
72 |
-
11. Pro Version Only - Screen Resolutions used to view your website.
|
73 |
-
12. Pro Version Only - Traffic Sources, showing who is sending you visitors.
|
74 |
|
75 |
== Changelog ==
|
76 |
= 1.0.2 =
|
77 |
* 22-April-2016
|
78 |
* Initial release.
|
|
|
|
|
|
|
|
3 |
Contributors: amribrahim
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 4.5
|
6 |
+
Stable tag: 1.0.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
+
Easily connects your Google Analytics account with WordPress.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
+
Adds a full width Google Analytics dashboard widget for WordPress admin interface, and inserts latest Google Analytics tracking code to all your pages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
== Installation ==
|
19 |
1. Download the plugin zip file.
|
23 |
1. When done, Activate the plugin through the Plugins menu in WordPress.
|
24 |
|
25 |
== Screenshots ==
|
26 |
+
1. Setup Screen, showing Express and Advanced Google Analytics setup options..
|
27 |
+
2. Full width Google Analytics sessions tab.
|
28 |
+
3. Google Analytics Sessions tab on wide screens.
|
29 |
+
4. Google Analytics - Pro Version Only - Check metrics for any date range, not just the last 30 days.
|
30 |
+
5. Google Analytics - Pro Version Only - Countries with most visitors to your website, with beautiful map.
|
31 |
+
6. Google Analytics - Pro Version Only - Browsers used to view your website, along with their versions.
|
32 |
+
7. Google Analytics - Pro Version Only - Visitors Operating Systems, along with their versions.
|
33 |
+
8. Google Analytics - Pro Version Only - Keywords, provided by Google Search Console.
|
34 |
+
9. Google Analytics - Pro Version Only - Pages visited on your website.
|
35 |
+
10. Google Analytics - Pro Version Only - Visitors languages.
|
36 |
+
11. Google Analytics - Pro Version Only - Screen Resolutions used to view your website.
|
37 |
+
12. Google Analytics - Pro Version Only - Traffic Sources, showing who is sending you visitors.
|
38 |
|
39 |
== Changelog ==
|
40 |
= 1.0.2 =
|
41 |
* 22-April-2016
|
42 |
* Initial release.
|
43 |
+
|
44 |
+
= 1.0.3 =
|
45 |
+
* 26-April-2016
|
46 |
+
* Revised description.
|