snipe-it v5.0.7 Release Notes

Release Date: 2020-11-17 // over 3 years ago
  • πŸ†• New in v5.0.7

    πŸš€ Happy Tuesday, everyone! This is a bug fix release that should handle a bunch of smaller UI bugs, and will hopefully help with some LDAP quirkiness you've all been kind enough to document and report for us.

    πŸš€ Note: We did miss updating version.php to reflect that this is from the master branch, so it may be confusing to see develop instead of master in your Snipe-IT footer, but this release is definitely based off the master branch. It seemed like it would be more confusing to delete/edit the tag after it was already pushed.

    πŸ›  Fixed

    • πŸ›  Fixed [ch15347] - added status in Depreciation Report
    • πŸ›  Fixed [ch9336] - Removed time in Depreciation report (it's a date, not a datetime field)
    • πŸ›  Fixed #8448 - β€œundefined” when testing email from quickstart
    • ⚑️ Throw an error if the asset cannot be updated in the merge-users script (possible when assets fail validation on save due to serial uniqueness constraint, etc)
    • βž• Add ability to checkout an asset if the user it’s assigned_to isn’t valid. This would only happen if a merge-users went wonky
    • Make last_checkout and expected_checkin fillable for API calls
    • πŸ›  Fixed css to the bootstrap popovers for all dark mode skins (#8714)
    • Exclude blank LDAP attributes
    • πŸ›  Fixed markdown in expiring licenses alert
    • πŸ›  Fixed #8726 - disallow archived assets to be checked out
    • 🌐 Enable translations of checkin notifications (#8235) and accepted assets page (#8237)
    • 🍱 Switch to use same convention for file names on licenses as we do on assets
    • πŸ›  Fixed #8715 - wrong API url for unaccepted assets
    • πŸ›  Fixed offset issue for #8732
    • πŸ›  Fixed #8669 - Allow application/xml in SAML upload in Safari
    • ⚑️ Updated Laravel version in README
    • βž• Added S3 url into CSP
    • πŸ›  Fixes for #8732 - Flysystem paths, S3 migrator script
    • πŸ›  Fixed #8733 - typo in unaccepted assets report
    • πŸ›  Fixed #8609 - custom fieldsets not draggable anymore (regression)
    • πŸ›  Fixed #8544 - escaping on maintenance notes
    • πŸ›  Fixed #8737 - incorrect validation string for components qty update
    • πŸ›  Fixed #8746 - missing comma in a translation file (#8756)
    • βœ… Re-add LDAP "test login" feature to LDAP settings (helps with #8751 and #8757)
    • πŸ›  Fixed #7850 - allow .xlsx file in upload. (#8386)
    • πŸ›  Fixed Spanish translations duplicate string
    • πŸ›  Fixed #8482 - Ubuntu version (#8598)
    • βœ‚ Removed duplicate date from date macro
    • πŸ”€ Attempt to solve LDAP sync overriding administrator choices (Fixes: #8734, #8670, and #8617) #8742

    βž• Added

    • βž• Added Checkout Date Time to Asset Details Page [ch1418]
    • ⚑️ Updated most recent translations
    • πŸ”Š Experimental script to find mismatched IDs based on logs
    • βž• Added more detail and dryrun to assigned_to vs log checker script
    • βž• Added artisan command to purge logins
    • βž• Added link to bricelabelle/snipe-it-bulkedit
    • πŸ›  Fixed #8647 - Added additional help info on importer page

    πŸ‘Œ Improvements

    • 🚚 Moved a few of the user edit fields to make more sense (optional stuff further down)
    • βž• Added clarity in language as to what the activated flag does on LDAP screens
    • πŸ‘Œ Improved 2FA reset layout
    • πŸ‘Œ Improved upgrade.php script to check for PHP extensions (#8712)

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