Skip to content

Munkireport 2.0.7

Compare
Choose a tag to compare
@bochoven bochoven released this 11 Feb 22:18

2.0.7 (Februari 11, 2014)

FIXES

  • Updated disk_info for 10.5 clients
  • Updated to Bootstrap 3.1.0
  • Improved error handling
  • Compatible with MySQL sql_mode = TRADITIONAL

FEATURES

  • Automated warranty check
  • Filevault Escrow (thanks to @gmarnin)
  • SSH link in client view (thanks to @timsutton)
  • Added LDAP Bind info (thanks to @rsaeks)

UPGRADING

There are some changes in the database setup, if you are upgrading 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 want your clients to trigger warranty check, you have to push a new client version.