Skip to content

Releases: xyNNN/GoogleTagManagerBundle

Release 2.8.0 is online!

22 Apr 17:07
e1214d8
Compare
Choose a tag to compare

Implemented enhancements:

  • Support enabling/disabling GTM service by page in same website
  • Support injecting different GTM id by page in same website
  • Handle multiple GTM id for one website

Release 2.7.0 is online!

21 Jan 12:39
Compare
Choose a tag to compare

Implemented enhancements:

  • fix Symfony 5 breaking change (removal of FilterResponseEvent class)
  • set explicit dependency on twig (excluding Twig 3+ because of BC)
  • set php requirement to >=5.4 because of php traits usage
  • remove unused imports
  • disable \Twig_Environment constructor invocation in a test case
  • configure Travis CI to check all php versions between 5.4 and 7.4
  • remove php7.4 from Travis CI configuration because it is not available

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