snipe-it v5.0.5 Release Notes

Release Date: 2020-11-10 // over 3 years ago
  • ๐Ÿ†• New in v5.0.5

    ๐Ÿš€ This is a bug fix release that should handle some of the issues reported over the past week or so.

    We'll be hitting them back as quickly as you can throw issues at us, so keep them coming! We appreciate it :)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed #8613 - 500 error on deleted users API call
    • ๐Ÿ›  Fixed #8613 - Added deleted_at to user API response, added all=true to include deleted and not-deleted in one call
    • ๐Ÿ›  Fixed min requirement for passwords in lang files
    • ๐Ÿ›  Fixed #8603 - Use correct CSS path for signature-pad.min.css
    • ๐Ÿ›  Fixed send creds checkbox in create user form
    • ๐Ÿ›  Fixed (Re-Added) Accessories API endpoint
    • ๐Ÿ›  Fixed #8595 - Updated backup config file for compatibility with later versions of spatie-backup
    • ๐Ÿ›  Fixed AD Accounts with delegation disabled
    • ๐Ÿ›  Fixed spanish translation parse error
    • Fixed the LDAP_TIME_LIM env var for ldap sync of very large directories

    โž• Added

    • โž• Added Settings > Security option and validation to disallow password to be the same as username, email, etc
    • โšก๏ธ Updated latest translations with latest from CrowdIn
    • ๐Ÿ›  Fixed #8604 - issue with lists not loading if you have many custom fields (PR #8706)
    • ๐Ÿ›  Fixed #8680 - use location image path in location details page

    ๐Ÿ‘Œ Improved

    • ๐Ÿ“š Documentation on SAML

    ๐Ÿš€ IMPORTANT: This release requires PHP 7.2.0 or greater.

    โฌ†๏ธ Upgrading

    โšก๏ธ If your minimum password setting in Admin > Settings was previously less than 8, you should change this to 8 or greater before upgrading. Failure to update this may cause other settings to fail on saving.

    โšก๏ธ If you're running into an issue with images not showing up, that's due to an outdated version of upgrade.php (outdated because of us, not you.) That script unfortunately tries (tried) to move your files to the Laravel-approved storage directory. Since that was last updated, we decided not to use that file path, so if you upgraded using upgrade.php and your images are coming up broken, please move the files in app/storage/uploads back to public/uploads and remove the symlink the upgrader created for you. (After v5.0.0, the upgrader was patched to not move those files anymore, so if you skipped the v5.0.0 upgrade you should be fine and no action is needed.)

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

    ๐Ÿ‘€ For a full list of changes, see the changelog.

    โฌ†๏ธ After completing the upgrade process, be sure to clear your browser cookies.

    โฌ†๏ธ Upgrading from v3

    โฌ†๏ธ Please see the upgrade instructions here.