LinuxServer Changes:
Don't build development elements.
snipe-it Changes:
⚠️ IMPORTANT: Later versions of Snipe-IT will require PHP 7.4 or greater. It is highly recommended you upgrade your version of PHP NOW.
(This is a requirement in order for us to be able to pull forward the dependencies that will allow us to support PHP8 and beyond moving forward.)
What's Changed
- Added
status_id
to asset checkout API by @snipe in snipe/snipe-it#10943 - Fixed double updates from action log and history by @Godmartinz in snipe/snipe-it#10952
- Escape checkout target name by @snipe in snipe/snipe-it#10971
- Added access gate to the requested assets index by @snipe in snipe/snipe-it#10991
- Fixed model export filename to use
str_slug
for filename for JS export (like we do elsewhere) by @snipe in snipe/snipe-it#10994 - Fixed Activity Report download-all action when fails creating the CSV report when an asset has been deleted by @inietov in snipe/snipe-it#11000
Full Changelog: snipe/snipe-it@v5.4.3...v5.4.4