Skip to content

Releases: webfactory/piwik-bundle

Compatibility with Symfony 7

22 Apr 12:15
05dafe2
Compare
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
Compare
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
Compare
Choose a tag to compare
3.1.0

Allow symfony 6 packages (#43)

Fixes a Symfony deprecation notice (#39)

31 May 13:36
aa67b28
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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/

Improves Symfony 3.3+ autowiring support, fixes deprecations

06 Mar 08:59
Compare
Choose a tag to compare
Keep the Twig extension as a public service

This was done on purpose by #5.

Fixes for #18 and #19

24 Apr 21:38
Compare
Choose a tag to compare
2.5.2

Merge branch '2.4.x'