Snipe-IT v5.0.3 Released

S

This is a bug fix release that should handle some of the issues reported over the past few days.

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.)

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

Fixed

  • Possible fix to #8563 – unset $ldapUsers to avoid OOM’ing
  • Added last_checkout and notes from pivot for accessories
  • Fixed #8597 – Added leading slash to notifications console commands
  • Fixed #8558 – error on asset acceptance when no sig is required
  • Fixed #8576 – switch to HTML from markdown
  • Temp fix for #8561 – manager_id validation error
  • Added https://gravatar address to CSP
  • Use the form partial for avatar uploads
  • Fix for legacy location_id=0 issue

IMPORTANT: This release requires PHP 7.1.3 or greater.

Upgrading

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.

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.

About the author

A. Gianotto

Alison is the founder and CEO of Grokability, Inc, the company that makes the open source product Snipe-IT.

By A. Gianotto

Snipe-IT at Laracon

Open Source in Business Interview

Snipe-IT at Longhorn PHP