Releases: humanmade/hm-gtm
Releases · humanmade/hm-gtm
3.1.2
Full Changelog: 3.1.1...3.1.2
3.1.1
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- Add support for setting GTM events via editor by @roborourke in #41
Full Changelog: 3.0.0...3.1.0
3.0.0
What's Changed
- V3 Support Server Side GTM by @roborourke in #37
There are some breaking changes in v3.0.0:
- data layer no longer passes
post.author_id
by default - data layer
post.ID
renamed topost.id
- data layer
term.ID
renamed toterm.id
- data layer
author.ID
renamed toauthor.id
- data layer
user.role
is no longer an array but a comma separated list of roles - data layer
post.<taxonomy>
is no longer an array but a comma separated list of term names - data layer
post.author_slug
is no longer available by default, usepost.author_name
instead
Full Changelog: 2.1.2...3.0.0
2.1.2
2.1.1
What's Changed
- Fix incorrect data type for first data layer object by @ivankristianto in #31
Full Changelog: 2.1.0...2.1.1
2.1.0
2.0.8
What's Changed
- Check for existing window.dataLayer, append if found. by @Sephsekla in #29
New Contributors
- @Sephsekla made their first contribution in #29
Full Changelog: 2.0.7...2.0.8
v2.0.7
v2.0.6
- Get user properties directly for author pages rather than using
WP_User::get()
; avoids errors when integrating with plugins like Bylines which replace author page templates with a different object.