Tracking Code Manager - Version 2.0.4

Version Description

Release Date - 2021-08-19

  • IWP-309 Fixed duplicate code insertion when WooCommerce conversion was selected.
Download this release

Release Info

Developer data443
Plugin Icon 128x128 Tracking Code Manager
Version 2.0.4
Comparing to
See all releases

Code changes from version 2.0.3 to 2.0.4

Files changed (3) hide show
  1. includes/classes/core/Manager.php +5 -4
  2. index.php +2 -2
  3. readme.txt +13 -8
includes/classes/core/Manager.php CHANGED
@@ -415,10 +415,11 @@ class TCMP_Manager {
415
  $start=FALSE;
416
  }
417
  }
418
- }
419
- if($previous!==FALSE && $previous<strlen($text)) {
420
- $code=$tcmp->Utils->substr($text, $previous);
421
- $buffer.=$code;
 
422
  }
423
  $text=$buffer;
424
  }
415
  $start=FALSE;
416
  }
417
  }
418
+
419
+ if ($previous !== FALSE && $previous < strlen($text)) {
420
+ $code = $tcmp->Utils->substr($text, $previous);
421
+ $buffer .= $code;
422
+ }
423
  }
424
  $text=$buffer;
425
  }
index.php CHANGED
@@ -6,7 +6,7 @@ Description: A plugin to manage ALL your tracking code and conversion pixels, si
6
  Author: IntellyWP
7
  Author URI: http://intellywp.com/
8
  Email: info@intellywp.com
9
- Version: 2.0.3
10
  WC requires at least: 3.0.0
11
  WC tested up to: 4
12
  */
@@ -26,7 +26,7 @@ define('TCMP_PLUGIN_PREFIX', 'TCMP_');
26
  define('TCMP_PLUGIN_FILE',__FILE__);
27
  define('TCMP_PLUGIN_SLUG', 'tracking-code-manager');
28
  define('TCMP_PLUGIN_NAME', 'Tracking Code Manager');
29
- define('TCMP_PLUGIN_VERSION', '2.0.3');
30
  define('TCMP_PLUGIN_AUTHOR', 'IntellyWP');
31
 
32
  define('TCMP_PLUGIN_DIR', dirname(__FILE__).'/');
6
  Author: IntellyWP
7
  Author URI: http://intellywp.com/
8
  Email: info@intellywp.com
9
+ Version: 2.0.4
10
  WC requires at least: 3.0.0
11
  WC tested up to: 4
12
  */
26
  define('TCMP_PLUGIN_FILE',__FILE__);
27
  define('TCMP_PLUGIN_SLUG', 'tracking-code-manager');
28
  define('TCMP_PLUGIN_NAME', 'Tracking Code Manager');
29
+ define('TCMP_PLUGIN_VERSION', '2.0.4');
30
  define('TCMP_PLUGIN_AUTHOR', 'IntellyWP');
31
 
32
  define('TCMP_PLUGIN_DIR', dirname(__FILE__).'/');
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Tracking Code Manager ===
2
- Contributors: IntellyWP, data443
3
- Tags: adwords remarketing,analytics conversion tracking,conversion pixel,conversion tracking,conversion tracking adwords,conversion tracking pixel,conversion tracking script,Facebook Ads,facebook conversion pixel,facebook custom audience,facebook retargeting,google adwords,google analytics web tracking code,google tag manager,html snippet,html snippets,html tracking code,javascript snippet,javascript snippets,header and footer,pay per click tracking,pixel tracking code,remarketing,retargeting,snippets,Tag Management,track conversion,track conversions,tracking code,tracking codes,tracking script,woocommerce,edd,easy digital downloads,wp ecommerce,wp e-commerce
4
  Requires at least: 2.7
5
  Tested up to: 5.8
6
 
7
- A plugin to manage ALL your tracking code and conversion pixels. Compatible with Facebook Ads, Google Adwords, WooCommerce, Easy Digital Downloads, ..
8
 
