v7.0.3

grokability/snipe-itv7.0.3Jun 18, 2024by snipe

AI Summary

This release fixes a missing bracket syntax error and updates the debugbar to resolve session message issues. It also adds more tests.

Key Highlights

  • Fixed missing bracket in code
  • Updated debugbar to v3.13.5 to fix session messages
  • Added tests around Asset Model

Full Release Notes

> [!CAUTION]  
>  **Snipe-IT now requires PHP 8.1 or greater**


If you happen to be running Snipe-IT over a reverse-proxy and when you upgrade, your CSS does not load, try setting `APP_FORCE_TLS=true` in your `.env`.

## What's Changed
* Fixed missing `}` by @marcusmoore in https://github.com/snipe/snipe-it/pull/14884
* Added more tests around Asset Model by @marcusmoore in https://github.com/snipe/snipe-it/pull/14885
* Fixed namespace for ViewUserTest by @marcusmoore in https://github.com/snipe/snipe-it/pull/14887
* Bumped debugbar from v3.13.0 to v3.13.5 to fix issue with session messages by @marcusmoore in https://github.com/snipe/snipe-it/pull/14886


**Full Changelog**: https://github.com/snipe/snipe-it/compare/v7.0.2...v7.0.3