Releases: 404labfr/laravel-auth-checker
Releases · 404labfr/laravel-auth-checker
3.0.0
19 May 22:16
Compare
Sorry, something went wrong.
No results found
Laravel 11 support #34 , thanks to gboquizosanchez
Bump minimal Laravel version to 11
Bump minimal PHP version to 8.2
Use #[Test] annotation in tests instead of @test
2.0.0
10 Feb 13:17
Compare
Sorry, something went wrong.
No results found
2.0.0
Bump minimal Laravel version to 9.x
Bump minimal PHP version to 8.x
Fix N+1 #30 , thanks to michael-rubel
1.7.0
03 Sep 12:35
Compare
Sorry, something went wrong.
No results found
1.6.2
09 Feb 17:58
Compare
Sorry, something went wrong.
No results found
1.6.1
21 Sep 09:07
Compare
Sorry, something went wrong.
No results found
1.6.0
03 Mar 16:15
Compare
Sorry, something went wrong.
No results found
1.5.2
24 Jan 12:39
Compare
Sorry, something went wrong.
No results found
1.5.2
Update polymorphic relation #18
1.5.1
03 Jan 15:59
Compare
Sorry, something went wrong.
No results found
1.5.1
⚠️ Run php artisan vendor:publish --tag=auth-checker
Fixed database new polymorphic column
1.5.0
02 Jan 15:16
Compare
Sorry, something went wrong.
No results found
1.5.0
Users now use MorphMany instead of HasMany
Devices and Logins now use MorphTo instead of BelongsTo
Tests updated with PHP 7.4
1.4.2
26 Sep 13:30
Compare
Sorry, something went wrong.
No results found
1.4.2
Fix config publishing
Fix migrations: use bigIncrements and bigInteger, disable foreign references