v6.0.1

grokability/snipe-itv6.0.1May 16, 2022by snipe

AI Summary

A patch release fixing LDAP password syncing issues and a long-standing bug regarding the double-encoding of custom field values.

Key Highlights

  • Fixed double-encoding of custom field values
  • Added encrypted status indicator to custom fields overview
  • Fixed bulk-user reset password links returning 500
  • Fixed SAMl Single Logout (SLO) for logout
  • Upgraded dompdf library

New Features

  • Encrypted status indicator for custom fields

Full Release Notes

### ⚠️  IMPORTANT: Snipe-IT v6 requires PHP 7.4 or greater, and does support PHP8

Howdy all - this is just a small point release to catch a few small bugs that have surfaced since v6.0.0 launched on Friday, mostly related to LDAP instances where password syncing is enabled (specifically for first-time logins) and also the "send this user a password reset email".

We also fixed an old bug that was present in v5 and below, where we were mistakenly double-encoding custom field values in the database, and added the encrypted status of custom fields in the UI to make it easier to see which custom fields (if any) are encrypted.  

## What's Changed

* Fixed  #11014 - double encoding for custom fields by @snipe in https://github.com/snipe/snipe-it/pull/11065
* Added missing use statement by @snipe in https://github.com/snipe/snipe-it/pull/11070
* Fixed #11052 - add file sizes to upload displays by @snipe in https://github.com/snipe/snipe-it/pull/11073
* Fixes #10706 - Fix saml slo for logout by @johnson-yi in https://github.com/snipe/snipe-it/pull/11076
* Fix route for people file deletion by @snipe in https://github.com/snipe/snipe-it/pull/11077
* Fixed missing backups help string by @snipe in https://github.com/snipe/snipe-it/pull/11079
* Adds encrypted status to custom fields overview by @snipe in https://github.com/snipe/snipe-it/pull/11078
* Removed sr-only class for now - not sure why it’s interfering with the upload button by @snipe in https://github.com/snipe/snipe-it/pull/11080
* Only set manager ID when the lookup succeeds. by @uberbrady in https://github.com/snipe/snipe-it/pull/11088
* Upgraded dompdf by @snipe in https://github.com/snipe/snipe-it/pull/11105
* Fixed bulk-user reset-password links returning 500 by @uberbrady in https://github.com/snipe/snipe-it/pull/11107
* Pass the password along directly instead of retrieving it from the In… by @uberbrady in https://github.com/snipe/snipe-it/pull/11108
* Fixed #11100 for individual users by @snipe in https://github.com/snipe/snipe-it/pull/11111


**Full Changelog**: https://github.com/snipe/snipe-it/compare/v6.0.0...v6.0.1