Skip to content

v1.2.5

Compare
Choose a tag to compare
@snipe snipe released this 18 Feb 03:19
· 17095 commits to master since this release
  • Fixed #511 - bug in depreciation calculation for assets
  • Fixed #440 - removed unique constraint on serial
  • Fixed #439 - load javascript and CSS locally for installs that cannot talk to the outside world
  • Fixed #525 - added serial to asset model UI
  • Fixed #523 - added file uploads to assets
  • Fixed #457 - added bulk edit options to hardware
  • Fixed #520 - state no longer required
  • Fixed #520 - postal code requirement less strict now for non-US post codes
  • Fixed #517 - Bug in requestable assets display
  • Fixed #518 - license count issue
  • Fixed bug where MAC address was not showing on models with it enabled
  • Fixed asset DB seeder with duplicate serial

Please don't forget to run:

php composer.phar update
php composer.phar dump-autoload
php artisan migrate