From 6f465eb01c10d578a4ad038dc003cfe194d7a218 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Wed, 7 Oct 2015 12:31:27 +0000 Subject: various fixes for left menu, code tweaks and documented new method to register icons --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b9c62546..5b29af62ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,10 +26,10 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API' ### Internal change * In `piwik.js` we replaced [JSON2](https://github.com/douglascrockford/JSON-js) with [JSON3](https://bestiejs.github.io/json3/) to implement CSP (Content Security Policy) as JSON3 does not use `eval()`. JSON3 will be used if a browser does not provide a native JSON API. We are using `JSON3` in a way that it will not conflict if your website is using `JSON3` as well. - ### New APIs * The JavaScript Tracker `piwik.js` got a new method `logAllContentBlocksOnPage` to log all found content blocks within a page to the console. This is useful to debug / test content tracking. It can be triggered via `_paq.push(['logAllContentBlocksOnPage'])` * The Class `Piwik\Plugins\Login\Controller` is now considered a public API. +* The new method `Piwik\Menu\MenuAbstract::registerMenuIcon()` can be used to define an icon for a menu category to replace the default arrow icon. ### Internal Change * The option `branch` of the console command `development:sync-system-test-processed` was removed as it is no longer needed. -- cgit v1.2.3