Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

v8.0.4-ls326

Latest
Compare
Choose a tag to compare
@LinuxServer-CI LinuxServer-CI released this 25 Apr 13:40
· 1 commit to master since this release
48b639d

CI Report:

https://ci-tests.linuxserver.io/linuxserver/snipe-it/v8.0.4-ls326/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 auditing 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

Full Changelog: grokability/snipe-it@v8.0.3...v8.0.4