v3.6.4 Released

New in v3.6.4

This is just a small point release that fixes an issue where you could not search on the model number of an Accessory.

Remember to run:

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

Changelog

  • fixed: Fixed issue that preventing searching on model number in accessories
  • added: