Releases: 404labfr/laravel-auth-checker
Releases · 404labfr/laravel-auth-checker
3.0.0
- 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
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.5.2
1.5.2
- Update polymorphic relation #18
1.5.1
1.5.1
⚠️ Run php artisan vendor:publish --tag=auth-checker
- Fixed database new polymorphic column
1.5.0
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
1.4.2
- Fix config publishing
- Fix migrations: use bigIncrements and bigInteger, disable foreign references