Skip to content

Releases: beyondcode/laravel-confirm-email

2.3.0

05 Apr 14:06
e369244
Compare
Choose a tag to compare

Laravel 11 Support

2.2.0

23 Feb 10:03
Compare
Choose a tag to compare

Added Laravel 9 support

2.1.0

14 May 08:00
e223c01
Compare
Choose a tag to compare
  • Added PHP 8 support

2.0.0

02 Jul 09:23
Compare
Choose a tag to compare

Add Laravel 7 support

1.6.1

20 Feb 16:41
119c0fd
Compare
Choose a tag to compare

Remove str_random helper for L6 support

1.6.0

20 Feb 15:15
b383deb
Compare
Choose a tag to compare

Laravel 6 support

1.5.0

28 May 13:38
Compare
Choose a tag to compare

Add Laravel 5.8 support

1.4.0

07 Aug 11:19
Compare
Choose a tag to compare

Added

  • Added the ability to customize the redirect routes.

1.3.1

25 Jun 11:10
6377be8
Compare
Choose a tag to compare
Merge pull request #18 from rickwest/patch-1

Fixes #17 Update SendsPasswordResetEmails trait

1.3.0

04 Jun 12:35
543850e
Compare
Choose a tag to compare

Added

  • Emit a Confirmed event after a user confirms his email address.
  • Add an optional confirmed method to customize confirmation behavior.
  • The session now contains a confirmation_user_id after a successful confirmation.