Enhanced Ecommerce Google Analytics Plugin for WooCommerce - Version 2.1.8

Version Description

  • 21/05/2018 =
    • Minor Bug Fix for category page event
Download this release

Release Info

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

Code changes from version 2.1.7 to 2.1.8

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.7
20
  * Author: Tatvic
21
  * Author URI: tatvic.com
22
  * License: GPL-2.0+
@@ -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.7' );
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.8
20
  * Author: Tatvic
21
  * Author URI: tatvic.com
22
  * License: GPL-2.0+
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.8' );
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.7';
74
  }
75
  $this->plugin_name = 'enhanced-ecommerce-google-analytics';
76
  $this->load_dependencies();
70
  if ( defined( 'PLUGIN_NAME_VERSION' ) ) {
71
  $this->version = PLUGIN_NAME_VERSION;
72
  } else {
73
+ $this->version = '2.1.8';
74
  }
75
  $this->plugin_name = 'enhanced-ecommerce-google-analytics';
76
  $this->load_dependencies();
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.7';
32
 
33
  protected $tvc_aga;
34
 
@@ -793,7 +793,7 @@ class Enhanced_Ecommerce_Google_Analytics_Public {
793
  "non_interaction": true,
794
  "items": [{
795
  "id" : t_prod_data_json[t_prod_url_key].tvc_i,
796
- "name":t_prod_data_json[t_prod_url_key].tvc_i,
797
  "category" : t_prod_data_json[t_prod_url_key].tvc_c,
798
  "price": t_prod_data_json[t_prod_url_key].tvc_p,
799
  "quantity" :t_qty
28
  * @return void
29
  */
30
  //set plugin version
31
+ public $tvc_eeVer = '2.1.8';
32
 
33
  protected $tvc_aga;
34
 
793
  "non_interaction": true,
794
  "items": [{
795
  "id" : t_prod_data_json[t_prod_url_key].tvc_i,
796
+ "name":t_prod_data_json[t_prod_url_key].tvc_n,
797
  "category" : t_prod_data_json[t_prod_url_key].tvc_c,
798
  "price": t_prod_data_json[t_prod_url_key].tvc_p,
799
  "quantity" :t_qty
readme.txt CHANGED
@@ -6,10 +6,10 @@ Tags: Google Analytics, Universal Analytics, Enhanced E-commerce, E-commerce, e-
6
  Author URI: https://www.tatvic.com/
7
  Author: Tatvic
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,6 +201,9 @@ To avoid sending your own transaction data or sessions data in Google Analytics,
201
 
202
  == Changelog ==
203
 
 
 
 
204
  = 2.1.7 - 29/04/2018 =
205
  * Compatibility with WC 3.6
206
  * Minor Bug Fixes
6
  Author URI: https://www.tatvic.com/
7
  Author: Tatvic
8
  Requires at least: 3.6
9
+ Tested up to: 5.2
10
  Requires PHP: 5.6
11
+ Stable tag: 2.1.8
12
+ Version: 2.1.8
13
  License: GPLv3
14
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
15
 
201
 
202
  == Changelog ==
203
 
204
+ = 2.1.8 - 21/05/2018 =
205
+ * Minor Bug Fix for category page event
206
+
207
  = 2.1.7 - 29/04/2018 =
208
  * Compatibility with WC 3.6
209
  * Minor Bug Fixes