v8.0.4

grokability/snipe-itv8.0.4Mar 5, 2025by snipe

AI Summary

A minor point release addressing issues with subdirectory installations and user creation modals, plus adding MS Teams audit notifications.

Key Highlights

  • Fixed custom report template routes for subdirectory installations.
  • Fixed user creation modal pre-population issues.
  • Added audit notification support for MS Teams.
  • Improved link colors for accessibility.

New Features

  • MS Teams Audit Notifications

Full Release Notes

> [!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 https://github.com/snipe/snipe-it/pull/16414
* Changed `visited-link` and `link` colors in default theme to be more accessible by @Godmartinz in https://github.com/snipe/snipe-it/pull/16413
* Fixed custom report template route for installations in subdirectories by @marcusmoore in https://github.com/snipe/snipe-it/pull/16420
* Fixed user create modal - check if `$item` is set by @snipe in https://github.com/snipe/snipe-it/pull/16427

**Full Changelog**: https://github.com/snipe/snipe-it/compare/v8.0.3...v8.0.4