Skip to content

v4.0.10

Choose a tag to compare

@snipe snipe released this 16 Oct 16:33
· 18179 commits to master since this release

New in v4.0.10

This is a bug fix release that handles a few UI issues, some documentation link fixes, and an issue where email notifications were being sent out in some circumstances even when the category had notifications turned off. It also includes some fixes for the .sh installer, and addresses an issue where custom fields would not always rename the column correctly if the name was updated.

Additionally, if you use php artisan db:seed now, it will create more realistic-looking data, instead of the latin-style lorem ipsum dummy text. (You should not run the seeder on a production database with real data, as it will delete your existing data)

  • Update broken link to contributor docs (#4123)
  • Small UI Tweaks to Accessories (#4149)
  • LDAP sync improvements and DB query fix. (#4148)
  • Added better demo seeding

View more details about what's new in v4 here.

Known Issues

Users running MariaDB 10.2.7 and later may have an issue upgrading or installing, due to a change in the way MariaDB stores null defaults. This issue will be fixed once the open pull request in the Doctrine repo is merged and a new version of Doctrine is released with these fixes. You can read more about that issue here.

After completing the upgrade process below, be sure to clear your browser cookies.

Upgrading from v3

Please see the upgrade instructions here.