v4.0.11
New in v4.0.11
This is a bug fix release that handles some LDAP issues and some search issues, and adds some additional (machine translated) languages. It also includes a few more fixes for folks running Snipe-IT in a sub-directory.
- Fixes #4220 - allow nullable for completion date
- Added Maori, Zulu and Irish Gaelic translations
- Fixes #4230 - adds model name and manufacturer to emails
- Fix for broken QR code on deleted assets
- Added depreciation view
- Changed checkin/checkout buttons to different colors for easier visibility
- Added setting to let admin decide whether footer text should link back to the Snipe-IT install
View more details about what's new in v4 here.
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan view:clear
php artisan cache:clear
php artisan config:clear
php artisan migrate
Users who installed Snipe-IT via Git (recommended) can run php update.php instead.
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.