Skip to content

Releases: xyNNN/GoogleTagManagerBundle

Release 2.6.0 is online!

13 Jan 16:09
Compare
Choose a tag to compare

Implemented enhancements:

  • Make this bundle also compatible with Symfony 5.0

Release 2.5.0 is online!

27 Nov 11:50
Compare
Choose a tag to compare

Implemented enhancements:

  • A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
  • The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "google_tag_manager" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.

Release 2.4.2 is online!

30 Aug 07:05
Compare
Choose a tag to compare

Implemented enhancements:

  • Add state resetting at the end of the request

Release 2.4.1 is online!

15 May 07:36
Compare
Choose a tag to compare

Implemented enhancements:

  • Fixed container visibility

Release 2.4.0 is online!

14 Apr 19:49
Compare
Choose a tag to compare

Implemented enhancements:

  • Symfony 4 compatibility
  • Add PHP 7.2 to Travis CI

Release 2.3.3 is online!

15 Oct 09:29
Compare
Choose a tag to compare

Implemented enhancements:

  • Make getRenderedTemplate always return a string (not bool)

Release 2.3.2 is online!

15 Sep 07:24
Compare
Choose a tag to compare

Implemented enhancements:

  • Added PHP 5.3 support
  • Run Travis also against PHP nightly builds

Release 2.3.1 is online!

14 Sep 21:07
Compare
Choose a tag to compare

Implemented enhancements:

  • Added support to be able to work with Twig ~2.0

Release 2.3.0 is online!

24 Aug 16:00
Compare
Choose a tag to compare

Implemented enhancements:

  • Add support to push data to dataLayer that should not be in initial dataLayer in HEAD
  • Will insert pushes to dataLayer variable at bottom of HTML output to not block rendering

Release 2.2.0 is online!

21 Aug 07:29
Compare
Choose a tag to compare

Implemented enhancements:

  • Add 'setData' and 'mergeData' methods, deprecate 'addData' method