v3.6.1 Released

Remember to run:

php composer.phar install --no-dev --prefer-source
php artisan config:clear
php composer.phar dump-autoload
php artisan migrate

Changelog

  • fixed: Issue #2953 - re-adding the CoC
  • fixed: Issue #2980 - enable MySQL SSL settings
  • fixed: Issue #2961 - issue creating custom fields
  • fixed: Issue #2970 - setup preflight not firing correctly without migrations
  • fixed: Issue #2959 - fixed error with custom fields not populating correctly
  • fixed: Issue #2987 - error in partializing with creating an asset maintenance
  • fixed: Issue #2997 - don’t include soft-deleted maintenances
  • fixed: Fixed issue where we weren't checking if sig_filename exists
  • fixed: Fixed mail test script in preflight
  • fixed: Fixed asset model clone
  • added: Issue #2995 - adds max login attempts/duration as .env option
  • added: Added postal code to locations listing
  • added: Added model number to accessories
  • added: Added employee number option to custom report
  • added: Add red banner if app is in production mode and debugging is turned on
  • added: Added fieldset to asset model listing
  • added: Added .lic as possible license file type
  • added: Custom logging to only show debug info if the app is in debug mode
  • added: Only allow login via LDAP if the user was already imported or created via LDAP
  • improved: Link model name in category view
  • improved: Make purchase cost longer and more standardized
  • improved: Increase DB size of state field in locations
  • improved: Removed model level requirement for serial number in licenses
  • improved: Updated serial text to product key
  • improved: Hide edit actions from asset sidebar if user cannot edit assets
  • improved: Redirect the lost password success back to login
  • added: