All notable changes to laravel-verify-new-email
will be documented in this file
- Interact with the Mailable before sending
- Support for Laravel 9
- Support for PHP 8.1
- Dropped support for PHP 7.3
- Dropped support for Laravel 6 and 7
- Redirect bugfix
- Support for PHP 8.0
- Dropped support for PHP 7.2
- Added
InvalidEmailVerificationModelException
- support for Laravel 8.0
- support for Laravel 7.0
- support for custom model
- setting to remember login
- added
web
middleware to verification route
- don't fire event if nothing has changed
- refactoring
- publishes the migration only once
- refactoring
- added a subject to Mailables
- unguarded the PendingUserEmail model
- bugfix for sending the wrong Mailable
- initial release