LinuxServer Changes:
Add php7-sodium for v6.
snipe-it Changes:
⚠️ IMPORTANT: Snipe-IT v6 requires PHP 7.4 or greater, and does support PHP8
This release fixes a handful of bugs and improvements to Google LDAP support, the new Restore from Backup tool, and should have the latest and greatest translations strings in all languages.
What's Changed
- Fixed #11112: use correct formatter for locations on dashboard by @snipe in snipe/snipe-it#11113
- We inadvertently used the wrong label for one of the headers by @uberbrady in snipe/snipe-it#11114
- Update constraints to allow up to 8.2 by @snipe in snipe/snipe-it#11115
- Fixed #11126: don't entitise custom CSS on the labels view by @trav-c in snipe/snipe-it#11127
- Fixed #11096: Backup
created_at
time is incorrect by @inietov in snipe/snipe-it#11133 - Do some better erroring if you can't launch the mysql binary by @uberbrady in snipe/snipe-it#11135
- Fixed #11124: updated maintenance page by @snipe in snipe/snipe-it#11136
- Delete
vendor/symfony/translation/TranslatorInterface.php
in upgrader by @snipe in snipe/snipe-it#11137 - Bumped packages by @snipe in snipe/snipe-it#11138
- Reduce saml debugging by @uberbrady in snipe/snipe-it#11139
- Fixed #11120: custom fields not showing when textarea is present as field type by @snipe in snipe/snipe-it#11140
- Fixed #11141: accessories endpoint missing from API by @snipe in snipe/snipe-it#11142
- Added spinner onClick for file upload button on backups by @snipe in snipe/snipe-it#11144
- Fixed
Argument 1 passed to App\Http\Requests\ItemImportRequest::import() must be an instance of App\Models\Import, null given
by @inietov in snipe/snipe-it#11147 - Updated less files for license details to adhere to dark skin themes by @Godmartinz in snipe/snipe-it#11153
- Fixed Username required on import process by @inietov in snipe/snipe-it#11154
- Fixed error 500 on Unaccepted Assets Report by @inietov in snipe/snipe-it#11156
- Downgrade jQuery to 3.5.1 from 3.6.0 to re-enable select2 autofocus by @uberbrady in snipe/snipe-it#11157
- Run migrations after restore by @snipe in snipe/snipe-it#11158
- Fixed inconsistencies with links styling by @Godmartinz in snipe/snipe-it#11152
- Fixed: #11098: Smartly overwrite fields with default values for custom fields by @uberbrady in snipe/snipe-it#11160
- Small fixes for asset tag regeneration script by @snipe in snipe/snipe-it#11161
- Fixed #9019: Import page returns error 500 by @inietov in snipe/snipe-it#11167
- Fixed: Checkout date missing in asset delivery mail by @inietov in snipe/snipe-it#11171
- Fixed #11129: settings treeview won't stay active. by @Godmartinz in snipe/snipe-it#11149
- Accept asset/accessory improvements and fixes by @snipe in snipe/snipe-it#11172
- Google client-side TLS auth works better with null as context(?) by @uberbrady in snipe/snipe-it#11184
- Fixed bug where username wasn’t showing for regular users by @snipe in snipe/snipe-it#11189
- Updated language strings from activated to able to login by @snipe in snipe/snipe-it#11191
- Fixed typo on maintenance screen by @snipe in snipe/snipe-it#11192
- Adjust requested assets and models workflow a little bit. by @inietov in snipe/snipe-it#11190
New Contributors
- @trav-c made their first contribution in snipe/snipe-it#11127
Full Changelog: snipe/snipe-it@v6.0.1...v6.0.2
Upgrading
For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php
.