Munkireport 2.0.6
2.0.6 (Januari 14, 2014)
This is a small bug fix release that fixes #66.
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.