CI Report:
https://ci-tests.linuxserver.io/linuxserver/snipe-it/v8.0.4-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.
Happy Wednesday! One more tiny point release that addresses issues some folks might have run into on creating a new user via the "New" modal windows, some errors if you don't have a notification webhook set, and some weird redirects with the new report templates on Snipe-IT installations that live in a subdirectory.
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
- Adds audit notification for MS Teams by @Godmartinz in snipe/snipe-it#16414
- Changed
visited-link
andlink
colors in default theme to be more accessible by @Godmartinz in snipe/snipe-it#16413 - Fixed custom report template route for installations in subdirectories by @marcusmoore in snipe/snipe-it#16420
- Fixed user create modal - check if
$item
is set by @snipe in snipe/snipe-it#16427
Full Changelog: snipe/snipe-it@v8.0.3...v8.0.4