Version Description
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.0.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.0 to 1.0.1
- admin/gawd_google_class.php +1 -1
- gawd_class.php +10 -10
- google-analytics-wd.php +1 -1
- readme.txt +1 -1
admin/gawd_google_class.php
CHANGED
|
@@ -1197,7 +1197,7 @@ class GAWD_google_client {
|
|
| 1197 |
}
|
| 1198 |
}
|
| 1199 |
else{
|
| 1200 |
-
if(strpos($dimension,'dimension')
|
| 1201 |
foreach ($data as $key => $row) {
|
| 1202 |
$new_data[$key] = $row[trim(ucfirst(preg_replace('/([A-Z])/', ' $1', $dimension)))];
|
| 1203 |
}
|
| 1197 |
}
|
| 1198 |
}
|
| 1199 |
else{
|
| 1200 |
+
if(strpos($dimension,'dimension') === false){
|
| 1201 |
foreach ($data as $key => $row) {
|
| 1202 |
$new_data[$key] = $row[trim(ucfirst(preg_replace('/([A-Z])/', ' $1', $dimension)))];
|
| 1203 |
}
|
gawd_class.php
CHANGED
|
@@ -691,25 +691,25 @@ class GAWD {
|
|
| 691 |
array($this, 'gawd_display_custom_reports_page') //$function = '',
|
| 692 |
);
|
| 693 |
add_submenu_page(
|
| 694 |
-
'gawd_analytics', //$parent_slug
|
| 695 |
-
__('Featured plugins', 'gawd'), //$page_title
|
| 696 |
-
__('Featured plugins', 'gawd'), //$menu_title
|
| 697 |
-
$permission, //$capability
|
| 698 |
-
'gawd_featured_plugins', //$menu_slug
|
| 699 |
-
array($this, 'gawd_display_featured_plugins_page') //$function = '',
|
| 700 |
-
);
|
| 701 |
-
add_submenu_page(
|
| 702 |
'gawd_analytics', //$parent_slug
|
| 703 |
__('Get Pro', 'gawd'), //$page_title
|
| 704 |
__('Get Pro', 'gawd'), //$menu_title
|
| 705 |
$permission, //$capability
|
| 706 |
'gawd_licensing', //$menu_slug
|
| 707 |
array($this, 'gawd_display_licensing_page') //$function = '',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 708 |
);
|
| 709 |
add_submenu_page(
|
| 710 |
'gawd_analytics', //$parent_slug
|
| 711 |
-
__('Featured
|
| 712 |
-
__('Featured
|
| 713 |
$permission, //$capability
|
| 714 |
'gawd_featured_themes', //$menu_slug
|
| 715 |
array($this, 'gawd_display_featured_themes_page') //$function = '',
|
| 691 |
array($this, 'gawd_display_custom_reports_page') //$function = '',
|
| 692 |
);
|
| 693 |
add_submenu_page(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 694 |
'gawd_analytics', //$parent_slug
|
| 695 |
__('Get Pro', 'gawd'), //$page_title
|
| 696 |
__('Get Pro', 'gawd'), //$menu_title
|
| 697 |
$permission, //$capability
|
| 698 |
'gawd_licensing', //$menu_slug
|
| 699 |
array($this, 'gawd_display_licensing_page') //$function = '',
|
| 700 |
+
);
|
| 701 |
+
add_submenu_page(
|
| 702 |
+
'gawd_analytics', //$parent_slug
|
| 703 |
+
__('Featured Plugins', 'gawd'), //$page_title
|
| 704 |
+
__('Featured Plugins', 'gawd'), //$menu_title
|
| 705 |
+
$permission, //$capability
|
| 706 |
+
'gawd_featured_plugins', //$menu_slug
|
| 707 |
+
array($this, 'gawd_display_featured_plugins_page') //$function = '',
|
| 708 |
);
|
| 709 |
add_submenu_page(
|
| 710 |
'gawd_analytics', //$parent_slug
|
| 711 |
+
__('Featured Themes', 'gawd'), //$page_title
|
| 712 |
+
__('Featured Themes', 'gawd'), //$menu_title
|
| 713 |
$permission, //$capability
|
| 714 |
'gawd_featured_themes', //$menu_slug
|
| 715 |
array($this, 'gawd_display_featured_themes_page') //$function = '',
|
google-analytics-wd.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* Plugin Name: WD Google Analytics
|
| 5 |
* Plugin URI: https://web-dorado.com/products/wordpress-google-analytics-plugin.html
|
| 6 |
* Description: WD Google Analytics is a user-friendly all in one plugin, which allows to manage and monitor your website analytics from WordPress dashboard.
|
| 7 |
-
* Version: 1.0.
|
| 8 |
* Author: WebDorado
|
| 9 |
* Author URI: https://web-dorado.com
|
| 10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 4 |
* Plugin Name: WD Google Analytics
|
| 5 |
* Plugin URI: https://web-dorado.com/products/wordpress-google-analytics-plugin.html
|
| 6 |
* Description: WD Google Analytics is a user-friendly all in one plugin, which allows to manage and monitor your website analytics from WordPress dashboard.
|
| 7 |
+
* Version: 1.0.1
|
| 8 |
* Author: WebDorado
|
| 9 |
* Author URI: https://web-dorado.com
|
| 10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-google-analytics-plugin.h
|
|
| 4 |
Tags: analytics, analytics dashboard, google analytics, google analytics dashboard, statistics, tracking, stats, ga, universal analytics, ecommerce tracking, custom dimensions, custom reports
|
| 5 |
Requires at least: 3.9
|
| 6 |
Tested up to: 4.6
|
| 7 |
-
Stable tag: 1.0.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 4 |
Tags: analytics, analytics dashboard, google analytics, google analytics dashboard, statistics, tracking, stats, ga, universal analytics, ecommerce tracking, custom dimensions, custom reports
|
| 5 |
Requires at least: 3.9
|
| 6 |
Tested up to: 4.6
|
| 7 |
+
Stable tag: 1.0.1
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
