- Set config key disable_cookies default to true [BC break] (#31)
- Make the Twig Extension available as a public service
webfactory_piwik.twig_extension
(#5)
- Added the new Twig function piwik() to perform additional (arbitrary) API calls on the JavaScript tracker.
- [BC break] The configuration setting
use_cacheable_tracking_script
has been replaced bytracker_path
. Ifuse_cacheable_tracking_script
was set totrue
(the default), usejs/
. Otherwise, usepiwik.js
. See issue #1.