Releases: Sylius/SyliusMailerBundle
v2.1.0
TL;DR
- Email modifications
- Debug command
- Symfony 7 support
Details (full changelog between 2.0 and 2.1 versions)
- #182 [Maintenance] Resolve/remove adapter inside compiler passes (@NoResponseMate, @Zales0123)
- #184 Improve the build and fix it in the same time (@Zales0123)
- #191 Clean up the code for PHP 8.0 (@Zales0123)
- #192 Email modification after creation (@Zales0123)
- #233 [Maintenance] Update ECS config (@NoResponseMate)
- #259 Manage address/name recipients array in SymfonyMailerAdapter (@lanfisis)
- #260 Update phpstan/phpstan requirement from 1.11.10 to 1.12.4
- #262 Update phpstan/phpstan-phpunit requirement from 1.1.1 to 1.4.0
- #265 Update phpstan/phpstan requirement from 1.12.4 to 1.12.5
- #263 Update phpstan/phpstan-webmozart-assert requirement from 1.2.0 to 1.2.11
New Contributors
- @NoResponseMate made their first contribution in #182
- @lanfisis made their first contribution in #259
Full Changelog: v2.0.0...v2.1.0
v2.1.0-BETA.1
Details
- #259 Manage address/name recipients array in SymfonyMailerAdapter (@lanfisis)
- #260 Update phpstan/phpstan requirement from 1.11.10 to 1.12.4 (@dependabot[@bot])
- #262 Update phpstan/phpstan-phpunit requirement from 1.1.1 to 1.4.0 (@dependabot[@bot], @GSadee)
New Contributors
Full Changelog: v2.1.0-ALPHA.1...v2.1.0-BETA.1
v2.1.0-ALPHA.1
TL;DR
- Email modifications
- Debug command
- Symfony 7 support
Details
- #182 [Maintenance] Resolve/remove adapter inside compiler passes (@NoResponseMate, @Zales0123)
- #184 Improve the build and fix it in the same time (@Zales0123)
- #191 Clean up the code for PHP 8.0 (@Zales0123)
- #192 Email modification after creation (@Zales0123)
- #222 Update of GitHub file and dependencies (@lchrusciel)
- #233 [Maintenance] Update ECS config (@NoResponseMate)
- #223 Debug Sylius Mailer command (@lchrusciel)
- #242 Unify READMEs on 2.0 and 2.1 (@Zales0123)
- #245 Upgrade PHPstan + fix ECS (@Zales0123)
New Contributors
- @NoResponseMate made their first contribution in #182
- @damonsson made their first contribution in #234
Full Changelog: v2.0.0...v2.1.0-ALPHA.1
v2.0.0
TL;DR
Support for Swiftmailer dropped. Support for Symfony 6 added 🖖 🚀
Details
This is a full changelog since the previous minor version: v1.8.0
Features
Improvements
- #158 Remove dead code on sender adapters (@Nek-)
- #164 Remove support for Swiftmailer (@Zales0123)
- #165 Update phpstan/phpstan requirement from 1.7.15 to 1.8.5 (@dependabot[@bot])
v1.8.1
v2.0.0-BETA.1
Details
- #155 Add support for Symfony 6 (@loic425)
- #164 Remove support for Swiftmailer (@Zales0123)
- #165 Update phpstan/phpstan requirement from 1.7.15 to 1.8.5 (@dependabot[@bot])
v1.8.0
TL;DR
🎉 🚀
This is the last release supporting the deprecated Swiftmailer adapter. The next one (2.0.0) will drop it and provides Symfony 6 support.
Summary:
- support for Symfony Mailer
- CC and BCC in the sender
- Symfony 4.4 dropped
- PHP 8.1 support
- lots of improvements and fixes
Details
This is a full changelog since the previous minor version: v1.7.0
Features
- #102 Add an adapter to support the Symfony Mailer component and deprecate the Swiftmailer integration (@mbabker)
- #152 Allow to specify CC and BCC in sender (@Zales0123)
Improvements
- #116 Branch alias should be 1.8-dev now 🖖 (@Zales0123)
- #123 Update phpstan/phpstan requirement from 1.4.9 to 1.6.7 (@dependabot[@bot])
- #124 Drop Symfony 4.4 (@Zales0123)
- #128 [DX] Usable test application (@Zales0123)
- #125 Update phpstan/phpstan-phpunit requirement from 1.0.0 to 1.1.1 (@dependabot[@bot])
- #138 Update phpstan/phpstan-webmozart-assert requirement from 1.1.2 to 1.2.0 (@dependabot[@bot])
- #143 Update phpstan/phpstan requirement from 1.6.7 to 1.7.12 (@dependabot[@bot])
- #144 Support PHP 8.1 (@Zales0123)
- #150 Functional tests for sending emails (via both Swiftmailer and Symfony Mailer) (@Zales0123)
- #154 Add test for Swiftmailer adapter as the default one (@Zales0123)
- #149 Update phpstan/phpstan requirement from 1.7.12 to 1.7.15 (@dependabot[@bot])
- #153 Update rector/rector requirement from ^0.12.19 to ^0.13.6 (@dependabot[@bot])
Fixes
- #142 Upgrade ECS configuration to fix the build (@Zales0123)
- #131 Fix production autoload warning (@Ferror)
- #163 Enable flex in global composer to fix the build (@Zales0123)
v1.8.0-BETA.1
Features
- #102 Add an adapter to support the Symfony Mailer component and deprecate the Swiftmailer integration (@mbabker)
- #152 Allow to specify CC and BCC in sender (@Zales0123)
Changes
- #116 Branch alias should be 1.8-dev now 🖖 (@Zales0123)
- #123 Update phpstan/phpstan requirement from 1.4.9 to 1.6.7 (@dependabot[@bot])
- #124 Drop Symfony 4.4 (@Zales0123)
- #125 Update phpstan/phpstan-phpunit requirement from 1.0.0 to 1.1.1 (@dependabot[@bot])
- #128 [DX] Usable test application (@Zales0123)
- #138 Update phpstan/phpstan-webmozart-assert requirement from 1.1.2 to 1.2.0 (@dependabot[@bot])
- #143 Update phpstan/phpstan requirement from 1.6.7 to 1.7.12 (@dependabot[@bot])
- #144 Support PHP 8.1 (@Zales0123)
- #149 Update phpstan/phpstan requirement from 1.7.12 to 1.7.15 (@dependabot[@bot])
- #150 Functional tests for sending emails (via both Swiftmailer and Symfony Mailer) (@Zales0123)
- #153 Update rector/rector requirement from ^0.12.19 to ^0.13.6 (@dependabot[@bot])
- #154 Add test for Swiftmailer adapter as the default one (@Zales0123)
- #155 Allow to trigger build manually (@Zales0123)
Fixes
- #118 [Sender] Assert recipient emails are always not empty strings (@lchrusciel)
- #131 Fix production autoload warning (@Ferror)
- #142 Upgrade ECS configuration to fix the build (@Zales0123)
- #151 Fix CS and upgrade configuration (@Zales0123)
v1.7.1
v1.7.0
TL;DR
This minor release is tagged due to dropping the support for PHP 7.4 and upgrading Symfony 5 dependencies to ^5.4. It's also the first release after 17 months since 1.6.0 🚀 🎉
It does not contain any new features (such as Symfony Mailer support). To simplify the upgrade process, they will be added in the upcoming, 1.8.0 release 🖖
Details
- #14 Github repository configuration from Sylius/Sylius (@CoderMaggie, @Zales0123)
- #83 Upgrade to GitHub-native Dependabot (@dependabot-preview[@bot])
- #104 Drop support for PHP7.4, Symfony version upgraded to 5.4 (@Rafikooo)
- #105 Allow usage of Twig 3 (@Zales0123)
- #106 Update phpstan/phpstan-phpunit requirement from 0.12.17 to 0.12.22 (@dependabot[@bot])
- #108 Update phpstan/phpstan-webmozart-assert requirement from 0.12.8 to 0.12.16 (@dependabot[@bot])
- #109 Replace deprecated
setPrivate()
withsetPublic()
(@stloyd) - #113 Document array structures (@mbabker)
- #114 Upgrade Psalm and PHPStan (@Zales0123)
- #115 Small fixes in README (@Zales0123)