v6.1.2
grokability/snipe-itv6.1.2Jul 5, 2023by snipe
AI Summary
A small point release primarily dedicated to bug fixes and improving the debugging experience for SCIM integration.
Key Highlights
- Fixed audit log image not appearing
- Improved SCIM exception handling
- Enhanced testing capabilities
- Added checkin/out info to sidebar
Full Release Notes
## ⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP8.1 or greater ## What's Changed This is a small point release that fixes some bugs and handles some SCIM debugging a little better. ## What's Changed * Fixed audit log image not appearing by @Godmartinz in https://github.com/snipe/snipe-it/pull/13159 * Moved logic for tighter constraints when ids are passed by @snipe in https://github.com/snipe/snipe-it/pull/13186 * Fixed issue when importing Assets and no status labels exists [sc-23359] by @inietov in https://github.com/snipe/snipe-it/pull/13196 * Set table alias for model number sort scope by @snipe in https://github.com/snipe/snipe-it/pull/13200 * Add missing relationship check in Asset Transformer by @marcusmoore in https://github.com/snipe/snipe-it/pull/13220 * Have ChipperCI run on each PR by @marcusmoore in https://github.com/snipe/snipe-it/pull/13218 * Fix translation string in user importer by @marcusmoore in https://github.com/snipe/snipe-it/pull/13216 * Allow running tests in parallel by @marcusmoore in https://github.com/snipe/snipe-it/pull/13212 * Added half_year fix from @jdickerson71388 by @Godmartinz in https://github.com/snipe/snipe-it/pull/13207 * Improve testing around company scoping by @marcusmoore in https://github.com/snipe/snipe-it/pull/13211 * Checkin/out info on side bar by @akemidx in https://github.com/snipe/snipe-it/pull/13045 * Delete notes column map from assets importer by @inietov in https://github.com/snipe/snipe-it/pull/13223 * More reshuffling of scopes in assets API by @snipe in https://github.com/snipe/snipe-it/pull/13227 * Fixed #13213 - Use the Helper::parseEscapedMarkedown in notes by @snipe in https://github.com/snipe/snipe-it/pull/13222 * Cancel requested assets without checkin/out [ch-17606] by @inietov in https://github.com/snipe/snipe-it/pull/13219 * Use proper alias for table scope by @snipe in https://github.com/snipe/snipe-it/pull/13228 * Fixed custom fields labels being unreadable by @Godmartinz in https://github.com/snipe/snipe-it/pull/13229 * Fixed windows backup filename - swapped colon in timestamp to hyphen to handle windows filesystems by @snipe in https://github.com/snipe/snipe-it/pull/13230 * Redirect if the license can’t be found by @snipe in https://github.com/snipe/snipe-it/pull/13231 * Fixed barcode and info from overlapping by @Godmartinz in https://github.com/snipe/snipe-it/pull/13232 * Properly return SCIM Exceptions by @uberbrady in https://github.com/snipe/snipe-it/pull/13253 **Full Changelog**: https://github.com/snipe/snipe-it/compare/v6.1.1...v6.1.2