v3.4.0-beta
Pre-release
Pre-release
New in v3.4.0-beta
- Importer: Implement item update (instead of just skip) and interface improvments (#2507)
- Allow X-Frame-Options to be disabled via
.envif necessary - Fix UTF-8 issues in imports
- Fixes #2516 - listbox error on new asset
- Generate password from create/edit asset user modal
- Fixed bug where last name was still required for users on the main create user form
- Moved import errors up higher on the screen for clarity
- Fixes #2510 and #2488 - CSS class added to images in views to fix overlap with large images
New in v3.4.0-alpha
Custom Field Improvements
- Added list boxes as custom field type
- Added the option to encrypt text custom field values
- Only admins can see encrypted field values
- Only admins can EDIT encrypted values
- Put in a required exception on encrypted values if the user is not an admin and can edit the asset
Status Label Improvements
- Added option to include status labels (vs just status types) in sidenav
Misc Improvements
- Fixes #2469 - corrected config app.url
- Added Indonesian as a language
- Fixes #2491 - show asset tag on dashboard
- Nicer UI so that the custom validation regex box only appears if you've selected custom for validation
Known Issues:
- Trying to encrypt list boxes will behave weirdly - don't do it.
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear