Skip to content

Releases: 404labfr/laravel-auth-checker

3.0.0

19 May 22:16

Choose a tag to compare

  • 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

Choose a tag to compare

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

Choose a tag to compare

1.7.0

1.6.2

09 Feb 17:58

Choose a tag to compare

1.6.2

  • Laravel 9.x support #23

1.6.1

21 Sep 09:07

Choose a tag to compare

1.6.1

  • Laravel 8.x support

1.6.0

03 Mar 16:15

Choose a tag to compare

1.6.0

  • Laravel 7.x support

1.5.2

24 Jan 12:39

Choose a tag to compare

1.5.2

  • Update polymorphic relation #18

1.5.1

03 Jan 15:59

Choose a tag to compare

1.5.1

⚠️ Run php artisan vendor:publish --tag=auth-checker

  • Fixed database new polymorphic column

1.5.0

02 Jan 15:16

Choose a tag to compare

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

Choose a tag to compare

1.4.2

  • Fix config publishing
  • Fix migrations: use bigIncrements and bigInteger, disable foreign references