Releases: webfactory/piwik-bundle
Releases · webfactory/piwik-bundle
Enables Symonfy 8.x 🚀
Switch from XML to PHP-based service configuration
What's Changed
Full Changelog: 3.4.1...3.4.2
Fixes URL escaping in the output generated by the new `piwik_opt_out_code` function
What's Changed
Full Changelog: 3.4.0...3.4.1
Adds a function to generate the opt-out javascript code
What's Changed
Full Changelog: 3.3.2...3.4.0
Compatibility with Symfony 7
3.3.0 Allow symfony 7 packages (#48)
Add a new `enable_do_not_track` config setting and fix Do-Not-Track-Handling
See #46 for the details – the old way how ['setDoNotTrack', true] was pushed to the _paq array came too late and was never effective.
Allow symfony 6 packages (#43)
3.1.0 Allow symfony 6 packages (#43)
Fixes a Symfony deprecation notice (#39)
Add return type hints (#39) ... to address deprecation notices emitted by Symfony's DebugClassLoader. Fixes #38.
Do not insert an additional trackPageView if already done by twig function
Merge pull request #36 from MHundeloh/master Do not insert an additional trackPageView if already done by twig function
Disable cookies by default in favor of GDPR
The config key disable_cookies is set default to true, because in favor of GDPR.