v7.0.4
grokability/snipe-itv7.0.4Jun 19, 2024by snipe
AI Summary
This release fixes issues for users behind reverse proxies and resolves installation problems on PHP 8.1.x. It also reverts a regression in the debugbar.
Key Highlights
- Fixed inability to install on PHP 8.1
- Fixed proxy/reverse proxy issues
- Fixed archived scope based on settings
- Reverted debugbar back to require vs require-dev
Full Release Notes
> [!CAUTION] > **Snipe-IT now requires PHP 8.1 or greater** This release just addresses some small issues for folks behind reverse proxies and fixes a few small bits for folks on PHP 8.1.x that would have only have had issues if they pulled from master within the past 24 hours. ## What's Changed * Prefaced fields with “users” for clarity by @snipe in https://github.com/snipe/snipe-it/pull/14893 * Fixed #14882 - Properly scope archived based on settings by @snipe in https://github.com/snipe/snipe-it/pull/14894 * Fixed #14898 - (regression) Reverted debugbar back into require vs require-dev by @snipe in https://github.com/snipe/snipe-it/pull/14899 * Fixed unable to install on PHP 8.1 by @marcusmoore in https://github.com/snipe/snipe-it/pull/14900 * Possible fix for proxy/reverse proxy by @snipe in https://github.com/snipe/snipe-it/pull/14896 **Full Changelog**: https://github.com/snipe/snipe-it/compare/v7.0.3...v7.0.4