Skip to content

Commit

Permalink
Merge pull request #275 from vemaeg/feature/release-preparations
Browse files Browse the repository at this point in the history
Prepared release 1.5.15
  • Loading branch information
thePanz authored Jan 12, 2023
2 parents 9bba8c5 + e432434 commit a72247f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
CHANGELOG
=========

??/01/2023: Version 1.5.15
--------------------------

* Add support for PHP 8.2 by @thirsch in #274
* More adjustments for PHP 8.0 & 8.1 by @thirsch in #272

25/11/2022: Version 1.5.14
--------------------------

* Update composer.json to automatically remove lexpress/symfony1 package by @spirit-q2 in #241
* Updated lexpress to fos1 in the submodules. by @thirsch in #238
* Compat for Swiftmailer 6 but preserve compatibility with Swiftmailer 5. by @thirsch in #240
* Update PHPDoc for `sfWebController::redirect()` func by @cmdeviant in #246
* Fixing Issue #234 by @pathumhdes in #235
* Add consistent local environment for testing with docker and docker-compose by @alquerci in #262
* Use GitHub actions for Continuous Integration tests by @thePanz in #268
* Add support for PHP 8.0 & 8.1 by @Tybaze in #266

08/06/2020: Version 1.5.13
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All the enhancements and BC breaks are listed in the [WHATS_NEW](https://github.

- [DIC](https://github.com/FriendsOfSymfony1/symfony1/wiki/ServiceContainer)
- Composer support
- PHP 8.1 support
- PHP 8.2 support
- performance boost
- new widgets & validators
- some tickets fixed from the symfony trac
Expand Down
2 changes: 1 addition & 1 deletion lib/autoload/sfCoreAutoload.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* The current symfony version.
*/
define('SYMFONY_VERSION', '1.5.15-dev');
define('SYMFONY_VERSION', '1.5.15');

/**
* sfCoreAutoload class.
Expand Down

0 comments on commit a72247f

Please sign in to comment.