LinuxServer Changes:
Rebasing to alpine 3.12.
snipe-it Changes:
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 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.