9
  == Description ==
10
 
@@ -12,7 +12,7 @@ A plugin to manage ALL your tracking code and conversion pixels. Compatible with
12
 
13
  <p>This plugin is a service of <a href="https://www.data443.com" rel="nofollow ugc">Data443.com</a>.</p>
14
 
15
- <p>Data443 is a Data Security and Privacy Compliance company that is publicly traded <a href="https://finance.yahoo.com/quote/ATDS?p=ATD" rel="nofollow ugc">ATDS</a>. We have been providing leading GDPR compliance products such as <a href="https://wordpress.org/plugins/gdpr-framework/" rel="nofollow ugc">WordPress GDPR Framework</a> and <a href="https://www.data443.com/classidocs-home/" rel="nofollow ugc">ClassiDocs</a>, Blockchain privacy, and enterprise cloud eDiscovery tools.</p>
16
 
17
 
18
  It doesn’t matter the place where you want to put your code, because with Tracking Code Manager you can put it wherever you want, with no restrictions.
@@ -24,7 +24,7 @@ For every single service you use, you’ll have to put a script or a tracking pi
24
  Tracking Code Manager plugin allows you to gather EVERY code and snippet displaying them exactly where you want, whether in the whole site or in specific pages and posts.
25
 
26
  > <strong>TRACK CONVERSION ON YOUR E-COMMERCE PLUGIN</strong><br>
27
- > When it comes to track conversions on a wordpress page it’s easy… but if it’s a "dynamic thank you page" is a big problem.<br><br>
28
  > Tracking Code Manager plugin DETECT AUTOMATICALLY your e-commerce plugin (WooCommerce, Easy Digital Downloads or WP eCommerce) and let you put the conversion pixels every time someone completes a sale on your store.<br>
29
  > In addition you also have the ability to track a single product at time ;)<br>
30
  > <a href="https://wordpress.org/plugins/tracking-code-manager/screenshots/">Check some screenshots here.</a>
@@ -76,7 +76,7 @@ Of course you can! You can choose to put the code in a single page, in some post
76
 
77
  = Can I track conversions? =
78
 
79
- Yeap! This is one of the main reason to use this plugin! You can track your conversions by putting the conversion pixel or code ONLY inside the thank you page.
80
 
81
  = Can I manage Facebook Retargeting and Custom Audiences? =
82
 
@@ -92,19 +92,24 @@ You have 6 slots to use. Which means six different locations with unlimited trac
92
 
93
  = How to verify that a tracking code is properly working? =
94
 
95
- Have a look at the source code of your page (search for: Tracking Code Manager) or you can install Google Chrome Addons. We suggest <a href="https://chrome.google.com/webstore/detail/fb-pixel-helper/fdgfkebogiimcoedlicjlajpkdmockpc">FB Pixel Helper</a> for Facebook codes and <a href="https://chrome.google.com/webstore/detail/tag-assistant-by-google/kejbdjndbnbjgmefkgdddjlbokphdefk">Tag Assistant (by Google)</a> for Google codes.
96
 
97
  == Screenshots ==
98
 
99
  1. New tracking code scripts
100
  2. Include tracking code in specific page
101
- 3. Choose easly by typing the page title
102
  4. Include also [All] posts or pages without selecting all one-by-one
103
  5. List your tracking codes defined
104
  6. Tracking code manager is also as a metabox in your posts/pages (you can remove by settings)
105
 
106
  == Changelog ==
107
 
 
 
 
 
 
108
  = 2.0.3 =
109
  *Release Date - 2021-07-22*
110
 
1
  === Tracking Code Manager ===
