Matomo 2.2
17 April 2014
Matomo version 2.2 is now available (major release).
Upgrading to Matomo 2.2
Matomo 2.2 can be upgraded to (or installed) using any of Installatron's products. Use Installatron's optional Automatic Update feature to automatically apply Matomo updates as new versions are released, or use Installatron's Clone feature to duplicate an existing Matomo install to test the 2.2 upgrade prior to applying it live. Get started managing your Matomo installations with Installatron
What's New in Matomo 2.2
Piwik 2.2 helps you focus on your data
- All reports: display as much text as possible before the label becomes truncated (useful when you want to see more data at a glance without having to hover to view the full label)
- Make Datatables more readable and flatter – we have removed some borders.
- On the dashboard, the Data Tables and graph icons are now hidden by default and are now available by clicking on the widget footer.
New features
- Event Tracking: track your custom events with Piwik. An event is defined by a Category, an Action, an optional Name and an optional Value. Event Tracking is a powerful feature which can be used for many purposes!
- Site Search reports are now available in Scheduled email reports and on Piwik Mobile
- New Websites Groups (available on request) functionality now allows you to group a cluster of websites in the All Websites Dashboard.
Security fixes
- We would like to warmly thank Security researchers Mateusz Goik and Vivek S. Jadhav for responsibly reporting two XSS security issues in Piwik which are now fixed in 2.2.0.
API breaking change for Plugins developers
- Deprecated the function Schema::dropTables() and DbHelper::dropTables, for the new Db::dropTables()
- Removed the code that was deprecated in 2.1.0. Learn more.