Skip to content

v1.17

Compare
Choose a tag to compare
@duracelltomi duracelltomi released this 23 May 12:58
· 165 commits to master since this release

No change since the beta, repeating changelog for easier access:

  • Added: pagePostTerms data layer variable will now also include a meta key with post meta values that does not start with the _ character. This should allow to utilize custom fields added by plugins like Advanced Custom Fields.
  • Added: new filter: gtm4wp_post_meta_in_datalayer to limit which post meta should be present with with the previously added feature.
  • Added: ability to use a custom path for your server side GTM container. This makes GTM4WP compatible with services like stape.io
  • Added: new advanced option to disable browser console.log() messages on frontend
  • Added: new filter: gtm4wp_purchase_datalayer to be able to alter data layer content for the purchase data
  • Added: new filter: gtm4wp_datalayer_on_pageload to be able to alter data layer content generated during page load
  • Added: customerBillingState and customerShippingState on WooCommerce order received page, thanks massimo-maimeri
  • Added: High Performance Order Storage (HPOS) compatibility for WooCommerce
  • Updated: WooCommerce integration will also check target attitbute of product links while firing select_item event, thanks [robklo])(https://github.com/robklo)
  • Updated: YouTube tracking will not load on pages not containing a YouTube block or a YouTube iframe
  • Fixed: add_to_cart event on grouped products not working when SKU is selected as product ID in plugin options.
  • Fixed: more reliable new_customer flag working with guest orders of existing customers, thanks morvy