Enhanced Ecommerce Google Analytics Plugin for WooCommerce - Version 2.1.7

Version Description

  • 29/04/2018 =
    • Compatibility with WC 3.6
    • Minor Bug Fixes
Download this release

Release Info

Developer Tatvic
Plugin Icon 128x128 Enhanced Ecommerce Google Analytics Plugin for WooCommerce
Version 2.1.7
Comparing to
See all releases

Code changes from version 2.1.6 to 2.1.7

admin/partials/about-plugin.php CHANGED
@@ -35,7 +35,7 @@
35
  </thead>
36
  <tbody>
37
  <tr>
38
- <td class="w-25 option">Basic UA Tracking</td>
39
  <td><i class="fa fa-check"></i></td>
40
  <td><i class="fa fa-check"></i></td>
41
  </tr>
@@ -65,12 +65,12 @@
65
  <td><i class="fa fa-check"></i></td>
66
  </tr>
67
  <tr>
68
- <td class="option">Product Variation</td>
69
  <td><i class="fa fa-times"></i></td>
70
  <td><i class="fa fa-check"></i></td>
71
  </tr>
72
  <tr>
73
- <td class="option">Automated Product Refund</td>
74
  <td><i class="fa fa-times"></i></td>
75
  <td><i class="fa fa-check"></i></td>
76
  </tr>
@@ -80,7 +80,7 @@
80
  <td><i class="fa fa-check"></i></td>
81
  </tr>
82
  <tr>
83
- <td class="option">Facebook Pixel Tracking</td>
84
  <td><i class="fa fa-times"></i></td>
85
  <td><i class="fa fa-check"></i></td>
86
  </tr>
@@ -89,6 +89,11 @@
89
  <td><i class="fa fa-times"></i></td>
90
  <td><i class="fa fa-check"></i></td>
91
  </tr>
 
 
 
 
 
92
  <tr>
93
  <td class="option">User ID Tracking</td>
94
  <td><i class="fa fa-times"></i></td>
@@ -130,6 +135,11 @@
130
  <td><i class="fa fa-times"></i></td>
131
  <td><i class="fa fa-check"></i></td>
132
  </tr>
 
 
 
 
 
133
  </tbody>
134
  <tfoot class="thead-inverse">
135
  <tr>
35
  </thead>
36
  <tbody>
37
  <tr>
38
+ <td class="w-25 option">Basic UA Tracking (Pageviews)</td>
39
  <td><i class="fa fa-check"></i></td>
40
  <td><i class="fa fa-check"></i></td>
41
  </tr>
65
  <td><i class="fa fa-check"></i></td>
66
  </tr>
67
  <tr>
68
+ <td class="option">Product Variations (eg. color,size)</td>
69
  <td><i class="fa fa-times"></i></td>
70
  <td><i class="fa fa-check"></i></td>
71
  </tr>
72
  <tr>
73
+ <td class="option">Automated Product Refund (from Admin Panel)</td>
74
  <td><i class="fa fa-times"></i></td>
75
  <td><i class="fa fa-check"></i></td>
76
  </tr>
80
  <td><i class="fa fa-check"></i></td>
81
  </tr>
82
  <tr>
83
+ <td class="option">Facebook Pixel Implementation (Standard Ecommerce Events)</td>
84
  <td><i class="fa fa-times"></i></td>
85
  <td><i class="fa fa-check"></i></td>
86
  </tr>
89
  <td><i class="fa fa-times"></i></td>
90
  <td><i class="fa fa-check"></i></td>
91
  </tr>
92
+ <tr>
93
+ <td class="option">Site Speed Sample Rate</td>
94
+ <td><i class="fa fa-times"></i></td>
95
+ <td><i class="fa fa-check"></i></td>
96
+ </tr>
97
  <tr>
98
  <td class="option">User ID Tracking</td>
99
  <td><i class="fa fa-times"></i></td>
135
  <td><i class="fa fa-times"></i></td>
