github munkireport/munkireport-php v3.0.0
Munkireport 3.0.0

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

3.0.0 (February 07, 2018)

The third major version of munkireport attempts to solve a couple of longstanding issues concerning security, dependency management and database management. We're moving slowly to using eloquent as replacement for the KISS database abstraction. A ton of work has been done by @mosen to make this all work.

Most notable changes are:

  • Minimum PHP version is 7.0
  • Document root is now in a directory called /public. The best practice is to serve your munkireport instance from this directory or make a symlink to this directory.
  • If you install munkireport via the commandline, you need to install all dependencies first via composer
  • There is a new database configuration format $conf['connection']. See config_default.php on how to use it.
  • Database migrations (also the initial ones) are not running automatically. You need to run migrations via the commandline tool php database/migrate.php

See also the Upgrade v3 guide and Quick demo v3

FIXES

  • Certificate Module fix for multiple certs with same name (#893) @sphen13
  • Misc UI fixes (#885) @tuxudo
  • Fix vendors for 10.13 (#902) @tuxudo
  • Fix localization in client tab (#903) @tuxudo
  • Use CFPreferences to read BaseUrl and Passphrase. (#919) @MagerValp
  • Misc migration fixes
  • AuthLDAP fixed (#944)
  • Recaptcha uses proxy settings
  • Database info fixed
  • Installer postflight script (#949) @MagerValp

NEW FEATURES

Don't miss a new munkireport-php release

NewReleases is sending notifications on new releases.