Skip to content

Releases: humanmade/hm-gtm

3.1.2

11 Sep 10:41
b58d76b
Compare
Choose a tag to compare

Full Changelog: 3.1.1...3.1.2

3.1.1

28 Aug 13:20
8585568
Compare
Choose a tag to compare

Full Changelog: 3.1.0...3.1.1

3.1.0

28 Aug 10:16
151343d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

3.0.0

15 Jul 11:23
3740505
Compare
Choose a tag to compare

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

2.1.2

13 Jul 14:52
aa7a763
Compare
Choose a tag to compare

What's Changed

  • Fix #35: Don't allow dashes in the datalayer variable names by @tomjn in #36
  • Adds the composer/installers package by @tomjn in #38
  • Bump version to v2.1.2 by @tomjn in #39

New Contributors

  • @tomjn made their first contribution in #36

Full Changelog: 2.1.1...2.1.2

2.1.1

18 Jul 12:01
0f7c9b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

21 Jun 11:56
d33c1fe
Compare
Choose a tag to compare
  • Allow filtering of tag manager script tags with new hm_gtm_script_tag filter. #30

2.0.8

30 May 13:37
fc7d14e
Compare
Choose a tag to compare

What's Changed

  • Check for existing window.dataLayer, append if found. by @Sephsekla in #29

New Contributors

Full Changelog: 2.0.7...2.0.8

v2.0.7

03 Feb 09:58
ab59419
Compare
Choose a tag to compare
  • Update register_setting 3rd parameter to use an array #27
  • Add aria attribute and update text field classes to match core #26
  • Fix fatal error when accessing non-existent user properties #28

v2.0.6

21 May 17:15
3a7b934
Compare
Choose a tag to compare
  • 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.