Munkireport 2.12.0
2.12.0 (December 23, 2016)
This is a small feature release that contains mainly style and graph enhancements and the possibility to add custom widgets. This is the same as version 2.12.0-beta.3
FIXES
- System Status page (#560)
NEW FEATURES
- Theme switcher with 16 themes from https://bootswatch.com
- All graphs are now converted to d3
- Widget search (#581) See also: https://github.com/munkireport/munkireport-php/wiki/Custom-Widgets
- Allow for graph color customisation See also: https://github.com/munkireport/munkireport-php/wiki/Graphs
REQUIREMENTS
This version requires php version 5.3 minimum
UPGRADING
By default, only three modules are enabled. To enable more modules, please read https://github.com/munkireport/munkireport-php/blob/master/docs/setup.md#select-which-modules-to-install-on-the-client
If you upgrade from a previous version, you should:
- Make a backup of your database
- Add the following line to config.php:
$conf['allow_migrations'] = TRUE;
This will automatically migrate your database to the correct version if you're logged in as an admin user (see note at the top of this page)
For more info about upgrading, visit https://github.com/munkireport/munkireport-php/wiki/How-to-upgrade
- If you come from a previous release and you want to add new report items, you have to push your clients a new pkg installer.