Skip to content

Commit c8a04f7

Browse files
thirschthePanz
authored andcommitted
Prepare 6.4.0
1 parent 02705e5 commit c8a04f7

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGES

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
Changelog
22
=========
33

4-
**Swiftmailer will stop being maintained at the end of November 2021.**
4+
**Swiftmailer has stopped being maintained at the end of November 2021.**
55

66
Please, move to Symfony Mailer at your earliest convenience.
77
Symfony Mailer is the next evolution of Swiftmailer.
88
It provides the same features with support for modern PHP code and support for third-party providers.
99
See https://symfony.com/doc/current/mailer.html for more information.
1010

11+
6.4.0 (2024-02-15)
12+
------------------
13+
14+
* Rename library, and bump support to php ^7.4 or ^8.1 by @thePanz
15+
* Added composer replace to fulfil swiftmailer/swiftmailer dependency by installing this package. by @thirsch in https://github.com/FriendsOfSymfony1/swiftmailer/pull/7
16+
* drop tests below 7.4 by @connorhu in https://github.com/FriendsOfSymfony1/swiftmailer/pull/5
17+
* php 8.2 support by @thirsch in https://github.com/FriendsOfSymfony1/swiftmailer/pull/6
18+
* Adjusting the repo readme to reflect fork purpose. by @thirsch in https://github.com/FriendsOfSymfony1/swiftmailer/pull/10
19+
* Adding php 8.3 to the party by @thirsch in https://github.com/FriendsOfSymfony1/swiftmailer/pull/13
20+
* Updating github action steps to fix deprecations. by @thirsch in https://github.com/FriendsOfSymfony1/swiftmailer/pull/11
21+
* Fixing test deprecations by @thirsch in https://github.com/FriendsOfSymfony1/swiftmailer/pull/12
22+
* apply cs fixer by @connorhu in https://github.com/FriendsOfSymfony1/swiftmailer/pull/4
23+
1124
6.3.0 (2021-10-18)
1225
------------------
1326

lib/classes/Swift.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
abstract class Swift
1717
{
18-
public const VERSION = '6.3.0';
18+
public const VERSION = '6.4.0';
1919

2020
public static $initialized = false;
2121
public static $inits = [];

0 commit comments

Comments
 (0)