Enhanced Ecommerce Google Analytics Plugin for WooCommerce - Version 2.1.4

Version Description

Download this release

Release Info

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

Code changes from version 2.1.3 to 2.1.4

admin/class-enhanced-ecommerce-google-analytics-admin.php CHANGED
@@ -158,21 +158,4 @@ class Enhanced_Ecommerce_Google_Analytics_Admin {
158
  require_once( 'partials/about-plugin.php');
159
  }
160
 
161
- /**
162
- * Plugin Activation Notice.
163
- *
164
- * @since 1.0.0
165
- */
166
- public function ee_check_activation_notice() {
167
- if( get_transient( 'ee-admin-notice-activation' ) ) {
168
- $setting_url = 'admin.php?page=enhanced-ecommerce-google-analytics-admin-display';
169
- ?>
170
- <div class="notice notice-warning is-dismissible">
171
- <p>Due to the major updates with the latest version, Kindly verify all the <a href="<?php echo $setting_url; ?>" >Settings</a> again.</p>
172
- </div>
173
- <?php
174
- delete_transient( 'ee-admin-notice-activation' );
175
- }
176
- }
177
-
178
  }
158
  require_once( 'partials/about-plugin.php');
159
  }
160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  }
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.3
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.4.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.3' );
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.4
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.5.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.4' );
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-activator.php CHANGED
@@ -31,7 +31,7 @@ class Enhanced_Ecommerce_Google_Analytics_Activator {
31
  * @since 1.0.0
32
  */
33
  public static function activate() {
34
- set_transient( 'ee-admin-notice-activation', true, 5 );
35
  }
36
 
37
 
31
  * @since 1.0.0
32
  */
33
  public static function activate() {
34
+
35
  }
36
 
37
 
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.3';
74
  }
75
  $this->plugin_name = 'enhanced-ecommerce-google-analytics';
76
  $this->load_dependencies();
@@ -158,7 +158,6 @@ class Enhanced_Ecommerce_Google_Analytics {
158
  // $this->loader->add_action("admin_menu", $plugin_admin, "add_new_menu");
159
  $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_styles' );
160
  $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_scripts' );
161
- $this->loader->add_action( 'admin_notices', $plugin_admin, 'ee_check_activation_notice' );
162
  }
163
 
164
  /**
70
  if ( defined( 'PLUGIN_NAME_VERSION' ) ) {
71
  $this->version = PLUGIN_NAME_VERSION;
72
  } else {
73
+ $this->version = '2.1.4';
74
  }
75
  $this->plugin_name = 'enhanced-ecommerce-google-analytics';
76
  $this->load_dependencies();
158
  // $this->loader->add_action("admin_menu", $plugin_admin, "add_new_menu");
159
  $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_styles' );
160
  $this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_scripts' );
 
161
  }
162
 
163
  /**
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.3';
32
 
33
  protected $tvc_aga;
34
 
28
  * @return void
29
  */
30
  //set plugin version
31
+ public $tvc_eeVer = '2.1.4';
32
 
33
  protected $tvc_aga;
34
 
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: 4.9
10
  Requires PHP: 5.6
11
- Stable tag: 2.1.3
12
- Version: 2.1.3
13
  License: GPLv3
14
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
15
 
@@ -332,4 +332,8 @@ Important Note: When you update the plugin, please save your settings again.
332
  = 2.1.3 - 17/10/2018 =
333
  * Fixed: Product name issue on Order Received Page
334
  * Fixed: Session Isssue
 
 
 
 
335
  * Minor Bug Fixes
6
  Author URI: https://www.tatvic.com/
7
  Author: Tatvic
8
  Requires at least: 3.6
9
+ Tested up to: 5.0
10
  Requires PHP: 5.6
11
+ Stable tag: 2.1.4
12
+ Version: 2.1.4
13
  License: GPLv3
14
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
15
 
332
  = 2.1.3 - 17/10/2018 =
333
  * Fixed: Product name issue on Order Received Page
334
  * Fixed: Session Isssue
335
+ * Minor Bug Fixes
336
+
337
+ = 2.1.3 - 05/11/2018 =
338
+ * Woocommerce 3.5 compatibility
339
  * Minor Bug Fixes