Releases: symfony/mime
Releases · symfony/mime
v8.0.0-BETA1
Changelog (v7.3.4...v8.0.0-BETA1)
- feature symfony/symfony#61424 [HttpKernel][Mime][Serializer][String][Validator] Replace __sleep/wakeup()by__(un)serialize()(@nicolas-grekas)
- feature symfony/symfony#61423 [Mime] Deprecate implementing __sleep/wakeup()onAbstractPartimplementations (@nicolas-grekas)
- feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1
Changelog (v7.3.4...v7.4.0-BETA1)
- feature symfony/symfony#61423 [Mime] Deprecate implementing __sleep/wakeup()onAbstractPartimplementations (@nicolas-grekas)
v7.3.4
Changelog (v7.3.3...v7.3.4)
- bug symfony/symfony#61766 Fix ord()-related PHP 8.5 deprecations (@nicolas-grekas)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v6.4.26
Changelog (v6.4.25...v6.4.26)
- bug symfony/symfony#61766 Fix ord()-related PHP 8.5 deprecations (@nicolas-grekas)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v7.3.2
Changelog (v7.3.1...v7.3.2)
- no significant changes
v7.2.9
Changelog (v7.2.8...v7.2.9)
- no significant changes
v6.4.24
Changelog (v6.4.23...v6.4.24)
- no significant changes
v7.3.0
Changelog (v7.3.0-RC1...v7.3.0)
- no significant changes
v7.3.0-RC1
Changelog (v7.3.0-BETA2...v7.3.0-RC1)
- no significant changes
v7.3.0-BETA1
Changelog (v7.2.6...v7.3.0-BETA1)
- feature symfony/symfony#60052 [Mailer][TwigBridge] Revert "Add support for translatable objects" (@kbond)
- feature symfony/symfony#59967 [Mailer][TwigBridge] Add support for translatable subject (@norkunas)