Enhanced Ecommerce Google Analytics Plugin for WooCommerce - Version 1.0.16

Version Description

  • 01/04/2015 =
    • Minor Bug Fixes as per Woredpress Guidlines
Download this release

Release Info

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

Code changes from version 1.0.15 to 1.0.16

includes/class-wc-enhanced-ecommerce-google-analytics-integration.php CHANGED
@@ -18,7 +18,7 @@ class WC_Enhanced_Ecommerce_Google_Analytics extends WC_Integration {
18
  * @return void
19
  */
20
  //set plugin version
21
- public $tvc_eeVer = '1.0.15';
22
  public function __construct() {
23
 
24
  //Set Global Variables
@@ -27,7 +27,7 @@ class WC_Enhanced_Ecommerce_Google_Analytics extends WC_Integration {
27
 
28
  //define plugin ID
29
  $this->id = "enhanced_ecommerce_google_analytics";
30
- $this->method_title = __("Enhanced Ecommerce Google Analytics", "woocommerce");
31
  $this->method_description = __("Enhanced Ecommerce is a new feature of Universal Analytics that generates detailed statistics about the users journey from product page to thank you page on your e-store. <br/><a href='http://www.tatvic.com/blog/enhanced-ecommerce/' target='_blank'>Know more about Enhanced Ecommerce.</a><br/><br/><b>Quick Tip:</b> We recently launched an Advanced Google Analytics Plugin for WooCommerce! The plugin offers tracking of 9 Reports of Enhanced Ecommerce, User ID Tracking, 15+ Custom Dimenensions & Metrics, Content Grouping & much more. <a href='http://bit.ly/1yFqA04' target='_blank'>Learn More</a>", "woocommerce");
32
 
33
 
18
  * @return void
19
  */
20
  //set plugin version
21
+ public $tvc_eeVer = '1.0.16';
22
  public function __construct() {
23
 
24
  //Set Global Variables
27
 
28
  //define plugin ID
29
  $this->id = "enhanced_ecommerce_google_analytics";
30
+ $this->method_title = __("Enhanced Ecommerce Google Analytics", "enhanced-e-commerce-for-woocommerce-store");
31
  $this->method_description = __("Enhanced Ecommerce is a new feature of Universal Analytics that generates detailed statistics about the users journey from product page to thank you page on your e-store. <br/><a href='http://www.tatvic.com/blog/enhanced-ecommerce/' target='_blank'>Know more about Enhanced Ecommerce.</a><br/><br/><b>Quick Tip:</b> We recently launched an Advanced Google Analytics Plugin for WooCommerce! The plugin offers tracking of 9 Reports of Enhanced Ecommerce, User ID Tracking, 15+ Custom Dimenensions & Metrics, Content Grouping & much more. <a href='http://bit.ly/1yFqA04' target='_blank'>Learn More</a>", "woocommerce");
32
 
33
 
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: 4.1
10
- Stable tag: 1.0.15
11
- Version: 1.0.15
12
  License: GPLv3
13
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
14
 
@@ -158,4 +158,7 @@ Important Note: When you update the plugin, please save your settings again.
158
  * Fixed - woocommerce deprecated function warning
159
 
160
  = 1.0.15 - 28/03/2015 =
161
- * Email Field made optional
 
 
 
7
  Author: Tatvic
8
  Requires at least: 3.6
9
  Tested up to: 4.1
10
+ Stable tag: 1.0.16
11
+ Version: 1.0.16
12
  License: GPLv3
13
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
14
 
158
  * Fixed - woocommerce deprecated function warning
159
 
160
  = 1.0.15 - 28/03/2015 =
161
+ * Email Field made optional
162
+
163
+ = 1.0.16 - 01/04/2015 =
164
+ * Minor Bug Fixes as per Woredpress Guidlines
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.15
25
  */
26
  if (!defined('ABSPATH')) {
27
  exit; // Exit if accessed directly
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.16
25
  */
26
  if (!defined('ABSPATH')) {
27
  exit; // Exit if accessed directly