Skip to content

v2.2.0

Compare
Choose a tag to compare
@bagofarms bagofarms released this 23 Jun 22:00

UDOIT Version 2.2.0 "Altoona"

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 many bug fixes, improvements on existing features, mobile-inspired issue detection, and better compatibility with Heroku. This release also begins our new naming scheme, which is based on small towns and areas in Central Florida.

Known Issues

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

  • Rudimentary database migration system implemented #299
  • Fixed bug where YouTube videos with extra parameters in the URL were being incorrectly flagged #294 (Thanks Clint Jacobsen at Fort Lewis College!)
  • Updated dockerfile to work better with automated testing #291
  • Removed Heroku configuration value for turning on short open tags in PHP #286
  • Removed requirement for Bower and NPM #285
  • Added "lighten" and "darken" options to color contrast U FIX IT #280
  • Added the option to remove color from text emphasized with only color #275
  • Created Contributor's Guide #249
  • Added configurable text to "unscannable" section that suggests converting the files to Pages #248
  • Re-enabled detection for object tags, since they are still allowed in HTML files #247
  • Added more installation instructions, troubleshooting guides, and awards to the README #246
  • Moved reports to the database #245 #299
  • Rewrote much of the color contrast U FIX IT for better reliability #243
  • Added suggestion for single content items longer than 3000 words (configurable) #239
  • Modified package.json to ensure we are getting non-dev versions #232
  • Added file size warning for unscannable files larger than 50mb #228
  • Bug fixes for ALT text U FIX IT #223 (Thanks Cooper Fellows from Champlain College!)