Skip to content

v2.7.0

Compare
Choose a tag to compare
@bagofarms bagofarms released this 02 Oct 22:01
88489dd

UDOIT Version 2.7.0 "Frostproof"

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

Features

  • Added ability to filter the report by error/suggestion type and view a single content section at a time. Thanks Cidi Labs! #498
  • Reworked the the way unlisted/private/deleted YouTube/Vimeo videos are handled. Now they show up in their own Suggestion instead of being marked for manual inspection in other Errors or Suggesions. #547
  • Added documentation for which folders need to be writeable by your webserver #548
  • Updated Quail to support all types of table structures #488
  • Unscannable File extensions are now configurable #474

Bugs

  • Fixed a memory usage issue with the Most Common Errors report in the Admin Panel #502
  • Cleaned up some old YouTube-related code from lib/UdoitUtils.php #491
  • Fixed issue where tables with <p> tags in them prevent U FIX IT from working #488
  • Large images no longer break out of the bounds of the preview pane. #451
  • Floated images no longer float out of the bounds of the preview pane. #449