Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit daea69c

Browse files
Merge branch '4.3' into 4.4
* 4.3: [Mailer] Remove line breaks in email attachment content Update links to documentation [Validator] Add the missing translations for the Arabic (ar) locale ensure to expect no validation for the right reasons [PhpUnitBridge] Add test case for @expectedDeprecation annotation [PhpUnitBridge][SymfonyTestsListenerTrait] Remove $testsWithWarnings stack [Mailer][MailchimpBridge] Fix missing attachments when sending via Mandrill API [Mailer][MailchimpBridge] Fix incorrect sender address when sender has name [HttpClient] fix capturing SSL certificates with NativeHttpClient [TwigBridge][Form] Added missing help messages in form themes Update year in license files Update year in license files [HttpClient] fix typo [Console][FormatterHelper] Use helper strlen statically and remove duplicated code [Routing] Fix i18n routing when the url contains the locale Fix BC issue in phpDoc Reflection library [Translator] Performance improvement in MessageCatalogue and catalogue operations.
2 parents f74870e + 12b248c commit daea69c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

Core/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2019 Fabien Potencier
1+
Copyright (c) 2004-2020 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the Java Spring framework.
99
Resources
1010
---------
1111

12-
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
12+
* [Documentation](https://symfony.com/doc/current/components/security.html)
1313
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1414
* [Report issues](https://github.com/symfony/symfony/issues) and
1515
[send Pull Requests](https://github.com/symfony/symfony/pulls)

Csrf/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2019 Fabien Potencier
1+
Copyright (c) 2004-2020 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Csrf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Security CSRF (cross-site request forgery) component provides a class
77
Resources
88
---------
99

10-
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
10+
* [Documentation](https://symfony.com/doc/current/components/security.html)
1111
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1212
* [Report issues](https://github.com/symfony/symfony/issues) and
1313
[send Pull Requests](https://github.com/symfony/symfony/pulls)

Guard/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2019 Fabien Potencier
1+
Copyright (c) 2004-2020 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Guard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ total control.
88
Resources
99
---------
1010

11-
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
11+
* [Documentation](https://symfony.com/doc/current/components/security.html)
1212
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1313
* [Report issues](https://github.com/symfony/symfony/issues) and
1414
[send Pull Requests](https://github.com/symfony/symfony/pulls)

Http/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2019 Fabien Potencier
1+
Copyright (c) 2004-2020 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the Java Spring framework.
99
Resources
1010
---------
1111

12-
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
12+
* [Documentation](https://symfony.com/doc/current/components/security.html)
1313
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1414
* [Report issues](https://github.com/symfony/symfony/issues) and
1515
[send Pull Requests](https://github.com/symfony/symfony/pulls)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2019 Fabien Potencier
1+
Copyright (c) 2004-2020 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ roles.
1111
Resources
1212
---------
1313

14-
* [Documentation](https://symfony.com/doc/current/components/security/index.html)
14+
* [Documentation](https://symfony.com/doc/current/components/security.html)
1515
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1616
* [Report issues](https://github.com/symfony/symfony/issues) and
1717
[send Pull Requests](https://github.com/symfony/symfony/pulls)

0 commit comments

Comments
 (0)