v3.4.0-alpha
Pre-release
Pre-release
New in v3.4.0-alpha
Custom Fields
- 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 Labels
- Added option to include status labels (vs just status types) in sidenav
Misc
- 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