Skip to content

v1.14 beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@duracelltomi duracelltomi released this 26 Jul 11:05
· 328 commits to master since this release

For testing, use beta 2:
https://github.com/duracelltomi/gtm4wp/releases/tag/1.14beta2

  • Added: support for tracking WooCommerce Block based product lists, except the "All Products" block
  • Added: support for new_customer parameter for Google Smart Shopping campaigns
  • Updated: removed jQuery dependency from plugin modules: contact form 7 integration, form move tracker, Vimeo, YouTube, Soundcloud, partly WooCommerce
  • Updated: moved the hidden helper span element in products lists to the end of the product box to make more compatible with themes
  • Updated: more consistent retrieval of product categories - by Dekadinious
  • Updated: gtm4wp_product_readded_to_cart, gtm4wp_user_logged_in and gtm4wp_user_registered cookies are replaced with WordPress transients
  • Updated: gtm4wp_last_weatherstatus cookie is changed to HTTP Only to make it safer
  • Updated: replaced deprecated jQuery method and event usage in WP admin
  • Updated: added rel="noopener" to links pointing to external sites on WP admin page
  • Fixed: proper values for visitorType data layer variable
  • Fixed: replaced unsafe usage of eval() in WooCommerce QuickView plugin integration
  • Fixed: type check of the order ID obtained from a cookie before using the value
  • Fixed: navigation issues in Safari if browser loads previous page from cache. GTM4WP will now force Safari to always reload pages.
  • Fixed: Do not trigger browser change event in WooCommerce checkout page submit event handler. It caused issues with other 3rd party plugins.