SyliusMailerBundle

Simple e-mails sending!

MIT License

Downloads
5.7M
Stars
72
Committers
44

Bot releases are visible (Hide)

SyliusMailerBundle - v2.1.0-ALPHA.1 Latest Release

Published by lchrusciel 3 months ago

TL;DR

Add new features:

  • Email modifications
  • Debug command

Details

New Contributors

Full Changelog: https://github.com/Sylius/SyliusMailerBundle/compare/v2.0.0...v2.1.0-ALPHA.1

SyliusMailerBundle - v2.0.0

Published by Zales0123 almost 2 years ago

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

SyliusMailerBundle - v1.8.1

Published by Zales0123 almost 2 years ago

Details

SyliusMailerBundle - v2.0.0-BETA.1

Published by Zales0123 about 2 years ago

Details

SyliusMailerBundle - v1.8.0

Published by Zales0123 about 2 years ago

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

SyliusMailerBundle - v1.8.0-BETA.1

Published by Zales0123 over 2 years ago

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

SyliusMailerBundle - v1.7.1

Published by Zales0123 over 2 years ago

Details

SyliusMailerBundle - v1.7.0

Published by Zales0123 over 2 years ago

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

SyliusMailerBundle - v1.6.0

Published by pamil almost 4 years ago

  • #13 Default adapters without dependencies (@Zales0123)
  • #19 [Documentation] Extracted from Sylius/Sylius repository ()
  • #24 Switch from Travis to GitHub Actions (@pamil)
  • #25 Bump requirements to PHP ^7.3 and Symfony ^4.4|^5.1 (@pamil)
  • #26 Normalize composer.json files (@pamil)
  • #27 Add Psalm v4 (@pamil)
  • #28 Add support for PHP 8 (@pamil)
  • #29 Minor updates for licenses, changelogs and readmes (@pamil)