Skip to content

Releases: webfactory/piwik-bundle

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.

Fixed deprecation notice typo

04 Nov 14:20

Choose a tag to compare

Fixed a typo in the config key deprecation notice.

Introduce option to disable cookies in favor of GDPR

03 Nov 14:39
e3e639d

Choose a tag to compare

As of new guidelines by the european commission and other law institutions in different countries, you have to create cookie consent banners for sites which use tracking cookies.

To prevent these banners in advance (by not using cookies at all), a new config setting disable_cookies was added. For BC, this value is false by default for now, but that will change in the next major version. So make sure to configure it explicitly if that is not what you want.

Further reading:
https://matomo.org/faq/new-to-piwik/how-do-i-use-matomo-analytics-without-consent-or-cookie-banner/

https://matomo.org/faq/general/faq_157/