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