Munkireport 2.7.3
2.7.3 (December 16, 2015)
FIXES
- Update version number to match release
- Better SSL error reporting
- Fix Delete machine (which was broken in the 2.7.1 release) thanks to @gmarnin
- RESTified all widgets
- Tags input
- Warranty check removed (can't use that anymore since Apple put a captcha on the status page)
- FileVault status widget
NEW FEATURES
- French translation thanks to Patrick Exner
- tag widget and list view
- Event module - collects events and shows them on the dashboard
- Crashplan module
- New client graph
- Printer module thanks to @gmarnin
- German translation thanks to @fridomac
- Support for curl headers (and authentication) thanks to @morgant
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
People with a custom dashboard file need to add the following line before the footer otherwise some widgets may not show any data:
<script src="<?php echo conf('subdirectory'); ?>assets/js/munkireport.autoupdate.js"></script>
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.
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.