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_idby default - data layer
post.IDrenamed topost.id - data layer
term.IDrenamed toterm.id - data layer
author.IDrenamed toauthor.id - data layer
user.roleis 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_slugis no longer available by default, usepost.author_nameinstead
Full Changelog: 2.1.2...3.0.0