Skip to content

v5.1.6

Compare
Choose a tag to compare
@snipe snipe released this 11 Jun 01:06
· 7138 commits to master since this release

⚠️ IMPORTANT: 5.2.x versions of Snipe-IT will require PHP 7.4 or greater.

(This is a requirement in order for us to be able to pull forward the dependencies that will allow us to support PHP8 and beyond moving forward.)

This is a bug fix release that adds some indexes to make things speedier, handles some Docker build stuff, and

Fixed

  • Use 24-hour date format for audit
  • Fixed #9531 - highlight search box when filled, add clear button (#9534)
  • Fixed #9157 Update .env to API_TOKEN_EXPIRATION_YEARS=15 (reapplies #9524) - this solves an 401 unauthorized issue on 32-bit systems
  • Fixed #9422 - pivot ID was being used as a user_id (#9512)
  • Fixed Dockerfile.alpine build error and snipeit runtime permission error (#9520)
  • Fixed the orderBy clause inside the custom reports function that forms the CSV to be 'id' so making it a unique value and does not cause dupes. [ch14587]
  • Fixed location printing when relationships are missing/invalid, per #9521
  • Fixed CSP Always being Enabled unless in debug mode. (#9543)
  • Upgrade the Alpine docker image to v3.13 for PHP 7.4 (#9550)
  • Fixed HTML causing two backup headers to appear
  • Fixed support for Label Logos in Labels (#9552)
  • Fixed incorrect case of ldap sync status string (#9563)
  • Fixed parse error in user print view
  • Improvements to the snipeit:restore Artisan command
  • Accept .webp in uploads (not just image files)
  • Fixed #8486: Add index for asset serial number
  • Fixed #9682: Add indexes for company_id

Added

  • Added #3088 Print labels from asset detail page (#9559)
  • Added allowing password reset from user profile

For a full list of changes, see the complete changelog.

Upgrading

For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php.