From 7464f0365f95e98a317e30ba7a31a27b82c7ff17 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Fri, 31 Oct 2014 16:33:02 +0100 Subject: [PATCH] Update UPGRADING notes --- UPGRADING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 535f2e5..0373f6e 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,7 +1,12 @@ Upgrading notes =============== +Version 2.1 +----------- + +* Added the new Twig function piwik() to perform additional (arbitrary) API calls on the JavaScript tracker. + Version 2.0 ----------- -* The configuration setting `use_cacheable_tracking_script` has been replaced by `tracker_path`. If `use_cacheable_tracking_script` was set to `true` (the default), use `js/`. Otherwise, use `piwik.js`. See issue #1. +* [BC break] The configuration setting `use_cacheable_tracking_script` has been replaced by `tracker_path`. If `use_cacheable_tracking_script` was set to `true` (the default), use `js/`. Otherwise, use `piwik.js`. See issue #1.