Skip to content

Releases: Sylius/SyliusMailerBundle

v2.1.0

01 Oct 10:54
v2.1.0
629baa6
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...v2.1.0

v2.1.0-BETA.1

24 Sep 10:00
v2.1.0-BETA.1
9d2adac
Compare
Choose a tag to compare
v2.1.0-BETA.1 Pre-release
Pre-release

Details

New Contributors

Full Changelog: v2.1.0-ALPHA.1...v2.1.0-BETA.1

v2.1.0-ALPHA.1

29 Jul 20:27
v2.1.0-ALPHA.1
f6f8d24
Compare
Choose a tag to compare
v2.1.0-ALPHA.1 Pre-release
Pre-release

TL;DR

  • Email modifications
  • Debug command
  • Symfony 7 support

Details

New Contributors

Full Changelog: v2.0.0...v2.1.0-ALPHA.1

v2.0.0

24 Nov 12:25
v2.0.0
59e27fe
Compare
Choose a tag to compare

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

v1.8.1

24 Nov 12:01
v1.8.1
0dbdf1c
Compare
Choose a tag to compare

Details

v2.0.0-BETA.1

09 Sep 13:30
v2.0.0-BETA.1
a484b33
Compare
Choose a tag to compare

Details

v1.8.0

07 Sep 14:08
v1.8.0
cbd9b62
Compare
Choose a tag to compare

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

Fixes

v1.8.0-BETA.1

28 Jun 10:32
v1.8.0-BETA.1
2495395
Compare
Choose a tag to compare
v1.8.0-BETA.1 Pre-release
Pre-release

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

Fixes

v1.7.1

26 Apr 12:27
v1.7.1
5c60225
Compare
Choose a tag to compare

Details

  • #118 [Sender] Assert recipient emails are always not empty strings (@lchrusciel)

v1.7.0

25 Apr 11:59
v1.7.0
d5eb632
Compare
Choose a tag to compare

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