v3.6.3 Released

This is a small point-release that fixes an issue where a non-admin user with specific permissions allowing them to delete users would not actually permit them to do so, and would only work if the user had user/superadmin permissions.

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

Changelog

  • fixed: Fixed issue that preventing non-admin users with the permission to delete other users from being able to do so
  • added: