WD Google Analytics - Version 1.0.10

Version Description

Fixed: Bug on sending a report to an email once
Changed: New logo in dashboard menu and notices
Fixed: Width issue with some reports

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 WD Google Analytics
Version 1.0.10
Comparing to
See all releases

Code changes from version 1.0.9 to 1.0.10

admin/gawd_google_class.php CHANGED
@@ -1199,7 +1199,7 @@ class GAWD_google_client {
1199
  }
1200
  $expiration = strtotime(date("Y-m-d 23:59:59")) - strtotime(gmdate("Y-m-d H:i:s") . '+' . $timezone . ' hours');
1201
  if (isset($same_dimension) && $same_dimension != null) {
1202
- $dimension = $filter_type == 'date' || $filter_type == '' ? $same_dimension : $same_dimension . '_' . $filter_type;
1203
  }
1204
  if($dimension == "daysToTransaction"){
1205
  foreach ($data as $key => $row) {
1199
  }
1200
  $expiration = strtotime(date("Y-m-d 23:59:59")) - strtotime(gmdate("Y-m-d H:i:s") . '+' . $timezone . ' hours');
1201
  if (isset($same_dimension) && $same_dimension != null) {
1202
+ $dimension = $filter_type == 'date' || $filter_type == '' || $filter_type == 'Date' ? $same_dimension : $same_dimension . '_' . $filter_type;
1203
  }
1204
  if($dimension == "daysToTransaction"){
1205
  foreach ($data as $key => $row) {
admin/pages/custom_reports.php CHANGED
@@ -1,8 +1,8 @@
1
  <div style="font-size: 14px; font-weight: bold; margin:15px 0">
2
  This section lets add and manage custom reports.
3
- <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/custom-reports.html">Read more in User Guide.</a>
4
  </div>
5
- <img class="gawd_pro_img" style="margin-top:10px" src="<?php echo GAWD_URL . '/assets/freePages/custom_reports.png';?>"/>
6
 
7
 
8
 
1
  <div style="font-size: 14px; font-weight: bold; margin:15px 0">
2
  This section lets add and manage custom reports.
3
+ <a style="color: #00A0D2; text-decoration: none;" target="_blank" href="https://web-dorado.com/wordpress-google-analytics/custom-reports.html">Read more in User Guide.</a>
4
  </div>
5
+ <img class="gawd_pro_img" data-attr="custom reports" style="margin-top:10px" src="<?php echo GAWD_URL . '/assets/freePages/custom_reports.png';?>"/>
6
 
7
 
8
 
assets/analytics-2.png ADDED
Binary file
assets/main_icon.png CHANGED
Binary file
gawd_class.php CHANGED
@@ -1770,7 +1770,7 @@ class GAWD {
1770
  require_once( 'admin/pages/tracking.php' );
1771
  }
1772
 
1773
- public function gawd_my_schedule() {
1774
  $schedules['gawd_weekly'] = array(
1775
  'interval' => 604800,
1776
  'display' => __( 'Every week' )
1770
  require_once( 'admin/pages/tracking.php' );
1771
  }
1772
 
1773
+ public function gawd_my_schedule($schedules) {
1774
  $schedules['gawd_weekly'] = array(
1775
  'interval' => 604800,
1776
  'display' => __( 'Every week' )
google-analytics-wd.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Google Analytics
5
  * Plugin URI: https://web-dorado.com/products/wordpress-google-analytics-plugin.html
6
  * Description: Google Analytics WD is a user-friendly all in one plugin, which allows to manage and monitor your website analytics from WordPress dashboard.
7
- * Version: 1.0.9
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -26,7 +26,7 @@ if (!defined('GAWD_INC')) {
26
  }
27
 
28
  if (!defined('GAWD_VERSION')) {
29
- define('GAWD_VERSION', '1.0.9');
30
  }
31
 
32
  require_once( 'gawd_class.php' );
4
  * Plugin Name: Google Analytics
5
  * Plugin URI: https://web-dorado.com/products/wordpress-google-analytics-plugin.html
6
  * Description: Google Analytics WD is a user-friendly all in one plugin, which allows to manage and monitor your website analytics from WordPress dashboard.
7
+ * Version: 1.0.10
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
26
  }
27
 
28
  if (!defined('GAWD_VERSION')) {
29
+ define('GAWD_VERSION', '1.0.10');
30
  }
31
 
32
  require_once( 'gawd_class.php' );
inc/css/gawd_admin.css CHANGED
@@ -182,7 +182,7 @@
182
  .gawd_menu_item{
183
  text-decoration:none;
184
  color:#949494;
185
- width:79%;
186
  display:inline-block
187
  }
188
 
@@ -695,7 +695,7 @@
695
  }
696
  .gawd_menu_li_sub{
697
  display: inline-block;
698
- width:79.3%
699
  }
700
  .gawd_menu_li_sub_arrow{
701
  display: inline-block;
182
  .gawd_menu_item{
183
  text-decoration:none;
184
  color:#949494;
185
+ width:75%;
186
  display:inline-block
187
  }
188
 
695
  }
696
  .gawd_menu_li_sub{
697
  display: inline-block;
698
+ width:75%
699
  }
700
  .gawd_menu_li_sub_arrow{
701
  display: inline-block;
inc/css/notices.css CHANGED
@@ -13,7 +13,7 @@
13
  clear: both;
14
  content: "";
15
  display: block;
16
- background-image: url("https://d27sb3x2z8tu4g.cloudfront.net/images/productlogos/google_analytics.png?1463122703");
17
  background-size: 108px auto;
18
  background-repeat: no-repeat;
19
  background-position: 0 45%;
13
  clear: both;
14
  content: "";
15
  display: block;
16
+ background-image: url("../../assets/analytics-2.png");
17
  background-size: 108px auto;
18
  background-repeat: no-repeat;
19
  background-position: 0 45%;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-google-analytics-plugin.h
4
  Tags: google analytics, google analytics dashboard, statistics, tracking, analytics, analytics dashboard, stats, ga, googleanalytics, ecommerce tracking, custom reports, custom dimensions
5
  Requires at least: 3.9
6
  Tested up to: 4.6
7
- Stable tag: 1.0.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,6 +12,8 @@ Google Analytics WD is a powerful plugin, which adds tracking to your website, l
12
 
13
  == Description ==
14
 
 
 
15
  [Google Analytics WD](https://web-dorado.com/products/wordpress-google-analytics-plugin.html)
16
  [Demo](http://wpdemo.web-dorado.com/wp-admin/admin.php?page=gawd_analytics)
17
  [User Manual](https://web-dorado.com/wordpress-google-analytics/installation.html)
@@ -98,6 +100,12 @@ Upgrade to Google Analytics WD Pro for premium features:
98
 
99
  == Changelog ==
100
 
 
 
 
 
 
 
101
  = 1.0.9 =
102
  Added: Option to select the time of the day for scheduled emails
103
  Changed: Save authenticate code with enter button
4
  Tags: google analytics, google analytics dashboard, statistics, tracking, analytics, analytics dashboard, stats, ga, googleanalytics, ecommerce tracking, custom reports, custom dimensions
5
  Requires at least: 3.9
6
  Tested up to: 4.6
7
+ Stable tag: 1.0.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ https://www.youtube.com/watch?v=n1f7ECVFNPI
16
+
17
  [Google Analytics WD](https://web-dorado.com/products/wordpress-google-analytics-plugin.html)
18
  [Demo](http://wpdemo.web-dorado.com/wp-admin/admin.php?page=gawd_analytics)
19
  [User Manual](https://web-dorado.com/wordpress-google-analytics/installation.html)
100
 
101
  == Changelog ==
102
 
103
+ = 1.0.10 =
104
+ Fixed: Bug on sending a report to an email once
105
+ Changed: New logo in dashboard menu and notices
106
+ Fixed: Width issue with some reports
107
+
108
+
109
  = 1.0.9 =
110
  Added: Option to select the time of the day for scheduled emails
111
  Changed: Save authenticate code with enter button