snipe-it v4.7.4 Release Notes

Release Date: 2019-05-31 // almost 5 years ago
  • ๐Ÿ†• New in v4.7.4

    ๐Ÿš€ IMPORTANT: This release requires PHP 7.1.3 or greater.

    ๐Ÿš€ This is a point release that fixes a bug in the backup notifications, which were previously trying to send email to [email protected] due to the default backup package config.

    If you would like to be emailed when a backup has completed (or failed to complete, etc), add the following to your .env file:

    [email protected]

    ๐Ÿš€ This release also fixes a bug in bulk asset editing where it could potentially remove model_id information if none was passed (as would be the case if you were not changing the asset model).

    Additionally, this release fixes an error that was being thrown on checkin if the entity being checked in from wasn't a person.

    โšก๏ธ And finally, we've updated a few language strings, and added Filipino to the selectable dropdown list of languages.

    ๐Ÿ›  We know there have been a lot of releases this week (not uncommon after an upgrade to the underlying framework), but our philosophy has always been that it's a bad idea to hold onto bugfixes for political/appearance reasons. Some folks only want to upgrade from a tagged release, so it makes more sense to us to get fixes in your hands sooner rather than later, so we release often.

    Have a great weekend! Change details are below!

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed #7099 - set email to null by default for backup notifications
    • ๐Ÿ›  Fixed #7100 - Check if $user isset on checkin
    • ๐Ÿ”„ Changed has() to filled() to fix bug in bulk asset editing that could remove a model_id

    โž• Added

    • โž• Added Filipino, corrected order for Spanish variations

    ๐Ÿ‘Œ Improved

    • Increased throttle to 120 requests per minute

    โฌ†๏ธ 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 below, be sure to clear your browser cookies.

    โฌ†๏ธ Upgrading from v3

    โฌ†๏ธ Please see the upgrade instructions here.