Skip to content

v1.8.0

Compare
Choose a tag to compare
@Zales0123 Zales0123 released this 07 Sep 14:08
· 11 commits to 1.8 since this release
v1.8.0
cbd9b62

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