Skip to content

Releases: Flowpack/neos-matomo

3.0.0

23 Apr 17:07
Compare
Choose a tag to compare

Piwik is now Matomo!
And this package is now a proud child of the Flowpack package family!

New features:

  • Neos 4.0 compatibility
  • Improved error handling
  • Caches Matomo API responses
  • Improved service class to do your own API requests
  • Multi site capable with additional configuration
  • A content element for your visitors to opt out of tracking
  • Reworked backend module to show the status of your connection

Other changes:

  • Removed feature to configure tracking in the backend (which was not best practice and fragile)
  • Lots of refactoring

Changes since 2.1.0

2.1.0

18 Apr 15:24
Compare
Choose a tag to compare

Changes since 2.0.0 include a small fix and enforcement of HTTPS for the tracking script.

Neos 3.0 compatible

30 Mar 10:52
Compare
Choose a tag to compare

This release makes the package compatible with Neos 3.0.
It also includes minor code cleanup and refactoring.

Show Tracking Code only if valid configuration is present

16 Dec 12:52
Compare
Choose a tag to compare

This patch prevents the include of the piwik tracking code if no valid site configuration is present in the piwik backend module

thanks to @TheLalaMan for fixing this behaviour

Fix typo in piwik script

21 Oct 08:54
Compare
Choose a tag to compare

see https://forum.piwik.org/t/getting-invalid-idsite-error/12287/4 for more information
piwik seems to use "idSite" AND "idsite" (lower and upper "s") in different contexts and seems to have mixed up the both of them in their docs!

thanks to @TheLalaMan for finding and fixing this

Interaction with unpublished nodes

29 Jun 08:37
Compare
Choose a tag to compare

This release fixes an error that occured when the piwik tabs were used on an unpublished document-node, for which no pageUrl is available.

Thanks to @sualko for finding and fixing this issue!

protocol settings

01 May 16:07
Compare
Choose a tag to compare
  • choose preferred protocol in the backend module

small bugfixes

25 Apr 10:16
Compare
Choose a tag to compare
  • better response handling for api calls
  • change Neos version requirements to allow dev-master