Skip to content

v2.6.1

Compare
Choose a tag to compare
@bagofarms bagofarms released this 14 Feb 22:19
aa84520

UDOIT Version 2.6.1

Known Issues

  • Incompatibility with PHP 7.3 on Heroku. Untested on self-hosting. Read the full issue for more information: #422

Changes Required for Existing Installations

  • Test in a development or QA environment, not on production.
  • If you are still using PHP 7.1 or below, upgrade to 7.2.
  • Update your localConfig.php file to make sure it's up to date with localConfig.template.php
  • Run php composer.phar install
  • Back up your database and run php composer.phar migrate
  • Heroku installations: Follow the instructions in HEROKU.md

Detailed Changelog

Bugs fixed

  • Updated mPDF version to the latest, which adds compatibility with PHP 7.2 #475
  • Repositioned SameSite cookie settings so that they can be overridden in localConfig.php #477
  • Added fix that streamlines loading UDOIT for the first time in Safari #480
  • Fixed button focus issue with UFIXIT #469