GoogleTagManagerBundle Versions Save

Google Tag Manager Bundle for Symfony 2

3.1.3

8 months ago

Implemented enhancements:

  • Revert breaking change of release 3.1.2

4.0.2

1 year ago

Implemented enhancements:

  • Fix undefined method isMasterRequest on Symfony >= 5

3.1.2

1 year ago

Implemented enhancements:

  • Fix undefined method isMasterRequest on Symfony >= 5

4.0.1

1 year ago

Implemented enhancements:

  • Fix Typed property must not be accessed before initialization

4.0.0

1 year ago

Implemented enhancements:

  • Support Symfony 6.0
  • Support PHP 8.x

3.1.1

2 years ago

Implemented enhancements:

  • Fix autoescaping of & in url_suffix (#44)

3.1.0

2 years ago

Implemented enhancements:

  • Add support for additional URL parameters (#42)

3.0

3 years ago

Implemented enhancements:

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

2.8.0

4 years ago

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

2.7.0

4 years ago

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