Enhanced Ecommerce Google Analytics Plugin for WooCommerce - Version 4.6.3

Version Description

  • 03/02/2022 =

  • New:UI Enhancement

Download this release

Release Info

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

Code changes from version 4.6.2 to 4.6.3

admin/class-conversios-onboarding.php CHANGED
@@ -517,7 +517,6 @@ if ( ! class_exists( 'Conversios_Onboarding' ) ) {
517
  <!-- onborading right panel start -->
518
  <div class="onbording-right">
519
  <div class="sidebrcontainer">
520
- <?php /*
521
  <div class="onbrd-rdmbx">
522
  <div class="rdm-amnt">
523
  <small><?php esc_html_e("Google Ads Credit of","conversios"); ?></small>
@@ -525,7 +524,7 @@ if ( ! class_exists( 'Conversios_Onboarding' ) ) {
525
  </div>
526
  <p><?php esc_html_e("New users can get ".esc_attr($off_credit_amt)." in Ad Credits when they spend their first ".esc_attr($off_credit_amt)." on Google Ads within 60 days.","conversios"); ?></p>
527
  <a target="_blank" href="<?php echo esc_url_raw("https://conversios.io/help-center/new-google-spend-match.pdf"); ?>" class="lrnmorbtn"><?php esc_html_e("Terms and conditions apply","conversios"); ?> <img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL.'/admin/images/arrow_right.png'); ?>" alt="" /></a>
528
- </div> */ ?>
529
  <div class="onbrdrgt-nav">
530
  <ul>
531
  <li><a target="_blank" href="<?php echo esc_url_raw("https://conversios.io/help-center/Installation-Manual.pdf"); ?>"><?php echo esc_html_e("Installation Manual","conversios"); ?></a></li>
517
  <!-- onborading right panel start -->
518
  <div class="onbording-right">
519
  <div class="sidebrcontainer">
 
520
  <div class="onbrd-rdmbx">
521
  <div class="rdm-amnt">
522
  <small><?php esc_html_e("Google Ads Credit of","conversios"); ?></small>
524
  </div>
525
  <p><?php esc_html_e("New users can get ".esc_attr($off_credit_amt)." in Ad Credits when they spend their first ".esc_attr($off_credit_amt)." on Google Ads within 60 days.","conversios"); ?></p>
526
  <a target="_blank" href="<?php echo esc_url_raw("https://conversios.io/help-center/new-google-spend-match.pdf"); ?>" class="lrnmorbtn"><?php esc_html_e("Terms and conditions apply","conversios"); ?> <img src="<?php echo esc_url_raw(ENHANCAD_PLUGIN_URL.'/admin/images/arrow_right.png'); ?>" alt="" /></a>
527
+ </div>
528
  <div class="onbrdrgt-nav">
529
  <ul>
530
  <li><a target="_blank" href="<?php echo esc_url_raw("https://conversios.io/help-center/Installation-Manual.pdf"); ?>"><?php echo esc_html_e("Installation Manual","conversios"); ?></a></li>
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.6.2
19
  * Author: Tatvic
20
  * Author URI: www.tatvic.com
21
  * License: GPL-2.0+
@@ -23,7 +23,7 @@
23
  * Text Domain: www.tatvic.com
24
  * Domain Path: /languages
25
  * WC requires at least: 3.5.0
26
- * WC tested up to: 6.0.0
27
  */
28
 
29
  /**
@@ -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.6.2' );
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.6.3
19
  * Author: Tatvic
20
  * Author URI: www.tatvic.com
21
  * License: GPL-2.0+
23
  * Text Domain: www.tatvic.com
24
  * Domain Path: /languages
25
  * WC requires at least: 3.5.0
26
+ * WC tested up to: 6.1.1
27
  */
28
 
29
  /**
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.6.3' );
41
  $fullName = plugin_basename( __FILE__ );
42
  $dir = str_replace('/enhanced-ecommerce-google-analytics.php','',$fullName);
43
  if ( ! defined( 'ENHANCAD_PLUGIN_NAME' ) ) {
includes/setup/add-campaign.php CHANGED
@@ -73,7 +73,7 @@ class AddCampaign {
73
  $campaign = $api_obj->createCampaign($campaign_name, $campaign_budget, $sales_country, $all_products, $category_id, $category_level);
74
  if(isset($campaign->errors) && !empty($campaign->errors)){
75
  $class = 'alert-message tvc-alert-error';
76
- $message = esc_html__((isset($campaign->errors) && isset($campaign->errors[0])) ? $campaign->errors[0] : 'Error', 'conversios');
77
  }else{
78
  $class = 'alert-message tvc-alert-success';
79
  $campaign_neme = isset($campaign->data)?'with Resource name '.$campaign->data:"";
73
  $campaign = $api_obj->createCampaign($campaign_name, $campaign_budget, $sales_country, $all_products, $category_id, $category_level);
74
  if(isset($campaign->errors) && !empty($campaign->errors)){
75
  $class = 'alert-message tvc-alert-error';
76
+ $message = esc_html__((is_array($campaign->errors) && isset($campaign->errors[0])) ? $campaign->errors[0] : 'Error', 'conversios');
77
  }else{
78
  $class = 'alert-message tvc-alert-success';
79
  $campaign_neme = isset($campaign->data)?'with Resource name '.$campaign->data:"";
includes/setup/json/country_reward.json CHANGED
@@ -1,93 +1,99 @@
1
  [
2
- {"name":"Algeria","price": "USD 00.00"},
3
- {"name":"Argentina","price": "ARS 00.00"},
4
- {"name":"Australia","price": "AUD 00.00"},
5
- {"name":"Austria","price": "EUR 00.00"},
6
- {"name":"Bahrain","price": "USD 00.00"},
7
- {"name":"Belarus","price": "USD 00.00"},
8
- {"name":"Belgium","price": "EUR 00.00"},
9
- {"name":"Bolivia","price": "USD 00.00"},
10
- {"name":"Bosnia and Herzegovina","price": "EUR 00.00"},
11
- {"name":"Brazil","price": "BRL 00.00"},
12
- {"name":"Bulgaria","price": "BRL 00.00"},
13
- {"name":"Canada","price": "CAD 00.00"},
14
- {"name":"Chile","price": "USD 00.00"},
15
- {"name":"Colombia","price": "USD 00.00"},
16
- {"name":"Costa Rica","price": "USD 00.00"},
17
- {"name":"Croatia","price": "HRK 00.00"},
18
- {"name":"Cyprus","price": "EUR 00.00"},
19
- {"name":"Czech Republic","price": "CZK 00.00"},
20
- {"name":"Denmark","price": "DKK 00.00"},
21
- {"name":"Dominican Republic","price": "USD 00.00"},
22
- {"name":"Ecuador","price": "USD 00.00"},
23
- {"name":"Egypt","price": "EGP 00.00"},
24
- {"name":"El Salvador","price": "USD 00.00"},
25
- {"name":"Estonia","price": "EUR 00.00"},
26
- {"name":"Finland","price": "EUR 00.00"},
27
- {"name":"France","price": "EUR 00.00"},
28
- {"name":"Germany","price": "EUR 00.00"},
29
- {"name":"Greece","price": "EUR 00.00"},
30
- {"name":"Guatemala","price": "USD 00.00"},
31
- {"name":"Honduras","price": "USD 00.00"},
32
- {"name":"Hong Kong","price": "HKD 00.00"},
33
- {"name":"Hungary","price": "HUF 00.00"},
34
- {"name":"Iceland","price": "USD 00.00"},
 
 
 
35
  {"name":"India","price": "INR 20,000.00"},
36
- {"name":"Indonesia","price": "IDR 00.00"},
37
- {"name":"Ireland","price": "EUR 00.00"},
38
- {"name":"Israel","price": "ILS 00.00"},
39
- {"name":"Italy","price": "EUR 00.00"},
40
- {"name":"Japan","price": "JPY 00"},
41
- {"name":"Jordan","price": "USD 00.00"},
42
- {"name":"Kazakhstan","price": "USD 00.00"},
43
- {"name":"Kuwait","price": "USD 00.00"},
44
- {"name":"Latvia","price": "EUR 00.00"},
45
- {"name":"Lebanon","price": "USD 00.00"},
46
- {"name":"Libya","price": "USD 00.00"},
47
- {"name":"Lithuania","price": "EUR 00.00"},
48
- {"name":"Luxembourg","price": "EUR 00.00"},
49
- {"name":"Malaysia","price": "MYR 00.00"},
50
- {"name":"Malta","price": "EUR 00.00"},
51
- {"name":"Mexico","price": "MXN 00.00"},
52
- {"name":"Montenegro","price": "EUR 00.00"},
53
- {"name":"Morocco","price": "USD 00.00"},
54
- {"name":"Netherlands","price": "EUR 00.00"},
55
- {"name":"New Zealand","price": "NZD 00.00"},
56
- {"name":"Nicaragua","price": "USD 00.00"},
57
- {"name":"Nigeria","price": "USD 00.00"},
58
- {"name":"North Macedonia","price": "USD 00.00"},
59
- {"name":"Norway","price": "NOK 00.00"},
60
- {"name":"Oman","price": "USD 00.00"},
61
- {"name":"Pakistan","price": "USD 00.00"},
62
- {"name":"Palestine","price": "USD 00.00"},
63
- {"name":"Panama","price": "USD 00.00"},
64
- {"name":"Paraguay","price": "USD 00.00"},
65
- {"name":"Peru","price": "USD 00.00"},
66
- {"name":"Philippines","price": "PHP 00.00"},
67
- {"name":"Poland","price": "PLN 00.00"},
68
- {"name":"Portugal","price": "EUR 00.00"},
69
- {"name":"Puerto Rico","price": "USD 00.00"},
70
- {"name":"Qatar","price": "USD 00.00"},
71
- {"name":"Romania","price": "RON 00.00"},
72
- {"name":"Russia","price": "RUB 00.00"},
73
- {"name":"Saudi Arabia","price": "SAR 00.00"},
74
- {"name":"Serbia","price": "EUR 00.00"},
75
- {"name":"Singapore","price": "SGD 00.00"},
76
- {"name":"Slovakia","price": "EUR 00.00"},
77
- {"name":"South Africa","price": "ZAR 00.00"},
78
- {"name":"Spain","price": "EUR 00.00"},
79
- {"name":"Sri Lanka","price": "USD 00.00"},
80
- {"name":"Sweden","price": "SEK 00.00"},
81
- {"name":"Switzerland","price": "CHF 00.00"},
82
- {"name":"Taiwan","price": "TWD 00.00"},
83
- {"name":"Thailand","price": "THB 00.00"},
84
- {"name":"Tunisia","price": "USD 00.00"},
85
- {"name":"Turkey","price": "TRY 00.00"},
86
- {"name":"Ukraine","price": "UAH 00.00"},
87
- {"name":"United Arab Emirates","price": "AED 00.00"},
88
- {"name":"United Kingdom","price": "GBP 00.00"},
 
 
 
89
  {"name":"United States","price": "USD 500.00"},
90
- {"name":"Uruguay","price": "USD 00.00"},
91
- {"name":"Venezuela","price": "USD 00.00"},
92
- {"name":"Vietnam","price": "VND 00"}
93
  ]
1
  [
2
+ {"name":"Algeria","price": "USD 250.00"},
3
+ {"name":"Argentina","price": "ARS 25,000.00"},
4
+ {"name":"Armenia","price": "USD 300.00"},
5
+ {"name":"Australia","price": "AUD 600.00"},
6
+ {"name":"Austria","price": "EUR 400.00"},
7
+ {"name":"Azerbaijan","price": "USD 300.00"},
8
+ {"name":"Bahrain","price": "USD 300.00"},
9
+ {"name":"Belarus","price": "USD 300.00"},
10
+ {"name":"Belgium","price": "EUR 400.00"},
11
+ {"name":"Bolivia","price": "USD 350.00"},
12
+ {"name":"Bosnia and Herzegovina","price": "EUR 350.00"},
13
+ {"name":"Brazil","price": "BRL 1,200.00"},
14
+ {"name":"Bulgaria","price": "BRL 700.00"},
15
+ {"name":"Canada","price": "CAD 600.00"},
16
+ {"name":"Chile","price": "USD 350.00"},
17
+ {"name":"China","price": "CNY 3,000.00"},
18
+ {"name":"Colombia","price": "USD 350.00"},
19
+ {"name":"Costa Rica","price": "USD 350.00"},
20
+ {"name":"Croatia","price": "HRK 2,500.00"},
21
+ {"name":"Cyprus","price": "EUR 350.00"},
22
+ {"name":"Czech Republic","price": "CZK 8,500.00"},
23
+ {"name":"Denmark","price": "DKK 3,000.00"},
24
+ {"name":"Dominican Republic","price": "USD 350.00"},
25
+ {"name":"Ecuador","price": "USD 350.00"},
26
+ {"name":"Egypt","price": "EGP 3,000.00"},
27
+ {"name":"El Salvador","price": "USD 350.00"},
28
+ {"name":"Estonia","price": "EUR 350.00"},
29
+ {"name":"Finland","price": "EUR 400.00"},
30
+ {"name":"France","price": "EUR 400.00"},
31
+ {"name":"Germany","price": "EUR 400.00"},
32
+ {"name":"Greece","price": "EUR 350.00"},
33
+ {"name":"Guatemala","price": "USD 350.00"},
34
+ {"name":"Honduras","price": "USD 350.00"},
35
+ {"name":"Hong Kong","price": "HKD 3,000.00"},
36
+ {"name":"Hungary","price": "HUF 120,000.00"},
37
+ {"name":"Iceland","price": "USD 400.00"},
38
  {"name":"India","price": "INR 20,000.00"},
39
+ {"name":"Indonesia","price": "IDR 3,000,000.00"},
40
+ {"name":"Ireland","price": "EUR 400.00"},
41
+ {"name":"Israel","price": "ILS 1,500.00"},
42
+ {"name":"Italy","price": "EUR 400.00"},
43
+ {"name":"Japan","price": "JPY 60,000"},
44
+ {"name":"Jordan","price": "USD 250.00"},
45
+ {"name":"Kazakhstan","price": "USD 300.00"},
46
+ {"name":"Kenya","price": "USD 300.00"},
47
+ {"name":"Kuwait","price": "USD 300.00"},
48
+ {"name":"Latvia","price": "EUR 350.00"},
49
+ {"name":"Lebanon","price": "USD 250.00"},
50
+ {"name":"Libya","price": "USD 250.00"},
51
+ {"name":"Lithuania","price": "EUR 350.00"},
52
+ {"name":"Luxembourg","price": "EUR 400.00"},
53
+ {"name":"Malaysia","price": "MYR 1,500.00"},
54
+ {"name":"Malta","price": "EUR 350.00"},
55
+ {"name":"Mexico","price": "MXN 7,000.00"},
56
+ {"name":"Montenegro","price": "EUR 350.00"},
57
+ {"name":"Morocco","price": "USD 250.00"},
58
+ {"name":"Netherlands","price": "EUR 400.00"},
59
+ {"name":"New Zealand","price": "NZD 600.00"},
60
+ {"name":"Nicaragua","price": "USD 350.00"},
61
+ {"name":"Nigeria","price": "USD 300.00"},
62
+ {"name":"North Macedonia","price": "USD 300.00"},
63
+ {"name":"Norway","price": "NOK 4,000.00"},
64
+ {"name":"Oman","price": "USD 250.00"},
65
+ {"name":"Pakistan","price": "USD 400.00"},
66
+ {"name":"Palestine","price": "USD 250.00"},
67
+ {"name":"Panama","price": "USD 350.00"},
68
+ {"name":"Paraguay","price": "USD 350.00"},
69
+ {"name":"Peru","price": "USD 350.00"},
70
+ {"name":"Philippines","price": "PHP 20,000.00"},
71
+ {"name":"Poland","price": "PLN 1,200.00"},
72
+ {"name":"Portugal","price": "EUR 400.00"},
73
+ {"name":"Puerto Rico","price": "USD 350.00"},
74
+ {"name":"Qatar","price": "USD 300.00"},
75
+ {"name":"Romania","price": "RON 1,500.00"},
76
+ {"name":"Russia","price": "RUB 30,000.00"},
77
+ {"name":"Saudi Arabia","price": "SAR 1,300.00"},
78
+ {"name":"Serbia","price": "EUR 350.00"},
79
+ {"name":"Singapore","price": "SGD 600.00"},
80
+ {"name":"Slovakia","price": "EUR 350.00"},
81
+ {"name":"Slovenia","price": "EUR 350.00"},
82
+ {"name":"South Africa","price": "ZAR 6,000.00"},
83
+ {"name":"South Korea","price": "KRW 600,000"},
84
+ {"name":"Spain","price": "EUR 400.00"},
85
+ {"name":"Sri Lanka","price": "USD 400.00"},
86
+ {"name":"Sweden","price": "SEK 4,000.00"},
87
+ {"name":"Switzerland","price": "CHF 400.00"},
88
+ {"name":"Taiwan","price": "TWD 12,000.00"},
89
+ {"name":"Thailand","price": "THB 12,000.00"},
90
+ {"name":"Tunisia","price": "USD 250.00"},
91
+ {"name":"Turkey","price": "TRY 2,500.00"},
92
+ {"name":"Ukraine","price": "UAH 10,000.00"},
93
+ {"name":"United Arab Emirates","price": "AED 1,600.00"},
94
+ {"name":"United Kingdom","price": "GBP 400.00"},
95
  {"name":"United States","price": "USD 500.00"},
96
+ {"name":"Uruguay","price": "USD 350.00"},
97
+ {"name":"Venezuela","price": "USD 350.00"},
98
+ {"name":"Vietnam","price": "VND 5,600,000"}
99
  ]
readme.txt CHANGED
@@ -6,10 +6,10 @@ Tags: Google Analytics tracking, Dynamic Remarketing, Google Shopping automation
6
  Author URI: https://conversios.io/
7
  Author: Tatvic
8
  Requires at least: 3.5.0
9
- Tested up to: 5.8.2
10
  Requires PHP: 5.6 or Higher
11
- Stable tag: 4.6.2
12
- Version: 4.6.2
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.6.2 - 02/02/2022 =
384
 
385
  * In this release we have fixed SQL vulnerability Issues.
6
  Author URI: https://conversios.io/
7
  Author: Tatvic
8
  Requires at least: 3.5.0
9
+ Tested up to: 5.9
10
  Requires PHP: 5.6 or Higher
11
+ Stable tag: 4.6.3
12
+ Version: 4.6.3
13
  License: GPLv3
14
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
15
 
380
 
381
  == Changelog ==
382
 
383
+ = 4.6.3 - 03/02/2022 =
384
+
385
+ * New:UI Enhancement
386
+
387
  = 4.6.2 - 02/02/2022 =
388
 
389
  * In this release we have fixed SQL vulnerability Issues.