This changelog references the relevant changes (bug and security fixes) done to laravie/authen
.
Released: 2021-04-15
- Clean-up dependencies requirement and multiple trivia changes.
Released: 2020-08-29
- Update minimum PHP to 7.2+.
- Add support for Laravel Framework v8.0.
- Drop support for Laravel Framework v5.8.
Released: 2019-08-26
- Update minimum PHP to 7.2+.
- Add support for Laravel Framework v6.0.
Released: 2019-07-21
- Use
static function
rather thanfunction
whenever possible, the PHP engine does not need to instantiate and later GC a$this
variable for said closure.
Released: 2019-04-08
- Remove support for Laravel Framework v5.7 and below.
Released: 2019-02-21
- Improve performance by prefixing all global functions calls with
\
to skip the look up and resolve process and go straight to the global function.
Released: 2019-02-13
- Use
password_verify()
directly when verifying password hash and fallback toIlluminate\Contracts\Hashing\Hasher::check()
.
Released: 2018-09-13
- Trivia update library setup.
Released: 2018-04-30
- Remove support for Laravel Framework v5.5.
- Update minimum PHP to 7.1+.
Released: 2017-11-13
- Remove support for Laravel Framework v5.3 and v5.4.
- Update minimum PHP to 7.0+.