Releases: Flowpack/neos-matomo
3.0.0
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
2.1.0
Changes since 2.0.0 include a small fix and enforcement of HTTPS for the tracking script.
Neos 3.0 compatible
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
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
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
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
- choose preferred protocol in the backend module
small bugfixes
- better response handling for api calls
- change Neos version requirements to allow dev-master