v8.0.1

grokability/snipe-itv8.0.1Feb 25, 2025by snipe

AI Summary

A bug fix release resolving upgrade script failures and route-model binding issues encountered during the v8.0.0 upgrade.

Key Highlights

  • Fixed 500 errors on edit locations page.
  • Fixed composer install order in upgrade script.
  • Changed parameter name for route-model binding.
  • Removed references to deprecated mcrypt.

Full Release Notes

> [!CAUTION]  
>  **This  version of Snipe-IT REQUIRES PHP 8.2.0 or greater.**

This small update should resolve issues folks had with the upgrader failing on backup due to `composer install` not having run yet, and a few 500 errors that were occurring due to some changes we made with the way Laravel handles route-model binding. 

If you're just getting around to upgrading from the v7.x line, the [full v8 release notes](https://github.com/snipe/snipe-it/releases/tag/v8.0.0) are a little more exciting. :) We have a blog post up with a little more context for the v8 changes [here](https://grokstar.dev/news/snipeit-releases/2025/02/announcing-snipe-it-v8/).

## What's Changed
* Fixed 500 on edit locations page by referencing current location by @jostrander in https://github.com/snipe/snipe-it/pull/16320
* Removed references to mcrypt by @snipe in https://github.com/snipe/snipe-it/pull/16062
* Fixed edit routes in tests by @marcusmoore in https://github.com/snipe/snipe-it/pull/16322
* Changed parameter name for route-model binding by @spencerrlongg in https://github.com/snipe/snipe-it/pull/16321
* Remove remaining hardware references in favor of new RMB by @spencerrlongg in https://github.com/snipe/snipe-it/pull/16325
* Added label test by @snipe in https://github.com/snipe/snipe-it/pull/16335
* Fixed #16334 - Changed composer order in upgrade script by @snipe in https://github.com/snipe/snipe-it/pull/16336

> [!NOTE]  
>  **If you run into an issue with blank tables on some screens, please see the pinned issue #16136 for the fix**


## New Contributors
* @jostrander made their first contribution in https://github.com/snipe/snipe-it/pull/16320

**7.1.16 Changelog**: https://github.com/snipe/snipe-it/compare/v7.1.16...v8.0.1
**This Changelog**: https://github.com/snipe/snipe-it/compare/v8.0.0...v8.0.1