136
  <td><i class="fa fa-check"></i></td>
137
  </tr>
138
+ <tr>
139
+ <td class="option">Data Studio Dashboards (Paid)</td>
140
+ <td><i class="fa fa-times"></i></td>
141
+ <td><i class="fa fa-check"></i></td>
142
+ </tr>
143
  </tbody>
144
  <tfoot class="thead-inverse">
145
  <tr>
admin/partials/general-fields.php CHANGED
@@ -33,7 +33,7 @@ $data = unserialize(get_option('ee_options'));
33
  <label class = "align-middle" for="ga_code">
34
  <?php $ga_ST = !empty($data['ga_ST'])? 'checked' : ''; ?>
35
  <input type="checkbox" name="ga_ST" id="ga_ST" <?php echo $ga_ST; ?> >
36
- Add Global Site Tracking Code 'gtag.js' (Optional)
37
  <p class="description">This feature adds New gtag.js Tracking Code to your Store. You don't need to enable this if gtag.js implemented via a 3rd party analytics plugin.</p>
38
  </label><br/>
39
  <label class = "align-middle" for="ga_enhance_ecommerce">
33
  <label class = "align-middle" for="ga_code">
34
  <?php $ga_ST = !empty($data['ga_ST'])? 'checked' : ''; ?>
35
  <input type="checkbox" name="ga_ST" id="ga_ST" <?php echo $ga_ST; ?> >
36
+ Add Global Site Tracking Code 'gtag.js'
37
  <p class="description">This feature adds New gtag.js Tracking Code to your Store. You don't need to enable this if gtag.js implemented via a 3rd party analytics plugin.</p>
38
  </label><br/>
39
  <label class = "align-middle" for="ga_enhance_ecommerce">
enhanced-ecommerce-google-analytics.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: Enhanced E-commerce for Woocommerce store
17
  * Plugin URI: https://www.tatvic.com/tatvic-labs/woocommerce-extension/
18
  * Description: Allows Enhanced E-commerce Google Analytics tracking code to be inserted into WooCommerce store pages.
19
- * Version: 2.1.6
20
  * Author: Tatvic
21
  * Author URI: tatvic.com
22
  * License: GPL-2.0+
@@ -24,7 +24,7 @@
24
  * Text Domain: tatvic.com
25
  * Domain Path: /languages
26
  * WC requires at least: 1.4.1
27
- * WC tested up to: 3.5.0
28
  */
29
 
30
  // If this file is called directly, abort.