2
+ Contributors: IntellyWP, Data443
3
+ Tags: adwords remarketing, analytics conversion tracking, conversion pixel, conversion tracking, conversion tracking adwords, conversion tracking pixel, conversion tracking script,Facebook Ads, facebook conversion pixel, facebook custom audience, facebook retargeting, google adwords, google analytics web tracking code, google tag manager, html snippet, html snippets, html tracking code, javascript snippet, javascript snippets, header and footer, pay per click tracking, pixel tracking code, remarketing, retargeting, snippets, Tag Management, track conversion, track conversions, tracking code, tracking codes, tracking script, woocommerce, edd, easy digital downloads, wp ecommerce, wp e-commerce
4
  Requires at least: 2.7
5
  Tested up to: 5.8
6
 
7
+ A plugin to manage ALL of your tracking code and conversion pixels. Compatible with Facebook Ads, Google Adwords, WooCommerce, Easy Digital Downloads, ..
8
 
9
  == Description ==
10
 
12
 
13
  <p>This plugin is a service of <a href="https://www.data443.com" rel="nofollow ugc">Data443.com</a>.</p>
14
 
15
+ <p>Data443 is a Data Security and Privacy Compliance company that is publicly traded <a href="https://finance.yahoo.com/quote/ATDS?p=ATD" rel="nofollow ugc">ATDS</a>. We have been providing leading GDPR compliance products such as <a href="https://wordpress.org/plugins/gdpr-framework/" rel="nofollow ugc">WordPress GDPR Framework</a> and <a href="https://data443.com/products/data-identification-manager/" rel="nofollow ugc">Data Identification Manager</a>, Blockchain privacy, and enterprise cloud eDiscovery tools.</p>
16
 
17
 
18
  It doesn’t matter the place where you want to put your code, because with Tracking Code Manager you can put it wherever you want, with no restrictions.
24
  Tracking Code Manager plugin allows you to gather EVERY code and snippet displaying them exactly where you want, whether in the whole site or in specific pages and posts.
25
 
26
  > <strong>TRACK CONVERSION ON YOUR E-COMMERCE PLUGIN</strong><br>
27
+ > When it comes to track conversions on a WordPress page it’s easy… but if it’s a "dynamic thank you page" is a big problem.<br><br>
28
  > Tracking Code Manager plugin DETECT AUTOMATICALLY your e-commerce plugin (WooCommerce, Easy Digital Downloads or WP eCommerce) and let you put the conversion pixels every time someone completes a sale on your store.<br>
29
  > In addition you also have the ability to track a single product at time ;)<br>
30
  > <a href="https://wordpress.org/plugins/tracking-code-manager/screenshots/">Check some screenshots here.</a>
76
 
77
  = Can I track conversions? =
78
 
79
+ Yep! This is one of the main reason to use this plugin! You can track your conversions by putting the conversion pixel or code ONLY inside the thank you page.
80
 
81
  = Can I manage Facebook Retargeting and Custom Audiences? =
82
 
92
 
93
  = How to verify that a tracking code is properly working? =
94
 
95
+ Have a look at the source code of your page (search for: Tracking Code Manager) or you can install Google Chrome Add-ons. We suggest <a href="https://chrome.google.com/webstore/detail/fb-pixel-helper/fdgfkebogiimcoedlicjlajpkdmockpc">FB Pixel Helper</a> for Facebook codes and <a href="https://chrome.google.com/webstore/detail/tag-assistant-by-google/kejbdjndbnbjgmefkgdddjlbokphdefk">Tag Assistant (by Google)</a> for Google codes.
96
 
97
  == Screenshots ==
98
 
99
  1. New tracking code scripts
100
  2. Include tracking code in specific page
101
+ 3. Choose easily by typing the page title
102
  4. Include also [All] posts or pages without selecting all one-by-one
103
  5. List your tracking codes defined
104
  6. Tracking code manager is also as a metabox in your posts/pages (you can remove by settings)
105
 
106
  == Changelog ==
107
 
108
+ = 2.0.4 =
109
+ *Release Date - 2021-08-19*
110
+
111
+ * IWP-309 Fixed duplicate code insertion when WooCommerce conversion was selected.
112
+
113
  = 2.0.3 =
114
  *Release Date - 2021-07-22*
115