|
1 | 1 | CHANGELOG
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +======= |
| 5 | + |
| 6 | +xx/xx/xxxx: Version 1.5.xx |
| 7 | +-------------------------- |
| 8 | + |
| 9 | +* Remove sfXCacheCache as the extension is not available on PHP v7.4 anymore. |
| 10 | +* Remove sfEAcceleratorCache as the extension is not available on PHP v7.4 anymore. |
| 11 | +* Remove sfAPCCache as it uses the `apc` extension, which is not available on PHP v7.4 anymore. |
| 12 | + **[BC-Break]** Use `sfAPCuCache` class instead, available from Symfony1 v1.5.16 |
| 13 | + |
| 14 | +28/02/2024: Version 1.5.18 |
| 15 | +-------------------------- |
| 16 | + |
| 17 | +* Set min versions of swiftmailer to 5.4.13 and 6.2.5 and updated swiftmailer submodule by @thirsch in #331 |
| 18 | + |
| 19 | +23/02/2024: Version 1.5.17 |
| 20 | +-------------------------- |
| 21 | + |
| 22 | +* Update min PHP requirement to v7.4 or v8.1 by @thePanz in #325 |
| 23 | +* Updated gh workflow to use latest actions by @thirsch in #330 |
| 24 | +* Backported display_errors-handling to sf1 by @thirsch in #328 |
| 25 | + |
| 26 | +15/02/2024: Version 1.5.16 |
| 27 | +-------------------------- |
| 28 | + |
| 29 | +* Fix(deprecations) Fix deprecations in sfMessageSource_Aggregate, by @thePanz in #277 |
| 30 | +* Add(linting) Add code linting to GitHub workflow, use php-cs-fixer by @thePanz in #283 |
| 31 | +* Add(gitattributes) Add .gitattributes to repository by @thePanz in #287 |
| 32 | +* fix: avoid creating dynamic property $options by @vimar in #290 |
| 33 | +* Update(github) Update github workflows by @thePanz in #292 |
| 34 | +* php8.3 in the party by @connorhu in #294 |
| 35 | +* Fix(php-cs-fixer) Fix php-cs-fixer to v3.45 and apply code fixes by @thePanz in #300 |
| 36 | +* 8.3 compat/string to array by @iricketson in #298 |
| 37 | +* Fix APC tests and add APCu support by @mentalstring in #267 |
| 38 | +* [8.x Compatiblity] sfDebug::shortenFilePath by @iricketson in #299 |
| 39 | +* Fix strpos() deprecation on sfCacheSessionStorage check for cookie by @thePanz in #303 |
| 40 | +* Fix setrawcookie() deprecation on null parameter by @thePanz in #304 |
| 41 | +* Fix str_replace() deprecated null parameter on sfNumberFormat by @thePanz in #305 |
| 42 | +* [PHP] Replace default $flags variable with 0 by @iricketson in #307 |
| 43 | +* [PHP8] Declare sfDoctrineFormGenerator $params property by @iricketson in #306 |
| 44 | +* Update README by @mentalstring in #310 |
| 45 | +* minor fix: remove fourth argument by @connorhu in #308 |
| 46 | +* Fix PHP8.1 sfForm - Unsupported operand types: array + null on sfForm by @Tybaze in #281 |
| 47 | +* Fix link to GitHub pipeline badge by @thePanz in #311 |
| 48 | +* fix(phpdoc) remove html code from throws phpdoc. phpstan don't like this by @connorhu in #309 |
| 49 | +* fix(phpdoc) remove version tag by @connorhu in #313 |
| 50 | + |
| 51 | +12/01/2023: Version 1.5.15 |
| 52 | +-------------------------- |
| 53 | + |
| 54 | +* Add support for PHP 8.2 by @thirsch in #274 |
| 55 | +* More adjustments for PHP 8.0 & 8.1 by @thirsch in #272 |
| 56 | + |
| 57 | +25/11/2022: Version 1.5.14 |
| 58 | +-------------------------- |
| 59 | + |
| 60 | +* Update composer.json to automatically remove lexpress/symfony1 package by @spirit-q2 in #241 |
| 61 | +* Updated lexpress to fos1 in the submodules. by @thirsch in #238 |
| 62 | +* Compat for Swiftmailer 6 but preserve compatibility with Swiftmailer 5. by @thirsch in #240 |
| 63 | +* Update PHPDoc for `sfWebController::redirect()` func by @cmdeviant in #246 |
| 64 | +* Fixing Issue #234 by @pathumhdes in #235 |
| 65 | +* Add consistent local environment for testing with docker and docker-compose by @alquerci in #262 |
| 66 | +* Use GitHub actions for Continuous Integration tests by @thePanz in #268 |
| 67 | +* Add support for PHP 8.0 & 8.1 by @Tybaze in #266 |
| 68 | + |
4 | 69 | 08/06/2020: Version 1.5.13
|
5 | 70 | --------------------------
|
6 | 71 |
|
|
0 commit comments