github snipe/snipe-it v8.0.4

19 hours ago

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

  • Adds audit notification for MS Teams by @Godmartinz in #16414
  • Changed visited-link and link colors in default theme to be more accessible by @Godmartinz in #16413
  • Fixed custom report template route for installations in subdirectories by @marcusmoore in #16420
  • Fixed user create modal - check if $item is set by @snipe in #16427

Full Changelog: v8.0.3...v8.0.4

Don't miss a new snipe-it release

NewReleases is sending notifications on new releases.