Skip to content

Releases: chrisbjr/api-guard

Various fixes

26 Oct 02:26
Compare
Choose a tag to compare
v3.1.2

Fix dependency issues on Packagist integration

use Auth;

13 Feb 19:57
Compare
Choose a tag to compare
Merge pull request #95 from gholol/master

A really complex fix for #92

Fix for Undefined index: X-Authorization

09 Feb 02:26
Compare
Choose a tag to compare
Merge pull request #94 from sashahilton00/master

Fix X-Authorization Error

Bugfix for syntax error

04 Feb 04:21
Compare
Choose a tag to compare
v3.0.1

fix for syntax error

Support for Laravel 5.2

01 Feb 19:10
Compare
Choose a tag to compare
v3.0.0

redid readme

Hotfix for migrate:refresh

25 Jun 08:15
Compare
Choose a tag to compare
Merge pull request #60 from dbonner1987/fix-database-migration

Fix an issue with migrate:refresh

Tested functional in Laravel 5.1

16 Jun 10:08
Compare
Choose a tag to compare

fix for broken ellipsesynergie/api-response update

27 May 03:11
Compare
Choose a tag to compare
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

26 May 22:19
Compare
Choose a tag to compare
v1.1.2

fix for broken composer update

Fix for new installations to prevent Integrity constraint violations

03 May 06:58
Compare
Choose a tag to compare

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.