LinuxServer Changes:
updating build logic to support branches and fixing bad variable
snipe-it Changes:
New in v4.6.4
Bugfix release.
IMPORTANT: This will be one of the final releases of Snipe-IT that will work with PHP5. Future versions of Snipe-IT will require PHP 7.1.3 or greater. Please start upgrading your versions of PHP to 7.1.3 to prepare for the next release. There may be a few small bug fix releases before Snipe-IT v5, but you should start preparing now.
Fixed
- Removed duplicate
BACKUP_ENV
in example env - Only allow password reset if user is activated
- Temporarily disbable notifying users on import
- Fixed #6124 - setup error if no settings table exists yet
- Fixed display issue on checkout that was not restricting the "also checked out to this user" list to users, and included locations with the same ID, etc.
- Split out
custom_css
from custom_header allowing for easier customization of the login page styles - Set activated checkbox to default on when new user is created
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.
Known Issues
Users running MariaDB 10.2.7 and later may have an issue upgrading or installing, due to a change in the way MariaDB stores null defaults. This issue will be fixed once the open pull request in the Doctrine repo is merged and a new version of Doctrine is released with these fixes. You can read more about that issue here.
After completing the upgrade process below, be sure to clear your browser cookies.
Upgrading from v3
Please see the upgrade instructions here.