CI Report:
https://ci-tests.linuxserver.io/linuxserver/snipe-it/v8.0.3-ls320/index.html
LinuxServer Changes:
Rebase to Alpine 3.21.
Remote Changes:
Caution
This version of Snipe-IT REQUIRES PHP 8.2.0 or greater.
Howdy folks! This is a small point release that handles a few small bugs that have surfaced over the past week.
If you're having problem using the upgrade.php
script with an error like Method Illuminate \Routing \Route:: breadcrumbs does not exist
, please run git pull; composer install --no-dev; php upgrade.php
, which will pull the latest code, install dependencies, and then run the upgrade script (which handles migrations, clearing caches, etc.)
Note
Please make sure you have changed your BS_TABLE_STORAGE
value to localStorage
in your .env
and clear your cookies after upgrading. See the pinned issue #16136 for additional information.
What's Changed
- Added "Reminder" to subject line of follow up asset checkout emails by @marcusmoore in snipe/snipe-it#16156
- Fixed #16371 - incorrect count and missing name in acceptance reminder email by @snipe in snipe/snipe-it#16375
- Add some safety around the charset-detection and transliteration in backup restore by @uberbrady in snipe/snipe-it#16376
- Wrap long text in PDF export in tables by @snipe in snipe/snipe-it#16378
- Added ldap invert active flag by @azmcnutt in snipe/snipe-it#16379
- Avoid using authenticated user's email address in email partial by @marcusmoore in snipe/snipe-it#16398
- Adds Translation strings to General and Branding Settings by @Godmartinz in snipe/snipe-it#16150
- Fixed duplicate entries preventing LDAP sync from continuing by @Fiala06 in snipe/snipe-it#15911
- Refactored audit notification to mail, added test, added alerts check to scheduler by @Godmartinz in snipe/snipe-it#16251
- Fixed #16402 - localize "each" string in components tab on asset view by @snipe in snipe/snipe-it#16403
- Fixed #16386 - some fields not populating with user data on edit by @snipe in snipe/snipe-it#16409
- Fixed #16407 - weird layout on components for non super user by @snipe in snipe/snipe-it#16410
- Fixed regression from #16150 where branding page could not be saved by @snipe in snipe/snipe-it#16412
- Nicer model name formatting on RMB model not found by @snipe in snipe/snipe-it#16415
New Contributors
- @azmcnutt made their first contribution in snipe/snipe-it#16379
- @Fiala06 made their first contribution in snipe/snipe-it#15911
Full Changelog: snipe/snipe-it@v8.0.2...v8.0.3