Enhanced Ecommerce Google Analytics Plugin for WooCommerce - Version 1.0.9.1

Version Description

  • 09/11/2014 =
    • Fixed- Minor bug on order page
Download this release

Release Info

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

Code changes from version 1.0.9 to 1.0.9.1

includes/class-wc-enhanced-ecommerce-google-analytics-integration.php CHANGED
@@ -72,7 +72,7 @@ class WC_Enhanced_Ecommerce_Google_Analytics extends WC_Integration {
72
  */
73
 
74
  function add_plugin_details(){
75
- echo '<!-- Plugin Version: 1.0.9-->';
76
  }
77
 
78
  /**
@@ -165,6 +165,7 @@ class WC_Enhanced_Ecommerce_Google_Analytics extends WC_Integration {
165
  * @return void
166
  */
167
  function google_tracking_code() {
 
168
  if (is_admin() || current_user_can("manage_options") || $this->ga_standard_tracking_enabled == "no") {
169
  return;
170
  }
72
  */
73
 
74
  function add_plugin_details(){
75
+ echo '<!-- Plugin Version: 1.0.9.1-->';
76
  }
77
 
78
  /**
165
  * @return void
166
  */
167
  function google_tracking_code() {
168
+ global $woocommerce;
169
  if (is_admin() || current_user_can("manage_options") || $this->ga_standard_tracking_enabled == "no") {
170
  return;
171
  }
readme.txt CHANGED
@@ -7,8 +7,8 @@ Author URI: http://www.tatvic.com/
7
  Author: Tatvic
8
  Requires at least: 3.6
9
  Tested up to: 3.9.2
10
- Stable tag: 1.0.9
11
- Version: 1.0.9
12
  License: GPLv3
13
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
14
 
@@ -96,5 +96,5 @@ Starting the WooCommerce 2.1 release there are no conflicts. However for earlier
96
  = 1.0.8 - 09/09/2014 =
97
  * Fixed- Minor bugs
98
 
99
- = 1.0.9 - 09/11/2014 =
100
  * Fixed- Minor bug on order page
7
  Author: Tatvic
8
  Requires at least: 3.6
9
  Tested up to: 3.9.2
10
+ Stable tag: 1.0.9.1
11
+ Version: 1.0.9.1
12
  License: GPLv3
13
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
14
 
96
  = 1.0.8 - 09/09/2014 =
97
  * Fixed- Minor bugs
98
 
99
+ = 1.0.9.1 - 09/11/2014 =
100
  * Fixed- Minor bug on order page
woocommerce-enhanced-ecommerce-google-analytics-integration.php CHANGED
@@ -21,7 +21,7 @@
21
  Description: Allows Enhanced E-commerce Google Analytics tracking code to be inserted into WooCommerce store pages.
22
  Author: Tatvic
23
  Author URI: http://www.tatvic.com
24
- Version: 1.0.9
25
  */
26
 
27
  // Add the integration to WooCommerce
21
  Description: Allows Enhanced E-commerce Google Analytics tracking code to be inserted into WooCommerce store pages.
22
  Author: Tatvic
23
  Author URI: http://www.tatvic.com
24
+ Version: 1.0.9.1
25
  */
26
 
27
  // Add the integration to WooCommerce