Munkireport 2.8.4
2.8.4 (March 15, 2016)
This is a bug release, please read the upgrade instructions below.
FIXES since 2.8.3
- Location module packaging thanks to @clburlison
FIXES since 2.8.2
- SIP status thanks to @clburlison
- Wi-Fi module more robust thanks to @tuxudo
- Location module packaging thanks to @clburlison
FIXES
- Markdown now accepts line breaks in client comments
- FileVault 2 reporting fix for #375 and #378
- curl options for submit.preflight thanks to @kujeger
NEW FEATURES
- Location module - thanks to @clburlison and @gmarnin
- GSX module thanks to @tuxudo
- Security module thanks to @gmarnin
- Munkiinfo module thanks to @erikng and @clburlison
- Wi-Fi module thanks to @tuxudo
- Printer widget thanks to @tuxudo
- Hotkey support
- German localisation updates thanks to @fridomac
- French localisation updates thanks to @lolipale
- stretch map to viewport thanks to @rfitzwater
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.