@@ -37,7 +37,7 @@ if ( ! defined( 'WPINC' ) ) {
37
  * Start at version 1.0.0 and use SemVer - https://semver.org
38
  * Rename this for your plugin and update it as you release new versions.
39
  */
40
- define( 'PLUGIN_NAME_VERSION', '2.1.6' );
41
  /**
42
  * The code that runs during plugin activation.
43
  * This action is documented in includes/class-enhanced-ecommerce-google-analytics-activator.php
16
  * Plugin Name: Enhanced E-commerce for Woocommerce store
17
  * Plugin URI: https://www.tatvic.com/tatvic-labs/woocommerce-extension/
18
  * Description: Allows Enhanced E-commerce Google Analytics tracking code to be inserted into WooCommerce store pages.
19
+ * Version: 2.1.7
20
  * Author: Tatvic
21
  * Author URI: tatvic.com
22
  * License: GPL-2.0+
24
  * Text Domain: tatvic.com
25
  * Domain Path: /languages
26
  * WC requires at least: 1.4.1
27
+ * WC tested up to: 3.6.0
28
  */
29
 
30
  // If this file is called directly, abort.
37
  * Start at version 1.0.0 and use SemVer - https://semver.org
38
  * Rename this for your plugin and update it as you release new versions.
39
  */
40
+ define( 'PLUGIN_NAME_VERSION', '2.1.7' );
41
  /**
42
  * The code that runs during plugin activation.
43
  * This action is documented in includes/class-enhanced-ecommerce-google-analytics-activator.php
includes/class-enhanced-ecommerce-google-analytics.php CHANGED
@@ -70,7 +70,7 @@ class Enhanced_Ecommerce_Google_Analytics {
70
  if ( defined( 'PLUGIN_NAME_VERSION' ) ) {
71
  $this->version = PLUGIN_NAME_VERSION;
72
  } else {
73
- $this->version = '2.1.6';
74
  }
75
  $this->plugin_name = 'enhanced-ecommerce-google-analytics';
76
  $this->load_dependencies();
@@ -246,7 +246,7 @@ class Enhanced_Ecommerce_Google_Analytics {
246
  $links[] = '<a href="' . get_admin_url(null, $setting_url) . '">Settings</a>';
247
  $links[] = '<a href="https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/#faq" target="_blank">FAQ</a>';
248
  $links[] = '<a href="http://plugins.tatvic.com/downloads/EE-Woocommerce-Plugin-Documentation.pdf" target="_blank">Documentation</a>';
249
- $links[] = '<a href="https://codecanyon.net/item/actionable-google-analytics-for-woocommerce/9899552?ref=tatvic" target="_blank"><b>Upgrade to Premium</b></a>';
250
  return $links;
251
  }
252
 
70
  if ( defined( 'PLUGIN_NAME_VERSION' ) ) {
71
  $this->version = PLUGIN_NAME_VERSION;
72
  } else {
73
+ $this->version = '2.1.7';
74
  }
75
  $this->plugin_name = 'enhanced-ecommerce-google-analytics';
76
  $this->load_dependencies();
246
  $links[] = '<a href="' . get_admin_url(null, $setting_url) . '">Settings</a>';
247
  $links[] = '<a href="https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/#faq" target="_blank">FAQ</a>';
248
  $links[] = '<a href="http://plugins.tatvic.com/downloads/EE-Woocommerce-Plugin-Documentation.pdf" target="_blank">Documentation</a>';
249
+ $links[] = '<a href="https://1.envato.market/c/1291997/275988/4415?u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Factionable-google-analytics-for-woocommerce%2F9899552" target="_blank"><b>Upgrade to Premium</b></a>';
250
  return $links;
251
  }
252
 
public/class-enhanced-ecommerce-google-analytics-public.php CHANGED
@@ -28,7 +28,7 @@ class Enhanced_Ecommerce_Google_Analytics_Public {
28
  * @return void
29
  */
30
  //set plugin version
31
- public $tvc_eeVer = '2.1.6';
32
 
33
  protected $tvc_aga;
34
 
28
  * @return void
29
  */
30
  //set plugin version
31
+ public $tvc_eeVer = '2.1.7';
32
 
33
  protected $tvc_aga;
34
 
readme.txt CHANGED
@@ -8,8 +8,8 @@ Author: Tatvic
8
  Requires at least: 3.6
9
  Tested up to: 5.1
10
  Requires PHP: 5.6
11
- Stable tag: 2.1.6
12
- Version: 2.1.6
13
  License: GPLv3
14
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
15
 
@@ -201,6 +201,10 @@ To avoid sending your own transaction data or sessions data in Google Analytics,
201
 
202
  == Changelog ==
203
 
 
 
 
 
204
  = 2.1.6 - 26/12/2018 =
205
  * Fixed: session_start issue
206
 
8
  Requires at least: 3.6
9
  Tested up to: 5.1
10
  Requires PHP: 5.6
11
+ Stable tag: 2.1.7
12
+ Version: 2.1.7
13
  License: GPLv3
14
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
15
 
201
 
202
  == Changelog ==
203
 
204
+ = 2.1.7 - 29/04/2018 =
205
+ * Compatibility with WC 3.6
206
+ * Minor Bug Fixes
207
+
208
  = 2.1.6 - 26/12/2018 =
209
  * Fixed: session_start issue
210