snipe-it v5.0.11 Release Notes
Release Date: 2020-12-09 // almost 4 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 than8
, 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 usingupgrade.php
and your images are coming up broken, please move the files inapp/storage/uploads
back topublic/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
infullName
presenter forUser
- π 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 than8
, 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 usingupgrade.php
and your images are coming up broken, please move the files inapp/storage/uploads
back topublic/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.