github linuxserver/docker-snipe-it v4.7.4-ls49

latest releases: v6.3.4-ls273, v6.3.4-ls272, v6.3.4-ls271...
4 years ago

LinuxServer Changes:

Add php deps for V4.7.0, ensure framework directories are available at build time.
snipe-it Changes:

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 you@example.com 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:

MAIL_BACKUP_NOTIFICATION_ADDRESS=you@example.com

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.

Don't miss a new docker-snipe-it release

NewReleases is sending notifications on new releases.