Skip to content

v2.3.0

Compare
Choose a tag to compare
@bagofarms bagofarms released this 19 Dec 21:36
6f255c9

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 from localConfig.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