v3.6.5 Released

This is a very small bugfix release that fixes an issue where logging updates and deletes was not working as expected.

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: Updating/deleting individual items (not bulk) was no longer being logged correctly. This release fixes that.
  • added: