Skip to content

v6.1.0

Latest

Choose a tag to compare

@rappasoft rappasoft released this 10 Jun 13:50
· 2 commits to main since this release
09a1da2

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