v7.0.2
grokability/snipe-itv7.0.2Jun 17, 2024by snipe
AI Summary
This quick fix release addresses a backup notification issue and cleans up layout glitches. It also provides a workaround for CSS loading issues on reverse proxies.
Key Highlights
- Fixed backup notification config class names
- Fixed weird layout in admin oauth
- Fixed small footer issues
- Set `APP_FORCE_TLS=true` for reverse proxy CSS issues
Full Release Notes
> [!CAUTION] > **Snipe-IT now requires PHP 8.1 or greater** Quick fix release for a backup notification issue, and also cleaned up some really small layout glitches. 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 small footer issues by @snipe in https://github.com/snipe/snipe-it/pull/14876 * Updated spatie backup notification config class names by @snipe in https://github.com/snipe/snipe-it/pull/14877 * Fixed weird layout in admin oauth [sc-25673] by @snipe in https://github.com/snipe/snipe-it/pull/14879 **Full Changelog**: https://github.com/snipe/snipe-it/compare/v7.0.1...v7.0.2