File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ ??/01/2023: Version 1.5.15
5+ --------------------------
6+
7+ * Add support for PHP 8.2 by @thirsch in #274
8+ * More adjustments for PHP 8.0 & 8.1 by @thirsch in #272
9+
10+ 25/11/2022: Version 1.5.14
11+ --------------------------
12+
13+ * Update composer.json to automatically remove lexpress/symfony1 package by @spirit-q2 in #241
14+ * Updated lexpress to fos1 in the submodules. by @thirsch in #238
15+ * Compat for Swiftmailer 6 but preserve compatibility with Swiftmailer 5. by @thirsch in #240
16+ * Update PHPDoc for ` sfWebController::redirect() ` func by @cmdeviant in #246
17+ * Fixing Issue #234 by @pathumhdes in #235
18+ * Add consistent local environment for testing with docker and docker-compose by @alquerci in #262
19+ * Use GitHub actions for Continuous Integration tests by @thePanz in #268
20+ * Add support for PHP 8.0 & 8.1 by @Tybaze in #266
21+
42208/06/2020: Version 1.5.13
523--------------------------
624
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ All the enhancements and BC breaks are listed in the [WHATS_NEW](https://github.
1111
1212- [ DIC] ( https://github.com/FriendsOfSymfony1/symfony1/wiki/ServiceContainer )
1313- Composer support
14- - PHP 8.1 support
14+ - PHP 8.2 support
1515- performance boost
1616- new widgets & validators
1717- some tickets fixed from the symfony trac
Original file line number Diff line number Diff line change 1111/**
1212 * The current symfony version.
1313 */
14- define ('SYMFONY_VERSION ' , '1.5.15-dev ' );
14+ define ('SYMFONY_VERSION ' , '1.5.15 ' );
1515
1616/**
1717 * sfCoreAutoload class.
You can’t perform that action at this time.
0 commit comments