Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Comparing changes
Open a pull request
base repository:symfony/symfony
Uh oh!
There was an error while loading.Please reload this page.
base:v4.4.28
head repository:symfony/symfony
Uh oh!
There was an error while loading.Please reload this page.
compare:v4.4.29
- 15commits
- 17files changed
- 6contributors
Commits on Jul 27, 2021
Bump Symfony version to 4.4.29
fabpot committedJul 27, 2021 missing translations for basque
aetxebeste committedJul 27, 2021 bug#42289[HttpFoundation] Fixed type mismatch (Toflar)
This PR was squashed before being merged into the 4.4 branch.Discussion----------[HttpFoundation] Fixed type mismatch| Q | A| ------------- | ---| Branch? | 4.4| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets |#42290| License | MIT| Doc PR | -Fixes> Argument 1 passed to str_contains() must be of the type string, null given, called in /.../vendor/symfony/http-foundation/Response.php on line 327in case there's no `cache-control` response header. This doesn't happen by default as the `Response` is initialized with one by default but any class extending from it can adjust that. Technically speaking, it's not disallowed to have no `cache-control` header set.Want me to add a test for that? :)Commits-------31591c3 [HttpFoundation] Fixed type mismatch
derrabus committedJul 27, 2021 Remove polyfills from Yaml and Dotenv
Signed-off-by: Alexander M. Turek <me@derrabus.de>
derrabus committedJul 27, 2021 minor#42281[Console] Readd missing php-doc parameter for constructo…
…r (brosenberger)This PR was squashed before being merged into the 4.4 branch.Discussion----------[Console] Readd missing php-doc parameter for constructor| Q | A| ------------- | ---| Branch? | 4.4| Bug fix? | yes| New feature? |no| Deprecations? |no| Tickets | no| License | MIT| Doc PR | symfony/symfony-docs#... <!-- required for new features -->partly revert the php constroctur php doc (readd missing php-doc for $name and $description) even if they not that meaningfullThis is needed as Magento2 uses this library and needs all php-doc parameter for interception compilation. if there are any missing parameters (in this case $name and $description) break compile step as the parameters are missmatching the actual parameters:(AbstractConfigOption extends InputOption)Commits-------09e7d6f [Console] Readd missing php-doc parameter for constructor
derrabus committedJul 27, 2021
Commits on Jul 29, 2021
bug#42296[Dotenv][Yaml] Remove PHP 8.0 polyfill (derrabus)
This PR was merged into the 4.4 branch.Discussion----------[Dotenv][Yaml] Remove PHP 8.0 polyfill| Q | A| ------------- | ---| Branch? | 4.4| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets |Fix#42280| License | MIT| Doc PR | N/AThis is a partial revert of#41576 and#41973.Commits-------08ecbf5 Remove polyfills from Yaml and Dotenv
fabpot committedJul 29, 2021 bug#42307[Mailer] Fixed decode exception when sendgrid response is …
…202 (rubanooo)This PR was submitted for the 5.3 branch but it was squashed and merged into the 4.4 branch instead.Discussion----------[Mailer] Fixed decode exception when sendgrid response is 202| Q | A| ------------- | ---| Branch? | 5.4 for features / 4.4, 5.2 or 5.3 for bug fixes <!-- see below -->| Bug fix? | yes| New feature? | no <!-- please update src/**/CHANGELOG.md files -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tickets |Fix#42306 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->| License | MIT| Doc PR | symfony/symfony-docs#... <!-- required for new features --><!--Replace this notice by a short README for your feature/bugfix. This will help peopleunderstand your PR and can be used as a start for the documentation.Additionally (seehttps://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (seehttps://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch 5.x. - Changelog entry should followhttps://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry-->Commits-------9c6d31a [Mailer] Fixed decode exception when sendgrid response is 202
fabpot committedJul 29, 2021 minor#42279missing translations for basque (aetxebeste)
This PR was merged into the 4.4 branch.Discussion----------missing translations for basque| Q | A| ------------- | ---| Branch? | 4.4 <!-- see below -->| Bug fix? | no| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tickets |Fix#41031 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->| License | MIT| Doc PR | symfony/symfony-docs#... <!-- required for new features --><!--Replace this notice by a short README for your feature/bugfix. This will help peopleunderstand your PR and can be used as a start for the documentation.Additionally (seehttps://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (seehttps://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch 5.x. - Changelog entry should followhttps://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry-->Commits-------dbc28d0 missing translations for basque
fabpot committedJul 29, 2021 - fabpot committed
Jul 29, 2021 Update CONTRIBUTORS for 4.4.29
fabpot committedJul 29, 2021 - fabpot committed
Jul 29, 2021
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v4.4.28...v4.4.29
Uh oh!
There was an error while loading.Please reload this page.