snipe-it v5.0.11 Release Notes

Release Date: 2020-12-09 // over 3 years ago
  • πŸ†• New in v5.0.11

    πŸš€ Happy Tuesday! Just a small bug fix release that should make SAML debugging a little easier and fixed a few minor bugs.

    πŸ›  Fixed

    • πŸ›  Fixed typo on route for licenses
    • πŸ›  Fixed #8147 - allow webp image format for public file uploads
    • πŸ›  Fixed #8472 (again) - LDAP sync was assigning a bad default location (#8846)
    • Only overwrite notes if the LDAP user is new
    • βž• Added LDAP flag in users GET API for #8741

    βž• Added / Improved

    • πŸ‘ Allow saml to be more easily debugged

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

    πŸš€ ⚠️ 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.

    ⬆️ After completing the upgrade process, be sure to clear your browser cookies.

    ⬆️ Upgrading from v3

    ⬆️ Please see the upgrade instructions here.


Previous changes from v5.0.10

  • πŸ†• New in v5.0.10

    πŸš€ Happy Monday, friends :) This is a bug fix release that tightens up some UI stuff, fixes an issue with the location importer parent locations, and (hopefully) puts to bed an issue we've been seeing with Okta users who are trying to use the LDAP sync utility. We also fixed an issue where the email logo that was uploaded wasn't being honored in the actual emails that were sent.

    πŸ›  Fixed

    • πŸ›  Fixed #8794 - Switched to firstOrCreate to create parents on location import cli
    • πŸ›  Fixed #8810 - email logo was not being used in emails
    • πŸ›  Fixed #8814 - added App\Models\Recipients\AlertRecipient
    • Fixed #8797 - use html_entity_decode in fullName presenter for User
    • πŸ”€ Forward-port of the old LDAP sync system to solve Okta sync issues that were resulting in admin limit error (#8801)

    βž• Added / Improved

    • βž• Added location to searchableRelations for asset
    • βž• Added purchase order and order number to user > licenses view
    • πŸ’» Branding page UI improvements (image previews inline)
    • ⬆️ Skip posix_getpwuid in upgrader if posix isn’t installed
    • βœ… Switch backup files array order to show latest first [ch15486]

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

    πŸš€ ⚠️ 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.

    ⬆️ After completing the upgrade process, be sure to clear your browser cookies.

    ⬆️ Upgrading from v3

    ⬆️ Please see the upgrade instructions here.