Skip to content

v1.2.6

Compare
Choose a tag to compare
@snipe snipe released this 28 Feb 20:36
· 16170 commits to master since this release
  • Added Docker support
  • Removed automatic DB seed on install
  • Fixed bug in seed data
  • Added basic CSV user import
  • Fixed #539 - Allow checked out assets to be requestable
  • Fixed a bug when no assets are in table that the auto increment method blows up
  • Fixes #476 - added logo upload and header color
  • Cleaned up settings form for nicer display
  • Added default EULA and category-based EULAs
  • Added user-acceptance
  • Added a sweet dashboard
  • Layout improvements, nicer icons
  • Fixed #565 - Soft Delete Models and Allow Restore
  • Added accessories

Please don't forget to run:

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