v7.0.7
grokability/snipe-itv7.0.7Jul 2, 2024by snipe
AI Summary
This point release resolves translation string issues related to locale codes and upgrade script compatibility with Imagemagick, while introducing a new label template for Brother printer rolls.
Key Highlights
- Updated Livewire to v3
- Fixed translation strings not always working
- Fixed extension requirement checking in upgrade script
- New label template for endless 62mm Brother printer rolls
New Features
- Brother printer label template
Full Release Notes
> [!CAUTION] > **Snipe-IT now requires PHP 8.1.2 or greater** Happy Tuesday! This point release handles the unusual (but possible) use-case where the language in `APP_LOCALE` had not been updated correctly to use the four/five letter ISO code and was still using the two-letter code, so users might have seen issues with translation strings related to `FALLBACK_APP_LOCALE`. This also fixes the upgrade script where the requirements checks would fail if you did not have gd installed, but you do have Imagemagick installed. Plus, a new label template for endless 62mm Brother printer rolls! ## What's Changed * Updated Livewire to v3 by @marcusmoore in https://github.com/snipe/snipe-it/pull/14831 * Check that the user exists before trying to fill the request by @snipe in https://github.com/snipe/snipe-it/pull/14982 * Fixed #14976, #14975, #14973 - Translation strings aren't always working by @uberbrady in https://github.com/snipe/snipe-it/pull/14981 * Removed "Edit Your Profile" button from View Assets page if user is not able to edit their profile by @marcusmoore in https://github.com/snipe/snipe-it/pull/14999 * Added links on user table to tabs on show user page by @marcusmoore in https://github.com/snipe/snipe-it/pull/15001 * Fixed extension requirement checking in upgrade script by @marcusmoore in https://github.com/snipe/snipe-it/pull/14986 * Use more modern reference for input text by @snipe in https://github.com/snipe/snipe-it/pull/14983 * Add Label Template: Use with endless 62mm Brother printer rolls by @Galaxy102 in https://github.com/snipe/snipe-it/pull/14870 ## New Contributors * @Galaxy102 made their first contribution in https://github.com/snipe/snipe-it/pull/14870 **Full Changelog**: https://github.com/snipe/snipe-it/compare/v7.0.6...v7.0.7