Skip to content

Releases: webfactory/piwik-bundle

Enables Symonfy 8.x 🚀

15 Dec 16:59
6572657

Choose a tag to compare

What's Changed

  • Update PHPUnit to 10.x, clean up package structure, bump requirements by @mpdude in #55
  • Add composer-require-checker in GitHub Actions by @mpdude in #56
  • Allow Symfony 8.x to be used by @mpdude in #57

Full Changelog: 3.4.2...3.5.0

Switch from XML to PHP-based service configuration

24 Nov 15:05
1e60ca5

Choose a tag to compare

What's Changed

  • Switch from XML-based to PHP-based service configuration by @mpdude in #54

Full Changelog: 3.4.1...3.4.2

Fixes URL escaping in the output generated by the new `piwik_opt_out_code` function

22 Sep 16:13
574d3e5

Choose a tag to compare

What's Changed

  • Encode ampersands in the URL for the new piwik_opt_out_code output by @mpdude in #53

Full Changelog: 3.4.0...3.4.1

Adds a function to generate the opt-out javascript code

22 Sep 15:26
3344413

Choose a tag to compare

What's Changed

  • Add a function to generate the opt-out javascript code by @mpdude in #52

Full Changelog: 3.3.2...3.4.0

Compatibility with Symfony 7

22 Apr 12:15
05dafe2

Choose a tag to compare

3.3.0

Allow symfony 7 packages (#48)

Add a new `enable_do_not_track` config setting and fix Do-Not-Track-Handling

14 Nov 17:01
37967f0

Choose a tag to compare

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)

13 Jun 07:24
64218d9

Choose a tag to compare

3.1.0

Allow symfony 6 packages (#43)

Fixes a Symfony deprecation notice (#39)

31 May 13:36
aa67b28

Choose a tag to compare

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

08 Feb 09:52
4a38162

Choose a tag to compare

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

04 Nov 08:30
dc1996c

Choose a tag to compare

The config key disable_cookies is set default to true, because in favor of GDPR.