8000 Merge branch '5.3' into 5.4 · symfony/symfony@b0153f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0153f4

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Add sponsors for 5.3 Bump Symfony version to 5.3.0 Update VERSION for 5.3.0-RC1 Update CHANGELOG for 5.3.0-RC1
2 parents 8f595ec + 63c3af0 commit b0153f4

File tree

3 files changed

+51
-4
lines changed

3 files changed

+51
-4
lines changed

CHANGELOG-5.3.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ in 5.3 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v5.3.0...v5.3.1
99

10+
* 5.3.0-RC1 (2021-05-19)
11+
12+
* security #cve-2021-21424 [Security\Core] Fix user enumeration via response body on invalid credentials (chalasr)
13+
* bug #41275 Fixes Undefined method call (faizanakram99)
14+
* feature #41175 [Security] [RememberMe] Add support for parallel requests doing remember-me re-authentication (Seldaek)
15+
* bug #41269 [SecurityBundle] Remove invalid unused service (chalasr)
16+
* feature #41247 [Security] Deprecate the old authentication mechanisms (chalasr)
17+
* bug #41139 [Security] [DataCollector] Remove allows anonymous information in datacollector (ismail1432)
18+
* bug #41254 [Security\Http] Fix handling `secure: auto` using the new RememberMeAuthenticator (chalasr)
19+
* bug #41230 [FrameworkBundle][Validator] Fix deprecations from Doctrine Annotations+Cache (derrabus)
20+
* bug #41206 [Mailer] Fix SES API call with UTF-8 Addresses (jderusse)
21+
* bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)
22+
* bug #41241 [Finder] Fix gitignore regex build with "**" (mvorisek)
23+
* bug #41224 [HttpClient] fix adding query string to relative URLs with scoped clients (nicolas-grekas)
24+
* bug #41233 [DependencyInjection][ProxyManagerBridge] Don't call class_exists() on null (derrabus)
25+
* bug #41214 [Console] fix registering command aliases when using the new "cmd|alias" syntax for names (nicolas-grekas)
26+
* bug #41211 [Notifier] Add missing charset to content-type for Slack notifier (norkunas)
27+
* bug #41210 [Console] Fix Windows code page support (orkan)
28+
1029
* 5.3.0-BETA4 (2021-05-12)
1130

1231
* security #cve-2021-21424 [Security][Guard] Prevent user enumeration (chalasr)

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<img src="https://symfony.com/logos/symfony_black_02.svg">
33
</a></p>
44

5-
[Symfony][1] is a **PHP framework** for web and console applications and a set of reusable
6-
**PHP components**. Symfony is used by thousands of web applications (including
7-
BlaBlaCar.com and Spotify.com) and most of the [popular PHP projects][2] (including
8-
Drupal and Magento).
5+
[Symfony][1] is a **PHP framework** for web and console applications and a set
6+
of reusable **PHP components**. Symfony is used by thousands of web
7+
applications and most of the [popular PHP projects][2].
98

109
Installation
1110
------------
@@ -15,6 +14,17 @@ Installation
1514
Support" (LTS) versions and has a [release process][6] that is predictable and
1615
business-friendly.
1716

17+
Sponsor
18+
-------
19+
20+
Symfony 5.3 is [backed][27] by [JoliCode][28].
21+
22+
JoliCode is a team of passionate developers and open-source lovers, with a
23+
strong expertise in PHP & Symfony technologies. They can help you build your
24+
projects using state-of-the-art practices.
25+
26+
Help Symfony by [sponsoring][29] its development!
27+
1828
Documentation
1929
-------------
2030

@@ -76,3 +86,6 @@ Symfony development is sponsored by [SensioLabs][21], led by the
7686
[24]: https://symfony.com/coc
7787
[25]: https://symfony.com/doc/current/contributing/code_of_conduct/care_team.html
7888
[26]: https://symfony.com/book
89+
[27]: https://symfony.com/backers
90+
[28]: https://jolicode.com/
91+
[29]: https://symfony.com/sponsor

src/Symfony/Component/Routing/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ $url = $generator->generate('blog_show', [
4141
// $url = '/blog/my-blog-post'
4242
```
4343

44+
Sponsor
45+
-------
46+
47+
The Routing component for Symfony 5.3 is [backed][1] by [redirection.io][2].
48+
49+
redirection.io logs all your website’s HTTP traffic, and lets you fix errors
50+
with redirect rules in seconds. Give your marketing, SEO and IT teams the right
51+
tool to manage your website traffic efficiently!
52+
53+
Help Symfony by [sponsoring][3] its development!
54+
4455
Resources
4556
---------
4657

@@ -49,3 +60,7 @@ Resources
4960
* [Report issues](https://github.com/symfony/symfony/issues) and
5061
[send Pull Requests](https://github.com/symfony/symfony/pulls)
5162
in the [main Symfony repository](https://github.com/symfony/symfony)
63+
64+
[1]: https://symfony.com/backers
65+
[2]: https://redirection.io/
66+
[3]: https://symfony.com/sponsor

0 commit comments

Comments
 (0)
0