Version Description
23/12/2021 =
Resolved some bugs
Download this release
Release Info
Developer | Tatvic |
Plugin | Enhanced Ecommerce Google Analytics Plugin for WooCommerce |
Version | 4.5.3 |
Comparing to | |
See all releases |
Code changes from version 4.5.2 to 4.5.3
admin/class-tvc-admin-helper.php
CHANGED
@@ -93,7 +93,7 @@ Class TVC_Admin_Helper{
|
|
93 |
* Update user only subscription details in DB
|
94 |
*/
|
95 |
public function update_subscription_details_api_to_db($googleDetail = null){
|
96 |
-
if(empty($googleDetail)){
|
97 |
$google_detail = $this->customApiObj->getGoogleAnalyticDetail();
|
98 |
if(property_exists($google_detail,"error") && $google_detail->error == false){
|
99 |
if(property_exists($google_detail,"data") && $google_detail->data != ""){
|
@@ -102,7 +102,7 @@ Class TVC_Admin_Helper{
|
|
102 |
$googleDetail = $google_detail->data;
|
103 |
}
|
104 |
}
|
105 |
-
}
|
106 |
if(!empty($googleDetail)){
|
107 |
$get_ee_options_data = $this->get_ee_options_data();
|
108 |
$get_ee_options_data["setting"] = $googleDetail;
|
@@ -113,7 +113,7 @@ Class TVC_Admin_Helper{
|
|
113 |
* Update user subscription and shopping details in DB
|
114 |
*/
|
115 |
public function set_update_api_to_db($googleDetail = null, $is_import_gmc_products = true){
|
116 |
-
if(empty($googleDetail)){
|
117 |
$google_detail = $this->customApiObj->getGoogleAnalyticDetail();
|
118 |
if(property_exists($google_detail,"error") && $google_detail->error == false){
|
119 |
if(property_exists($google_detail,"data") && $google_detail->data != "") {
|
@@ -124,7 +124,7 @@ Class TVC_Admin_Helper{
|
|
124 |
}else{
|
125 |
return array("error"=>true, "message"=>esc_html__("Please try after some time.","conversios"));
|
126 |
}
|
127 |
-
}
|
128 |
$syncProductStat = [];
|
129 |
$syncProductList = [];
|
130 |
$campaigns_list = [];
|
93 |
* Update user only subscription details in DB
|
94 |
*/
|
95 |
public function update_subscription_details_api_to_db($googleDetail = null){
|
96 |
+
//if(empty($googleDetail)){
|
97 |
$google_detail = $this->customApiObj->getGoogleAnalyticDetail();
|
98 |
if(property_exists($google_detail,"error") && $google_detail->error == false){
|
99 |
if(property_exists($google_detail,"data") && $google_detail->data != ""){
|
102 |
$googleDetail = $google_detail->data;
|
103 |
}
|
104 |
}
|
105 |
+
//}
|
106 |
if(!empty($googleDetail)){
|
107 |
$get_ee_options_data = $this->get_ee_options_data();
|
108 |
$get_ee_options_data["setting"] = $googleDetail;
|
113 |
* Update user subscription and shopping details in DB
|
114 |
*/
|
115 |
public function set_update_api_to_db($googleDetail = null, $is_import_gmc_products = true){
|
116 |
+
//if(empty($googleDetail)){
|
117 |
$google_detail = $this->customApiObj->getGoogleAnalyticDetail();
|
118 |
if(property_exists($google_detail,"error") && $google_detail->error == false){
|
119 |
if(property_exists($google_detail,"data") && $google_detail->data != "") {
|
124 |
}else{
|
125 |
return array("error"=>true, "message"=>esc_html__("Please try after some time.","conversios"));
|
126 |
}
|
127 |
+
//}
|
128 |
$syncProductStat = [];
|
129 |
$syncProductList = [];
|
130 |
$campaigns_list = [];
|
enhanced-ecommerce-google-analytics.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Plugin Name: Conversios.io - Google Analytics and Google Shopping plugin for WooCommerce
|
16 |
* Plugin URI: https://www.tatvic.com/tatvic-labs/woocommerce-extension/
|
17 |
* Description: Automates eCommerce tracking in Google Analytics, dynamic remarkting in Google Ads, and provides complete Google Shopping features.
|
18 |
-
* Version: 4.5.
|
19 |
* Author: Tatvic
|
20 |
* Author URI: www.tatvic.com
|
21 |
* 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_TVC_VERSION', '4.5.
|
41 |
$fullName = plugin_basename( __FILE__ );
|
42 |
$dir = str_replace('/enhanced-ecommerce-google-analytics.php','',$fullName);
|
43 |
if ( ! defined( 'ENHANCAD_PLUGIN_NAME' ) ) {
|
15 |
* Plugin Name: Conversios.io - Google Analytics and Google Shopping plugin for WooCommerce
|
16 |
* Plugin URI: https://www.tatvic.com/tatvic-labs/woocommerce-extension/
|
17 |
* Description: Automates eCommerce tracking in Google Analytics, dynamic remarkting in Google Ads, and provides complete Google Shopping features.
|
18 |
+
* Version: 4.5.3
|
19 |
* Author: Tatvic
|
20 |
* Author URI: www.tatvic.com
|
21 |
* 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_TVC_VERSION', '4.5.3' );
|
41 |
$fullName = plugin_basename( __FILE__ );
|
42 |
$dir = str_replace('/enhanced-ecommerce-google-analytics.php','',$fullName);
|
43 |
if ( ! defined( 'ENHANCAD_PLUGIN_NAME' ) ) {
|
readme.txt
CHANGED
@@ -8,8 +8,8 @@ Author: Tatvic
|
|
8 |
Requires at least: 1.4.1
|
9 |
Tested up to: 5.8.2
|
10 |
Requires PHP: 5.6 or Higher
|
11 |
-
Stable tag: 4.5.
|
12 |
-
Version: 4.5.
|
13 |
License: GPLv3
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
@@ -380,6 +380,10 @@ You can resolve the duplication of data by removing the manually implemented GA
|
|
380 |
|
381 |
== Changelog ==
|
382 |
|
|
|
|
|
|
|
|
|
383 |
= 4.5.2 - 23/12/2021 =
|
384 |
|
385 |
* In this release, we have focused on code optimization and performance improvement.
|
8 |
Requires at least: 1.4.1
|
9 |
Tested up to: 5.8.2
|
10 |
Requires PHP: 5.6 or Higher
|
11 |
+
Stable tag: 4.5.3
|
12 |
+
Version: 4.5.3
|
13 |
License: GPLv3
|
14 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
15 |
|
380 |
|
381 |
== Changelog ==
|
382 |
|
383 |
+
= 4.5.3 - 23/12/2021 =
|
384 |
+
|
385 |
+
* Resolved some bugs
|
386 |
+
|
387 |
= 4.5.2 - 23/12/2021 =
|
388 |
|
389 |
* In this release, we have focused on code optimization and performance improvement.
|