v1.5.14
版本发布时间: 2022-11-26 00:12:57
FriendsOfSymfony1/symfony1最新发布版本:v1.5.15(2023-01-12 21:11:04)
:warning: Reminder: a new release of symfony1 does not mean you might use it for new projects. You MUST use Symfony 6 instead.
Most of changes for that release are for PHP 7.4, 8.0 and 8.1 compatibility.
What's Changed
- Update composer.json to automatically remove
lexpress/symfony1
package by @spirit-q2 in https://github.com/FriendsOfSymfony1/symfony1/pull/241 - Updated lexpress to fos1 in the submodules. by @thirsch in https://github.com/FriendsOfSymfony1/symfony1/pull/238
- Compat for Swiftmailer 6 but preserve compatibility with Swiftmailer 5. by @thirsch in https://github.com/FriendsOfSymfony1/symfony1/pull/240
- Update PHPDoc for sfWebController::redirect() func by @cmdeviant in https://github.com/FriendsOfSymfony1/symfony1/pull/246
- Fixing Issue #234 by @pathumhdes in https://github.com/FriendsOfSymfony1/symfony1/pull/235
- Add consistent local environment for testing with docker and docker-compose by @alquerci in https://github.com/FriendsOfSymfony1/symfony1/pull/262
- Use GitHub actions for Continuous Integration tests by @thePanz in https://github.com/FriendsOfSymfony1/symfony1/pull/268
- Add support for PHP 8.0 & 8.1 by @Tybaze in https://github.com/FriendsOfSymfony1/symfony1/pull/266
New Contributors
- @thirsch made their first contribution in https://github.com/FriendsOfSymfony1/symfony1/pull/238
- @cmdeviant made their first contribution in https://github.com/FriendsOfSymfony1/symfony1/pull/246
- @alquerci made their first contribution in https://github.com/FriendsOfSymfony1/symfony1/pull/262
- @Tybaze made their first contribution in https://github.com/FriendsOfSymfony1/symfony1/pull/266
Full Changelog: https://github.com/FriendsOfSymfony1/symfony1/compare/v1.5.13...v1.5.14