Releases: grokability/snipe-it
Releases · grokability/snipe-it
v3.6.2
New in v3.6.2
- Fixed issue that would prevent modal popup from saving a new asset model on the Create Assets interface
Remember to run:
php composer.phar install --no-dev --prefer-source
php artisan config:clear
php composer.phar dump-autoload
php artisan migrate
php artisan view:clear
v3.6.1
New in v3.6.1
- Add postal code to locations listing
- Make purchase cost longer and more standardized
- Increase DB size of state field in locations
- Add model number to accessories
- Fixed issue where we weren't checking if sig_filename exists
- Fixes #2953 - re-adding the CoC
- Added employee number option to custom report
- Fixed #2961
- Fixed #2980 - enable MySQL SSL settings
- Fixed #2970 - setup preflight not firing correctly without migrations
- Add red banner if app is in production mode and debugging is turned on
- Fixed mail test script in preflight
- Fixed #2959 - fixed error with custom fields not populating correctly
- Fixed #2987 - error in partializing with creating an asset maintenance
- Added fieldset to asset model listing
- Link model name in category view
- Fixed asset model clone
- Added .lic as possible license file type
- Removed model level requirement for serial number in licenses
- Updated serial text to product key
- Custom logging to only show debug info if the app is in debug mode
- Hide edit actions from asset sidebar if user cannot edit assets
- Only allow login via LDAP if the user was already imported or created via LDAP
- Fixed #2997 - don’t include soft-deleted maintenances
- Fixed #2995 - adds max login attempts/duration as .env option
- Redirect the lost password success back to login
Remember to run:
php composer.phar install --no-dev --prefer-source
php artisan config:clear
php composer.phar dump-autoload
php artisan migrate
v3.6.1-pre
New in v3.6.1-pre
- Add postal code to locations listing
- Make purchase cost longer and more standardized
- Increase DB size of state field in locations
- Add model number to accessories
- Fixed issue where we weren't checking if sig_filename exists
- Fixes #2953 - re-adding the CoC
- Added employee number option to custom report
- Fixed #2961
- Fixed #2980 - enable MySQL SSL settings
- Fixed #2970 - setup preflight not firing correctly without migrations
- Add red banner if app is in production mode and debugging is turned on
- Fixed mail test script in preflight
- Fixed #2959 - fixed error with custom fields not populating correctly
- Fixed #2987 - error in partializing with creating an asset maintenance
- Added fieldset to asset model listing
- Link model name in category view
- Fixed asset model clone
- Added .lic as possible license file type
- Removed model level requirement for serial number in licenses
- Updated serial text to product key
- Custom logging to only show debug info if the app is in debug mode
- Hide edit actions from asset sidebar if user cannot edit assets
- Only allow login via LDAP if the user was already imported or created via LDAP
- Fixed #2997 - don’t include soft-deleted maintenances
- Fixed #2995 - adds max login attempts/duration as .env option
- Redirect the lost password success back to login
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear
v3.6.0
New in v3.6.0
- Fixes #2838 - removed duplicate requestabe field in asset models
- Added 2FA for Google Authenticator
- Added drawn signatures to asset acceptance option
- Fixes #2833 - changed minimum qty to 0
- Fixes #2856 - add status to asset detail view
- Only save user permissions if the editing user is a superadmin
- Fixes #1348 - LDAP sync in artisan command
- Adds expected checkin to custom reports
- Fixes #2875 - use leftJoin so as to not filter out unassigned assets
- Fixes #2906 - adds manufacturer searching to licenses
- Fixes #2912 - Reordering of custom fields now saving correctly
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear
v3.6.0-pre
New in v3.6.0-pre
- Fixes #2838 - removed duplicate requestabe field in asset models
- Added 2FA for Google Authenticator
- Added drawn signatures to asset acceptance option
- Fixes #2833 - changed minimum qty to 0
- Fixes #2856 - add status to asset detail view
- Only save user permissions if the editing user is a superadmin
- Fixes #1348 - LDAP sync in artisan command
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear
v3.5.2
New in v3.5.2
- Fixed #2800 - pre-flight would break if you were using table prefixes
- Fixed #2821 - Fix for recent activity list breaking for some users
- Fixed #2817 - adds EOL to custom report
- Fixed #2814 - adds job title to users listing display
- Fixed #2825 - columns misaligned when older display_asset_name field in settings was set to 1
- Fixed #2809 - adds serial number to components
- Fixed #2535 - increased varachar limit to 2048 for serial number in licenses
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear
v3.5.1
v3.5.0
New in v3.5.0
- Use datepicker if custom field format is a date
- Fixed #2774 - change order_number to string in components and consumables
- Fixed #2808 - eager loading user objects for licenses
- Fixed #2792 - corrected typo in permissions array for creating access
- Sort backups newest to oldest (#2624)
- Fixed #2580 - enum issue in migrations
- Added components checkout gate
- Only load the remote gravatar image if the server can talk to the outside world
- Fixed #2586 - Location field returns incorrect page
- Use streaming to handle large exports for Custom Report
- Added Company Name to Custom Report
- Fixed license cloning (#2598)
- Allow uploading rtf files (#2620)
- Base logic for polymorphic object approach
- Fixed #2672 - model_no field updated to be string
- Fixes bug where 12-hour format was used for hours
- Default EOL to null, not 0, if no value entered
- Added custom fields to asset CSV export
- Fixed #2673 - Dollar amount is not saved correctly if comma is entered in software license cost
- Fixed #2515 - Error when creating asset - 'Purchase cost' cannot be null'
- Updated translations
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear
v3.5.0-beta2
New in v3.5.0 BETA2
- Sort backups newest to oldest (#2624)
- Fixed #2580 - enum issue in migrations
- Added components checkout gate
- Only load the remote gravatar image if the server can talk to the outside world
- Fixed #2586 - Location field returns incorrect page
- Use streaming to handle large exports for Custom Report
- Added Company Name to Custom Report
- Fixed license cloning (#2598)
- Allow uploading rtf files (#2620)
- Base logic for polymorphic object approach
- Fixed #2672 - model_no field updated to be string
- Fixes bug where 12-hour format was used for hours
- Default EOL to null, not 0, if no value entered
- Added custom fields to asset CSV export
- Fixed #2673 - Dollar amount is not saved correctly if comma is entered in software license cost
- Fixed #2515 - Error when creating asset - 'Purchase cost' cannot be null
- Updated translations
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear
v3.5.0-beta
New in v3.5.0 BETA
- Sort backups newest to oldest (#2624)
- Fixes enum issue in migrations
- Added components checkout gate
- Only load the remote gravatar image if the server can talk to the outside world
- Fixes #2586
- Use streaming to handle large exports for Custom Report
- Added Company Name to Custom Report
- Fixed license cloning (#2598)
- Allow uploading rtf files (#2620)
- Base logic for polymorphic object approach
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear