Releases: wouterdeberg/laravel-elastic-email
Releases · wouterdeberg/laravel-elastic-email
V2.1.2
V2.1.1
V2.1.0
V2.0.2
- Fix for error in AbstractTransport: must not be accessed before initialization by @Ahmad-mehdizade .
Pull request
V2.0.1
V2.0.0
Compatibility update for Laravel 9
- The package is now using Symfony Mailer instead of SwiftMailer due to the made transition in Laravel 9.
- The package is using the Laravel default MailManager again.
- The package no longer needs your Elastic Email Account ID, only your Elastic Email API Key.
Upgrade guide from V1 to V2:
- Turn the MailServiceProvider back on in your app.php config file.
- Remove your account ID environment variable.
- Update your elastic_email mailer attribute in your mail.php configuration as shown in the README file.
V1.0.2
Updated composer.json
v1.0.1
Updated composer.json
v1.0
This is the initial release.