Skip to content

Releases: laravie/authen

v3.1.0

Choose a tag to compare

@crynobone crynobone released this 08 Feb 04:58

Added

  • Added support for Laravel Framework 10.

v3.0.2

Choose a tag to compare

@crynobone crynobone released this 10 Jan 13:27

Changes

  • Bump minimum dependencies.

v3.0.1

Choose a tag to compare

@crynobone crynobone released this 18 Dec 04:07
f1d0e66

Changes

  • Improves support for PHP 8.2.

v3.0.0

Choose a tag to compare

@crynobone crynobone released this 13 Mar 05:00
f7606b2

Added

  • Added support for Laravel Framework 9.

Removed

  • Remove support for Laravel Framework 6 and 7.

v2.5.0

Choose a tag to compare

@crynobone crynobone released this 29 Aug 05:40

Changes

  • Update minimum PHP to 7.2+.
  • Add support for Laravel Framework v8.0.
  • Drop support for Laravel Framework v5.8.

v2.4.0

Choose a tag to compare

@crynobone crynobone released this 26 Aug 05:06

Changes

  • Update minimum PHP to 7.2+.
  • Add support for Laravel Framework v6.0.

v2.3.1

Choose a tag to compare

@crynobone crynobone released this 24 Jul 05:48

Changes

  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.

v2.3.0

Choose a tag to compare

@crynobone crynobone released this 08 Apr 11:46

Changes

  • Remove support for Laravel Framework v5.7 and below.

v2.2.1

Choose a tag to compare

@crynobone crynobone released this 25 Feb 22:36

Changes

  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.

v2.2.0

Choose a tag to compare

@crynobone crynobone released this 13 Feb 04:49

Changes

  • Use password_verify() directly when verifying password hash and fallback to Illuminate\Contracts\Hashing\Hasher::check().