2.6.0 (October 20, 2015)
FIXES
- TLS1.2 support - NSUrl replaces urllib2 thanks to @gregneagle and @pudquick
- Better checking of preflight scripts
- Uptime fix for El Capitan
- ADLDap utils (deprecated modifier)
- Support for reverse proxy with SSL termination (OSX Server 5)
NEW FEATURES
- Bluetooth widget thanks to @gmarnin and @nbalonso
- Configurable disk size thresholds
- German localisation thanks to @fridomac
- Etag support for install controller (used by AutoPkg recipe)
- initial support for 'tagging' machines
- Datatables 10
- Download CSV, Print, and Copy to clipboard
- better FileVault status widget
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.