github rappasoft/laravel-authentication-log v6.1.0

4 hours ago

What's Changed

Laravel 13 Support

  • Laravel 13 compatibility by @fdemb in #140
  • CI now tests PHP 8.2–8.4 against Laravel 11.x, 12.x, and 13.x
  • PHP 8.2+ is now required (PHP 8.1 is EOL and was already unsupported by Laravel 11+)

Fixes

  • Compatibility with immutable date casting by @SkyLundy in #137lastLoginAt(), lastSuccessfulLoginAt(), and previousLoginAt() now return \Carbon\CarbonInterface instead of \Illuminate\Support\Carbon, fixing a TypeError in applications that cast model dates to CarbonImmutable (the default in current Laravel starter kits)

New Contributors

Full Changelog: v6.0.1...v6.1.0

Don't miss a new laravel-authentication-log release

NewReleases is sending notifications on new releases.