Skip to content

v2.6.4

Compare
Choose a tag to compare
@bagofarms bagofarms released this 29 May 21:25
519de07

UDOIT Version 2.6.4

Changes Required for Existing Installations

  • Test in a development or QA environment, not on production.
  • Run php composer.phar install
  • If you're coming from a version older than 2.6.3
    • Update your config/localConfig.php file to match the latest in config/localConfig.template.phpor Heroku Config Vars to match the latest in the env section of app.json
    • back up your database and run php composer.phar migrate
  • Heroku installations: Follow the instructions in HEROKU.md

Detailed Changelog

Bugs

  • Changed expire key to lifetime for creating session cookie. The old key was invalid, and was causing a PHP warning to be thrown. #530
  • Added a line to Quail to remove whitespace from HTML to eliminate false positive for missing table headers. #529
  • Updated html-minifier to a fork that fixes a warning in PHP7 #527
  • Updated to latest version of Composer #527
  • Changed misleading error when a syllabus_body is not returned from Canvas. If UDOIT is using a scoped developer key, an empty syllabus_body will display an error message to the user explaining the limitations of scoped developer keys in some installations of Canvas. If UDOIT is not using a scoped developer key, UDOIT tells the user that no accessibility issues were found in the Syllabus. #490