Releases: chrisbjr/api-guard
Releases · chrisbjr/api-guard
Various fixes
v3.1.2 Fix dependency issues on Packagist integration
use Auth;
Merge pull request #95 from gholol/master A really complex fix for #92
Fix for Undefined index: X-Authorization
Merge pull request #94 from sashahilton00/master Fix X-Authorization Error
Bugfix for syntax error
v3.0.1 fix for syntax error
Support for Laravel 5.2
v3.0.0 redid readme
Hotfix for migrate:refresh
Merge pull request #60 from dbonner1987/fix-database-migration Fix an issue with migrate:refresh
Tested functional in Laravel 5.1
It works. 👍
fix for broken ellipsesynergie/api-response update
fix for fix for broken composer update ellipsesynergie/api-response:0.9.x doesn't support Laravel 4. My bad. Sorry.
Fix for broken composer update
v1.1.2 fix for broken composer update
Fix for new installations to prevent Integrity constraint violations
New feature lets users reference requests to api_key_id
in the api_logs
table but requests not logged will throw an SQLException SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails
because api_key_id
is not set to nullable.
Fix is simply making it nullable as described in #48.