Tracking Code Manager - Version 1.12.2

Version Description

Release Date - 2020-03-19

  • Tested with WooCommerce 3.8. Plugin updated and supported.

=

Download this release

Release Info

Developer IntellyWP
Plugin Icon 128x128 Tracking Code Manager
Version 1.12.2
Comparing to
See all releases

Code changes from version 1.12.1 to 1.12.2

Files changed (2) hide show
  1. index.php +3 -3
  2. readme.txt +7 -0
index.php CHANGED
@@ -6,9 +6,9 @@ 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: 1.12.1
10
  WC requires at least: 3.0.0
11
- WC tested up to: 3.8
12
  */
13
  if(defined('TCMP_PLUGIN_NAME')) {
14
  function tcmp_admin_notices() {
@@ -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', '1.12.1');
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: 1.12.2
10
  WC requires at least: 3.0.0
11
+ WC tested up to: 4
12
  */
13
  if(defined('TCMP_PLUGIN_NAME')) {
14
  function tcmp_admin_notices() {
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', '1.12.2');
30
  define('TCMP_PLUGIN_AUTHOR', 'IntellyWP');
31
 
32
  define('TCMP_PLUGIN_DIR', dirname(__FILE__).'/');
readme.txt CHANGED
@@ -101,6 +101,13 @@ Have a look at the source code of your page (search for: Tracking Code Manager)
101
 
102
  == Changelog ==
103
 
 
 
 
 
 
 
 
104
  = 1.12.1 =
105
  *Release Date - 2019-12-02*
106
 
101
 
102
  == Changelog ==
103
 
104
+ = 1.12.2 =
105
+ *Release Date - 2020-03-19*
106
+
107
+ * Tested with WooCommerce 3.8. Plugin updated and supported.
108
+
109
+ == Changelog ==
110
+
111
  = 1.12.1 =
112
  *Release Date - 2019-12-02*
113