File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
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
+
4
22
08/06/2020: Version 1.5.13
5
23
--------------------------
6
24
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.
11
11
12
12
- [ DIC] ( https://github.com/FriendsOfSymfony1/symfony1/wiki/ServiceContainer )
13
13
- Composer support
14
- - PHP 8.1 support
14
+ - PHP 8.2 support
15
15
- performance boost
16
16
- new widgets & validators
17
17
- some tickets fixed from the symfony trac
Original file line number Diff line number Diff line change 11
11
/**
12
12
* The current symfony version.
13
13
*/
14
- define ('SYMFONY_VERSION ' , '1.5.15-dev ' );
14
+ define ('SYMFONY_VERSION ' , '1.5.15 ' );
15
15
16
16
/**
17
17
* sfCoreAutoload class.
You can’t perform that action at this time.
0 commit comments