Releases: symfony/mime
Releases · symfony/mime
v6.4.3
Changelog (v6.4.2...v6.4.3)
- bug symfony/symfony#53678 [Mime] Fix serializing uninitialized
RawMessage::$message
to null (@nicolas-grekas) - bug symfony/symfony#53565 [Mime] Fix undefined array key 0 when empty sender (@0x346e3730)
v6.3.12
Changelog (v6.3.11...v6.3.12)
- bug symfony/symfony#53678 [Mime] Fix serializing uninitialized
RawMessage::$message
to null (@nicolas-grekas) - bug symfony/symfony#53565 [Mime] Fix undefined array key 0 when empty sender (@0x346e3730)
v5.4.35
Changelog (v5.4.34...v5.4.35)
- bug symfony/symfony#53678 [Mime] Fix serializing uninitialized
RawMessage::$message
to null (@nicolas-grekas) - bug symfony/symfony#53565 [Mime] Fix undefined array key 0 when empty sender (@0x346e3730)
v7.0.0
Changelog (v7.0.0-RC2...v7.0.0)
- no significant changes
v6.4.0
Changelog (v6.4.0-RC2...v6.4.0)
- no significant changes
v7.0.0-RC1
Changelog (v7.0.0-BETA3...v7.0.0-RC1)
- no significant changes
v6.4.0-RC1
Changelog (v6.4.0-BETA3...v6.4.0-RC1)
- no significant changes
v7.0.0-BETA1
Changelog (v6.3.6...v7.0.0-BETA1)
- feature symfony/symfony#51926 [Mime] Forbid messages that are generators to be used more than once (@fabpot)
- feature symfony/symfony#51601 [Mime] Allow to add some headers as a strings (@Oipnet)
- feature symfony/symfony#51191 [Mime] Update mimetypes (@fabpot)
- feature symfony/symfony#50200 [Mailer] Adds
assertEmailSubjectContains
andassertEmailSubjectNotContains
methods (@johanadivare) - feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
- feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
- feature symfony/symfony#50873 Remove remaining deprecated code paths (@nicolas-grekas)
- feature symfony/symfony#50869 [Mime] remove deprecated methods in Mime Component (@fafiebig)
- feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)
v6.4.0-BETA1
Changelog (v6.3.6...v6.4.0-BETA1)
- feature symfony/symfony#51926 [Mime] Forbid messages that are generators to be used more than once (@fabpot)
- feature symfony/symfony#51601 [Mime] Allow to add some headers as a strings (@Oipnet)
- feature symfony/symfony#51191 [Mime] Update mimetypes (@fabpot)
- feature symfony/symfony#50200 [Mailer] Adds
assertEmailSubjectContains
andassertEmailSubjectNotContains
methods (@johanadivare) - feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
v6.3.5
Changelog (v6.3.4...v6.3.5)
- bug symfony/symfony#51489 [Mime] Fix email (de)serialization issues (@X-Coder264)