All notable changes to laravel-welcome-mail
will be documented in this file
- Fix broken readme badge by @patinthehat in spatie#51
- Laravel 11.x Compatibility by @laravel-shift in spatie#54
- @patinthehat made their first contribution in spatie#51
- @laravel-shift made their first contribution in spatie#54
Full Changelog: https://github.com/spatie/laravel-welcome-notification/compare/2.3.2...2.4.0
- Fix branch : Changelog action by @Kristories in spatie#40
- Refactor tests to Pest by @alexmanase in spatie#41
- support Laravel 10
- @Kristories made their first contribution in spatie#40
- @alexmanase made their first contribution in spatie#41
Full Changelog: https://github.com/spatie/laravel-welcome-notification/compare/2.3.1...2.3.2
- allow
CarbonImmutable
(#29)
- add translation support (#27)
- add support for PHP 8
- Support Laravel 8
- fix password hashing #22
- improve copy
- add support for Laravel 7
- Change password min length to be 8
- expiration computed from validUntil (#9)
- initial release