You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
UDOIT Version 2.6.0 "Eatonville"
Known Issues
Incompatibility with PHP 7.3 on Heroku. Untested on self-hosting. Read the full issue for more information: #422. Thanks again to Jeffrey Toorongian from Michigan Technological University for reporting it.
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
The Admin Panel was making multiple calls to the backend #440