Skip to content

Releases: duracelltomi/gtm4wp

v1.13

19 May 08:37
Compare
Choose a tag to compare

WARNING!
If you are using the geo or weather options of this plugin, make sure your hosting is using PHP 7.0 or newer!

If you are using the WooCommerce integration with enhanced ecommerce, once again you will need to update your GTM container.
Please check the setup article to see what needs to be changed.
The goal is to keep this setup in the upcoming versions.

  • Added: Google Business Vertical option to populate Google Ads dynamic remarketing
  • Added: Make automatic cookie blocking mode of Cookiebot to work with your Google Tag Manager container (new option in the Integration tab)
  • Added: support for server side containers with custom domains
  • Added: improved duplacate WooCommerce order tracking prevention by also checking the age of the order. You can adjust the value in minutes on the plugin options page - by Code-Craze
  • Fixed: prices rounded to 2 decimals in the data layer (WooCommerce integration)
  • Fixed: select_item event fired multiple times (at least twice)
  • Fixed: frontend protection to preveent double tracking transactions had a bug
  • Fixed: missing product detail and first checkout step tracking in WooCommerce shops with Enhanced Ecommerce
  • Fixed: JavaScript type error if product category is a number
  • Updated: WhichBrowser v2.1.1 (requires PHP 7.0 or newer)
  • Updated: descriptions of WooCommerce tracking methods to emphasize the importance to migrate from standard to enhanced ecommerce
  • Updated: added links to enhanced ecommerce setup guides (GA3 and GA4)

v1.13 beta 1

13 May 12:04
Compare
Choose a tag to compare
v1.13 beta 1 Pre-release
Pre-release

WARNING!
If you are using the geo or weather options of this plugin, make sure your hosting is using PHP 7.0 or newer!

  • Added: Google Business Vertical option to populate Google Ads dynamic remarketing
  • Added: Make automatic cookie blocking mode of Cookiebot to work with your Google Tag Manager container (new option in the Integration tab)
  • Added: support for server side containers with custom domains
  • Added: improved duplacate WooCommerce order tracking prevention by also checking the age of the order. You can adjust the value in minutes on the plugin options page - by Code-Craze
  • Fixed: prices rounded to 2 decimals in the data layer (WooCommerce integration)
  • Fixed: select_item event fired multiple times (at least twice)
  • Fixed: frontend protection to preveent double tracking transactions had a bug
  • Fixed: missing product detail and first checkout step tracking in WooCommerce shops with Enhanced Ecommerce
  • Fixed: round event value of view_cart event to 2 decimals
  • Updated: WhichBrowser v2.1.1 (requires PHP 7.0 or newer)
  • Updated: descriptions of WooCommerce tracking methods to emphasize the importance to migrate from standard to enhanced ecommerce
  • Updated: added links to enhanced ecommerce setup guides (GA3 and GA4)

v1.12.2

10 Apr 14:10
Compare
Choose a tag to compare
  • Fixed: error message in WooCommerce integration on PHP 8 hosts
  • Fixed: PHP notice about non existing blacklist-enable array key

v1.12.1

09 Apr 07:05
Compare
Choose a tag to compare
  • Fixed: PHP notice while saving admin options

v1.12

08 Apr 15:42
Compare
Choose a tag to compare

For full changelog, please see earlier beta and alpha releases of v1.12

Since the beta, two bug fixes has been added.

v1.12 beta 1

24 Mar 10:56
Compare
Choose a tag to compare
v1.12 beta 1 Pre-release
Pre-release

WARNING!
If you are using the blacklist/whitelist feature of the plugin, review these options after upgrade as they could break because of a fundamental rework of this feature.

  • Added: support for Google Analytics 4 version of ecommerce data layer
  • Fixed: safer IP address validation in geo and weather data features
  • Updated: removed deprecated events: download links, email links, social links -> such can be now tracked with native Google Tag Manager triggers
  • Updated: removed support for WooCommerce versions before v3.2
  • Updated: 'Blacklist tags' tab renamed to 'Security'
  • Updated: complete rework of blacklist/whitelist feature to use the latest tag/trigger/variable list of Google
  • Deprecated: classic ecommerce tracking will be removed later this year, please upgrade to enhanced ecommerce tracking
  • Deprecated: standard Google Ads remarketing variable will be removed soon as the Google Ads remarketing tag template can easily use any of your Google Tag Manager variables
  • Deprecated: the old fashioned way of using Google Ads remarketing with the ecomm_ prefixed data layer variables will be removed soon. Instructions for upgrade will be published on gtm4wp.com once this feature gets updated in an upcoming plugin version

Already released on WP.org:

  • Fixed: do not track hidden products in the cart in WooCommerce shops
  • Fixed: do not fire add to cart event if button is in a disabled state
  • Fixed: fixed translation of an admin text
  • Fixed: needs_shipping_address() calls were sometimes broken in WooCommerce shops, added additional checks to prevent
  • Updated: removed the body_class method of adding the iframe/noscript container code (page builders and the standard wp_body_open hook remains supported)
  • Fixed: new Google Optimize container ID format accepted now

v1.11.4

20 Mar 06:39
Compare
Choose a tag to compare
  • Fixed: fire gtm4wp.checkoutStepEEC and gtm4wp.checkoutOptionEEC events if there is only one shipping method available and it is hidden from the user
  • Fixed: decrease checkout step numbers 3 and 4 if shipping destination is set to 'Force shipping to the customer billing address' in WooCommerce. This way there will be no gap in Checkout behaviour report in Google Analytics.
  • Updated: tested version number for WooCommerce

v1.11.3

10 Mar 12:07
Compare
Choose a tag to compare
  • Fixed: use var_export instead of var_dump in some debug code,
  • Fixed: apply WooCommerce option for tax inclusion on the order received page as well
  • Fixed: JavaScript errors in Vimeo player
  • Updated: do not add type attribute to script elements if theme suppors HTML5
  • Updated: tested version numbers for WordPress and WooCommerce
  • Fixed: PHP notice about undefined order_items variable if the new 'Order data in data layer' is turned off
  • Fixed: PHP notice about missing brand array key if no brand taxonomy is selected in GTM4WP options

v1.11

11 Nov 07:39
Compare
Choose a tag to compare
  • See full changelog in beta1 and beta2 release
  • Added some fixes for bugs discovered since v1.11 beta2
  • Bumped "tested up to" version numbers for WordPress and WooCommerce

v1.11 beta2

15 Oct 12:15
Compare
Choose a tag to compare
v1.11 beta2 Pre-release
Pre-release
  • gtm4wp.orderCompleted and gtm4wp.orderCompletedEEC re-added due to high user demand
  • Fixed: check if $woo->customer is initialized
  • Fixed: no checkout step reported on WooCommerce checkout page if the user has accepted the default selection of the payment and shipping methods