LinuxServer Changes:
Existing users should update: site-confs/default.conf - Cleanup default site conf.
snipe-it Changes:
⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP 8.1 or greater
This is a small patch release that fixes a few regressions introduced in the last released related to labels. It also includes some minor security patches, and introduces a new script to convert a previously unencrypted custom field to be an encrypted custom field.
v7 is still well on its way. We hit a small snag with Laravel's switch from Swiftmailer to Symfony for mail sending, but we're back on track now.
What's Changed
- Fixed Labels: bulk actions are handled before sorting by @Godmartinz in snipe/snipe-it#14375
- Added route parameter by @snipe in snipe/snipe-it#14372
- Upgrade
jspdf-autotable
from 3.8.1 to 3.8.2 #14365 by @snipe in snipe/snipe-it#14378 - Fixed 1dbarcodes to populate based on settings by @Godmartinz in snipe/snipe-it#14380
- Added User email check when sending Asset acceptance reminder by @Godmartinz in snipe/snipe-it#14371
- Fixes CVE-2024-27354 and CVE-2024-27355 in phpseclib/phpseclib by @joelpittet in snipe/snipe-it#14370
- Default label setup with custom fields by @Godmartinz in snipe/snipe-it#14320
- Fix #13515: Cannot restore backup by @chandanchowdhury in snipe/snipe-it#14379
- Added console command to encrypt previously unencrypted fields by @snipe in snipe/snipe-it#14385
- Fixed attempting to run bulk actions on an empty asset collection by @marcusmoore in snipe/snipe-it#14388
- Fixed old label engine to work as intended with CSS by @Godmartinz in snipe/snipe-it#14389
- Removed unneeded validation message by @snipe in snipe/snipe-it#14392
- Guard against checking require acceptance on non-existent relationship in accessory model by @marcusmoore in snipe/snipe-it#14393
- [Snyk] Upgrade webpack from 5.90.1 to 5.90.2 by @snipe in snipe/snipe-it#14395
- Ensure Chat and Teams endpoints are not blank before attempting to send webhook on checkout and check in by @marcusmoore in snipe/snipe-it#14394
New Contributors
- @chandanchowdhury made their first contribution in snipe/snipe-it#14379
Full Changelog: snipe/snipe-it@v6.3.2...v6.3.3