Skip to content

Releases: xyNNN/GoogleTagManagerBundle

Release 3.1.3 is online!

02 Sep 19:28
Compare
Choose a tag to compare

Implemented enhancements:

  • Revert breaking change of release 3.1.2

Release 4.0.2 is online!

09 Dec 11:56
f477eee
Compare
Choose a tag to compare

Implemented enhancements:

  • Fix undefined method isMasterRequest on Symfony >= 5

Release 3.1.2 is online!

09 Dec 11:55
f477eee
Compare
Choose a tag to compare

Implemented enhancements:

  • Fix undefined method isMasterRequest on Symfony >= 5

Release 4.0.1 is online!

04 Dec 11:20
36ab02d
Compare
Choose a tag to compare

Implemented enhancements:

  • Fix Typed property must not be accessed before initialization

Release 4.0.0 is online!

16 Nov 10:43
f503fe2
Compare
Choose a tag to compare

Implemented enhancements:

  • Support Symfony 6.0
  • Support PHP 8.x

Release 3.1.1 is online!

10 Nov 12:56
393584c
Compare
Choose a tag to compare

Implemented enhancements:

  • Fix autoescaping of & in url_suffix (#44)

Release 3.1.0 is online!

19 Aug 08:46
a61c9ac
Compare
Choose a tag to compare

Implemented enhancements:

  • Add support for additional URL parameters (#42)

Release 3.0.0 is online!

10 Mar 12:53
7113654
Compare
Choose a tag to compare

Implemented enhancements:

  • Require (optional) Twig v3 as dependency
  • Dropping support for PHP 5.3 and 5.4

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