v7.0.5
grokability/snipe-itv7.0.5Jun 24, 2024by snipe
AI Summary
This release addresses translation issues in backup notifications and importer date validation. It adds the ability for admins to disable profile editing and fixes user deletion issues.
Key Highlights
- Fixed backup notification translations
- Added `lastname.firstname` as an email format
- Added ability to disallow profile editing
- Fixed user deletion errors
New Features
- Disallow profile editing via Admin settings
Full Release Notes
> [!CAUTION] > **Snipe-IT now requires PHP 8.1.2 or greater** This release largely handles some translation issues (especially related to backup notification emails), a few small importer issues related to date importing, and a bunch of additional automated tests. We also added the feature of being able to disallow your users to edit their profiles at all (via `Admin > General Settings`), and fixed an issue around the ability to delete users. ## What's Changed * Fixed importer audit date validation issue by @snipe in https://github.com/snipe/snipe-it/pull/14908 * Fixed backup notification translations by @snipe in https://github.com/snipe/snipe-it/pull/14920 * Added `lastname.firstname` as email format by @snipe in https://github.com/snipe/snipe-it/pull/14921 * Add storage path permissions test by @bryanlopezinc in https://github.com/snipe/snipe-it/pull/14912 * Added some style changes in label field selector for the `DefaultLabel` template by @Godmartinz in https://github.com/snipe/snipe-it/pull/14791 * Fixed incorrect translation path for edit profile confirmation message by @snipe in https://github.com/snipe/snipe-it/pull/14922 * Updated language strings by @snipe in https://github.com/snipe/snipe-it/pull/14923 * Fixed small deprecation warnings for PHP8.2 by @snipe in https://github.com/snipe/snipe-it/pull/14932 * Possible fix for #14915 - error on import when status label is not provided and no deployable statuses can be found by @snipe in https://github.com/snipe/snipe-it/pull/14924 * Added php 8.3 test by @snipe in https://github.com/snipe/snipe-it/pull/14934 * Fixed #14935 - improvements and more tests around user deletion by @snipe in https://github.com/snipe/snipe-it/pull/14937 * Updated PHPunit by @snipe in https://github.com/snipe/snipe-it/pull/14941 * Check that there is a depreciation date before formatting by @snipe in https://github.com/snipe/snipe-it/pull/14949 * Bump docker/build-push-action from 5 to 6 by @dependabot in https://github.com/snipe/snipe-it/pull/14947 * Updated translations by @snipe in https://github.com/snipe/snipe-it/pull/14950 * Additional translation strings by @snipe in https://github.com/snipe/snipe-it/pull/14925 * Added ability to disallow profile editing by @snipe in https://github.com/snipe/snipe-it/pull/14951 **Full Changelog**: https://github.com/snipe/snipe-it/compare/v7.0.4...v7.0.5