Snipe-IT - Package Updates
Pinned
Snipe-IT
-
[1.10.6]
- Update Snipe-IT to 7.0.9
- Full changelog
-
[1.10.7]
- Update Snipe-IT to 7.0.10
- Full changelog
-
[1.10.8]
- Update Snipe-IT to 7.0.11
- Full changelog
-
[1.10.9]
- Update Snipe-IT to 7.0.12
- Full changelog
-
[1.10.10]
- Update Snipe-IT to 7.0.13
- Full changelog
- Fixed a couple bugs in CustomFieldSetDefaultValuesForModel component by @marcusmoore in #15486
- Warn user on changing status to undeployable when editing by @snipe in #15492
- Fixed #15504 - allow nulling/not changing locale in user bulk edit by @snipe in #15510
- Fixed misalignment of consumables with smaller media by @Godmartinz in #15493
- Fixes margin for the sidebar menus while using rtl languages by @Godmartinz in #15471
- Fixed check for outside assets on user update validation by @snipe in #15516
- Improved multi-asset create when using numeric prefixes to
asset_tags
by @uberbrady in #15491 - Fixed selected-index of countries drop-down [fd-44144] by @uberbrady in #15521
- Added tests for delete methods in api by @marcusmoore in #15512
- Fixed mail notification field status label not updating by @Godmartinz in #15531
-
[1.11.0]
- Update snipe-it to 7.1.14
- Full Changelog
- This is a security release. All Snipe-IT users are strongly encouraged to upgrade.
- Ability to import Asset Models (without accompanying assets) via the Importer
- Ability to override or null out the EOL date for assets via the asset bulk edit screen
- Optimized some queries and indexes to speed things up a bit
- Fixed a bug where OU was accidentally required to create locations via the GUI
- Miscellaneous UI improvements and fixes
-
[1.11.1]
- Update snipe-it to 7.1.15
- Full Changelog
- Specify the table name in select for models controller by @snipe in https://github.com/snipe/snipe-it/pull/15811
- Fixing #15064 - to not fail ldap sync on single data issue with ldap by @maciej-poleszczyk in https://github.com/snipe/snipe-it/pull/15558
- replace the
via()
channel for MS Teams (deprecated) by @Godmartinz in https://github.com/snipe/snipe-it/pull/15816
-
[1.11.2]
- Update snipe-it to 7.1.16
- Full Changelog
- Fixed Users API
update
from clearinglocation_id
unnecessarily by @Godmartinz in https://github.com/snipe/snipe-it/pull/15889 - Use transformer for model files by @snipe in https://github.com/snipe/snipe-it/pull/16101
- Mobile view fix by @Godmartinz in https://github.com/snipe/snipe-it/pull/15890
- Hardened asset checkout validation by requiring integer by @marcusmoore in https://github.com/snipe/snipe-it/pull/15892
- Fixed #15901 - re-added required indicator on text and select custom fields by @snipe in https://github.com/snipe/snipe-it/pull/15904
- Revert "Hardened asset checkout validation by requiring integer" by @marcusmoore in https://github.com/snipe/snipe-it/pull/15908
- Included
MAIL_FROM_ADDR
in phpunit configuration by @marcusmoore in https://github.com/snipe/snipe-it/pull/15910
-
[1.11.3]
- symlink logs to run directory
-
[1.12.0]
- sync config with upstream
-
[1.12.1]
- Update snipe-it to 7.1.17
- Full Changelog
- Fixed potential attempt to divide by zero in transformer by @marcusmoore in https://github.com/snipe/snipe-it/pull/16116
- Prevent undefined array key in asset observer by @marcusmoore in https://github.com/snipe/snipe-it/pull/16118
- Added Nullsafe by @spencerrlongg in https://github.com/snipe/snipe-it/pull/16148
- Removed default ternary check in Label view by @Godmartinz in https://github.com/snipe/snipe-it/pull/16166
- Added a warning for webhook
channel_not_found
. by @Godmartinz in https://github.com/snipe/snipe-it/pull/16175 - Added ternary check that asset has
asset status
before checking archived by @Godmartinz in https://github.com/snipe/snipe-it/pull/16168
-
[1.13.0]
- Update snipe-it to 8.0.0
- Full Changelog
- Custom fields on checkin/checkout! (Documentation updates coming shortly)
- Breadcrumbs for better UX
- Better tooltips to explain icons on very tab-dense screens
- You can now add arbitrary notes to assets
- Added Oromo (Ethiopian) as a language
- Added better error handling around rendering barcodes by @marcusmoore in https://github.com/snipe/snipe-it/pull/16278
- Added breadcrumbs, route model binding for resource routes by @snipe in https://github.com/snipe/snipe-it/pull/16272
- Removed php 8.1, added 8.4 by @snipe in https://github.com/snipe/snipe-it/pull/16290
-
[1.13.1]
- Update snipe-it to 8.0.1
- Full Changelog
- Fixed 500 on edit locations page by referencing current location by @jostrander in https://github.com/snipe/snipe-it/pull/16320
- Removed references to mcrypt by @snipe in https://github.com/snipe/snipe-it/pull/16062
- Fixed edit routes in tests by @marcusmoore in https://github.com/snipe/snipe-it/pull/16322
- Changed parameter name for route-model binding by @spencerrlongg in https://github.com/snipe/snipe-it/pull/16321
- Remove remaining hardware references in favor of new RMB by @spencerrlongg in https://github.com/snipe/snipe-it/pull/16325
- Added label test by @snipe in https://github.com/snipe/snipe-it/pull/16335
- Fixed #16334 - Changed composer order in upgrade script by @snipe in https://github.com/snipe/snipe-it/pull/16336
- @jostrander made their first contribution in https://github.com/snipe/snipe-it/pull/16320
-
[1.13.2]
- Update snipe-it to 8.0.2
- Full Changelog
- Fixed #16173:
useraccountcontrol
was not included in the ldap query attributes by @joakimbergros in https://github.com/snipe/snipe-it/pull/16337 - Fixed #16331 - Don't make passport:install command require user input by @uberbrady in https://github.com/snipe/snipe-it/pull/16341
- Fixed renaming custom fields by @marcusmoore in https://github.com/snipe/snipe-it/pull/16345
- Nicer
upgrade.php
UI by @snipe in https://github.com/snipe/snipe-it/pull/16342 - Added
name
,model_number
andnotes
for stricter asset model API search by @snipe in https://github.com/snipe/snipe-it/pull/16356 - Added
--no-interaction
to additional passport commands by @snipe in https://github.com/snipe/snipe-it/pull/16363