GoogleTagManagerBundle Versions Save

Google Tag Manager Bundle for Symfony 2

2.6.0

4 years ago

Implemented enhancements:

  • Make this bundle also compatible with Symfony 5.0

2.5.0

4 years ago

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.

2.4.2

5 years ago

Implemented enhancements:

  • Add state resetting at the end of the request

2.4.1

6 years ago

Implemented enhancements:

  • Fixed container visibility

2.4.0

6 years ago

Implemented enhancements:

  • Symfony 4 compatibility
  • Add PHP 7.2 to Travis CI

2.3.3

6 years ago

Implemented enhancements:

  • Make getRenderedTemplate always return a string (not bool)

2.3.2

6 years ago

Implemented enhancements:

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

2.3.1

6 years ago

Implemented enhancements:

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

2.3.0

6 years ago

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

2.2.0

6 years ago

Implemented enhancements:

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