Skip to content

Commit a72247f

Browse files
authored
Merge pull request #275 from vemaeg/feature/release-preparations
Prepared release 1.5.15
2 parents 9bba8c5 + e432434 commit a72247f

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
CHANGELOG
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+
422
08/06/2020: Version 1.5.13
523
--------------------------
624

README.md

+1-1
Original file line numberDiff line numberDiff 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

lib/autoload/sfCoreAutoload.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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.

0 commit comments

Comments
 (0)