Releases: xyNNN/GoogleTagManagerBundle
Releases · xyNNN/GoogleTagManagerBundle
Release 2.8.0 is online!
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!
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!
Implemented enhancements:
- Make this bundle also compatible with Symfony 5.0
Release 2.5.0 is online!
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!
Implemented enhancements:
- Add state resetting at the end of the request
Release 2.4.1 is online!
Implemented enhancements:
- Fixed container visibility
Release 2.4.0 is online!
Implemented enhancements:
- Symfony 4 compatibility
- Add PHP 7.2 to Travis CI
Release 2.3.3 is online!
Implemented enhancements:
- Make getRenderedTemplate always return a string (not bool)
Release 2.3.2 is online!
Implemented enhancements:
- Added PHP 5.3 support
- Run Travis also against PHP nightly builds
Release 2.3.1 is online!
Implemented enhancements:
- Added support to be able to work with Twig ~2.0