Releases: beyondcode/helo-laravel
Releases · beyondcode/helo-laravel
2.0.0
2.0.0
This is a major version release with breaking changes. Please review the requirements before upgrading.
Requirements
- PHP: Now requires PHP 8.2+ (was PHP 8.0+)
- Laravel: Now supports Laravel 10, 11, and 12 only
- Dropped support for Laravel 7, 8, and 9
What's Changed
- Laravel 12 compatibility
- Updated dependencies
- Simplified mailer architecture by consolidating version-specific mailers
- Possible fix for issue #53 by @gabidj in #54
Full Changelog: 1.8.0...2.0.0
1.8.0
1.7.0
1.6.1
1.6.0
What's Changed
- Fix the
Mail::swap()
facade override used in Laravel 10 by @joelbutcher in #39 - Use Pest by @joelbutcher in #38
New Contributors
- @joelbutcher made their first contribution in #39
Full Changelog: 1.5.0...1.6.0