github munkireport/munkireport-php v2.10.0
Munkireport 2.10.0

latest releases: v5.8.0, v5.7.1, v6.0.0-release-test01...
7 years ago

2.10.0 (October 13, 2016)

NOTES

This release contains a couple of bug fixes and partial PSR-2 compliance.

FIXES

  • authldap regression introduced in 2.9
  • wifi module regression introduced in 2.9 thanks to @clburlison
  • French localisation updates thanks to @lolipale
  • munkireport and managedinstalls scripts now run on postflight
  • Certificate module (#557)
  • Speed up printer table by adding indexes
  • Misc bugfixes

NEW FEATURES

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.

Don't miss a new munkireport-php release

NewReleases is sending notifications on new releases.