v2.3.0
UDOIT Version 2.3.0 "Bithlo"
Important: After installing this version, you will need to run php composer.phar migrate
. That script will update your database structure and convert every report to be saved directly within the database. It is highly recommended that you make a backup of your database before running this script.
This release contains mostly backend improvements with a few visual tweaks here and there.
Known Issues
- (Heroku Only) After the first time your server goes to sleep, the worker might be turned off. To fix this, refer to the FAQ in
Heroku.md
. You will not have to do this more than once.
Changes Required for Existing Installations
- Test in a development or QA environment, not on production.
- Update your
localConfig.php
file to include new fields fromlocalConfig.template.php
- Back up your database and run
php composer.phar migrate
Detailed Changelog
- Added support for PHP7 while maintaining backwards compatibility.
- Enabled usage of a background worker with Heroku, fixing timeout issues and allowing for scalibility on that platform. #292
- Added version number to the top-right of the banner.
- Fixed "double scrollbar" issue by making the iFrame height dynamic.
- Fixed bug where Access Tokens weren't refreshed when using UFIXIT, breaking it an hour after the scan was completed.
- Replaced the UDOIT graphic with an SVG for higher quality and scalability.
- Updated license document to conform to GitHub standards. #313
- Added WCET WOW Award to README. #303