Skip to content

3.0.0

Compare
Choose a tag to compare
@roborourke roborourke released this 15 Jul 11:23
· 8 commits to master since this release
3740505

What's Changed

There are some breaking changes in v3.0.0:

  • data layer no longer passes post.author_id by default
  • data layer post.ID renamed to post.id
  • data layer term.ID renamed to term.id
  • data layer author.ID renamed to author.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, use post.author_name instead

Full Changelog: 2.1.2...3.0.0