Version Description
No new or updated functionality, but updated WooCommerce compatibility.
IMPORTANT! If you are using the WooCommerce integration and enhanced ecommerce, please update your ecommerce event trigger to include gtm4wp.orderCompletedEEC as well. https://gtm4wp.com/how-to-articles/how-to-setup-enhanced-ecommerce-tracking
Download this release
Release Info
Developer | duracelltomi |
Plugin | DuracellTomi's Google Tag Manager for WordPress |
Version | 1.12.3 |
Comparing to | |
See all releases |
Code changes from version 1.12.2 to 1.12.3
duracelltomi-google-tag-manager-for-wordpress.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Google Tag Manager for Wordpress
|
4 |
-
Version: 1.12.
|
5 |
Plugin URI: https://gtm4wp.com/
|
6 |
Description: The first Google Tag Manager plugin for WordPress with business goals in mind
|
7 |
Author: Thomas Geiger
|
@@ -10,10 +10,10 @@ Text Domain: duracelltomi-google-tag-manager
|
|
10 |
Domain Path: /languages
|
11 |
|
12 |
WC requires at least: 3.2
|
13 |
-
WC tested up to: 5.
|
14 |
*/
|
15 |
|
16 |
-
define( 'GTM4WP_VERSION', '1.12.
|
17 |
define( 'GTM4WP_PATH', plugin_dir_path( __FILE__ ) );
|
18 |
|
19 |
global $gtp4wp_plugin_url, $gtp4wp_plugin_basename;
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Google Tag Manager for Wordpress
|
4 |
+
Version: 1.12.3
|
5 |
Plugin URI: https://gtm4wp.com/
|
6 |
Description: The first Google Tag Manager plugin for WordPress with business goals in mind
|
7 |
Author: Thomas Geiger
|
10 |
Domain Path: /languages
|
11 |
|
12 |
WC requires at least: 3.2
|
13 |
+
WC tested up to: 5.2.2
|
14 |
*/
|
15 |
|
16 |
+
define( 'GTM4WP_VERSION', '1.12.3' );
|
17 |
define( 'GTM4WP_PATH', plugin_dir_path( __FILE__ ) );
|
18 |
|
19 |
global $gtp4wp_plugin_url, $gtp4wp_plugin_basename;
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: google tag manager, tag manager, gtm, google, adwords, google adwords, goo
|
|
5 |
Requires at least: 3.4.0
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.7
|
8 |
-
Stable tag: 1.12.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl.html
|
11 |
|
@@ -230,6 +230,14 @@ https://gtm4wp.com/how-to-articles/how-to-exclude-admin-users-from-being-tracked
|
|
230 |
|
231 |
== Changelog ==
|
232 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
= 1.12.2 =
|
234 |
|
235 |
If you are upgrading from 1.11.x, please read the previous changelog entry for v1.12
|
@@ -678,6 +686,10 @@ Please report all bugs found in my plugin using the [contact form on my website]
|
|
678 |
|
679 |
== Upgrade Notice ==
|
680 |
|
|
|
|
|
|
|
|
|
681 |
= 1.12.2 =
|
682 |
|
683 |
Bugfix release + read changelog for important v1.12.x changes
|
5 |
Requires at least: 3.4.0
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.7
|
8 |
+
Stable tag: 1.12.3
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl.html
|
11 |
|
230 |
|
231 |
== Changelog ==
|
232 |
|
233 |
+
= 1.12.3 =
|
234 |
+
|
235 |
+
No new or updated functionality, but updated WooCommerce compatibility.
|
236 |
+
|
237 |
+
IMPORTANT!
|
238 |
+
If you are using the WooCommerce integration and enhanced ecommerce, please update your ecommerce event trigger to include gtm4wp.orderCompletedEEC as well.
|
239 |
+
https://gtm4wp.com/how-to-articles/how-to-setup-enhanced-ecommerce-tracking
|
240 |
+
|
241 |
= 1.12.2 =
|
242 |
|
243 |
If you are upgrading from 1.11.x, please read the previous changelog entry for v1.12
|
686 |
|
687 |
== Upgrade Notice ==
|
688 |
|
689 |
+
= 1.12.3 =
|
690 |
+
|
691 |
+
Updated compatible WooCommerce version and added an important message to the changelog for WooCommerce users
|
692 |
+
|
693 |
= 1.12.2 =
|
694 |
|
695 |
Bugfix release + read changelog for important v1.12.x changes
|