Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97e753f

Browse filesBrowse files
authored
Merge pull request #24916 from fabpot/release-3.3.11
released v3.3.11
2 parents e720124 + cdadc2f commit 97e753f
Copy full SHA for 97e753f

File tree

2 files changed

+59
-2
lines changed
Filter options

2 files changed

+59
-2
lines changed

‎CHANGELOG-3.3.md

Copy file name to clipboardExpand all lines: CHANGELOG-3.3.md
+57Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,63 @@ in 3.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/v3.3.0...v3.3.1
99

10+
* 3.3.11 (2017-11-10)
11+
12+
* bug #24888 [FrameworkBundle] Specifically inject the debug dispatcher in the collector (ogizanagi)
13+
* bug #24909 [Intl] Update ICU data to 60.1 (jakzal)
14+
* bug #24870 [YAML] Allow to parse custom tags when linting yaml files (pierredup)
15+
* bug #24910 [HttpKernel][Debug] Remove noise from stack frames of deprecations (nicolas-grekas)
16+
* bug #24906 [Bridge/ProxyManager] Remove direct reference to value holder property (nicolas-grekas)
17+
* bug #24900 [Validator] Fix Costa Rica IBAN format (Bozhidar Hristov)
18+
* bug #24904 [Validator] Add Belarus IBAN format (Bozhidar Hristov)
19+
* bug #24881 [WebserverBundle] fixed the bug that caused that the webserver would … (Serkan Yildiz)
20+
* bug #24531 [HttpFoundation] Fix forward-compat of NativeSessionStorage with PHP 7.2 (sroze)
21+
* bug #24665 Fix dump panel hidden when closing a dump (julienfalque)
22+
* bug #24816 [Serializer] Fix extra attributes when no group specified (ogizanagi)
23+
* bug #24814 [Intl] Make intl-data tests pass and save language aliases again (jakzal)
24+
* bug #24810 [Serializer] readd default argument value (xabbuh)
25+
* bug #24735 [VarDumper] fix trailling comma when dumping an exception (Simperfit)
26+
* bug #24764 [HttpFoundation] add Early Hints to Reponse to fix test (Simperfit)
27+
* bug #24759 Removes \n or space when $context/$extra are empty (kirkmadera)
28+
* bug #24758 Throwing exception if redis and predis unavailable (aequasi)
29+
* bug #24744 debug:container --types: Fix bug with non-existent classes (weaverryan)
30+
* bug #24605 [FrameworkBundle] Do not load property_access.xml if the component isn't installed (ogizanagi)
31+
* bug #24706 [DependencyInjection] Add the possibility to disable assets via xml (renatomefi)
32+
* bug #24696 Ensure DeprecationErrorHandler::collectDeprecations() is triggered (alexpott)
33+
* bug #24686 Fix $_ENV/$_SERVER precedence in test framework (fabpot)
34+
* bug #24606 [HttpFoundation] Fix FileBag issue with associative arrays (enumag)
35+
* bug #24673 [DI] Throw when a service name or an alias contains dynamic values (prevent an infinite loop) (dunglas)
36+
* bug #24681 Fix isolated error handling (alexpott)
37+
* bug #24575 Ensure that PHPUnit's error handler is still working in isolated tests (alexpott)
38+
* bug #24597 [PhpUnitBridge] fix deprecation triggering test detection (xabbuh)
39+
* bug #24660 Escape trailing \ in QuestionHelper autocompletion (kamazee)
40+
* bug #24598 Prefer line formatter on missing cli dumper (greg0ire)
41+
* bug #24644 [Security] Fixed auth provider authenticate() cannot return void (glye)
42+
* bug #24642 [Routing] Fix resource miss (dunglas)
43+
* bug #24608 Adding the Form default theme files to be warmed up in Twig's cache (weaverryan)
44+
* bug #24626 streamed response should return $this (DQNEO)
45+
* bug #24589 Username and password in basic auth are allowed to contain '.' (Richard Quadling)
46+
* bug #24566 Fixed unsetting from loosely equal keys OrderedHashMap (maryo)
47+
* bug #24570 [Debug] Fix same vendor detection in class loader (Jean-Beru)
48+
* bug #24573 Fixed pathinfo calculation for requests starting with a question mark. (syzygymsu)
49+
* bug #24565 [Serializer] YamlEncoder: throw if the Yaml component isn't installed (dunglas)
50+
* bug #24563 [Serializer] ObjectNormalizer: throw if PropertyAccess isn't installed (dunglas)
51+
* bug #24571 [PropertyInfo] Add support for the iterable type (dunglas)
52+
* bug #24579 pdo session fix (mxp100)
53+
* bug #24536 [Security] Reject remember-me token if UserCheckerInterface::checkPostAuth() fails (kbond)
54+
* bug #24548 [Bridge\PhpUnit] Handle deprecations triggered in separate processes (paul-m)
55+
* bug #24519 [Validator] [Twig] added magic method __isset() to File Constraint class (loru88)
56+
* bug #24532 [DI] Fix possible incorrect php-code when dumped strings contains newlines (Strate)
57+
* bug #24502 [HttpFoundation] never match invalid IP addresses (xabbuh)
58+
* bug #24460 [Form] fix parsing invalid floating point numbers (xabbuh)
59+
* bug #24490 [HttpFoundation] Combine Cache-Control headers (c960657)
60+
* bug #23711 Fix support for PHP 7.2 (Simperfit, nicolas-grekas)
61+
* bug #24494 [HttpFoundation] Add missing session.lazy_write config option (nicolas-grekas)
62+
* bug #24498 [Bridge\PhpUnit] Fix infinite loop when running isolated method (nicolas-grekas)
63+
* bug #24434 [Form] Use for=ID on radio/checkbox label. (Nyholm)
64+
* bug #24455 [Console] Escape command usage (sroze)
65+
* bug #24462 [Yaml] parse references on merge keys with objects (xabbuh)
66+
1067
* 3.3.10 (2017-10-05)
1168

1269
* bug #23906 Added support for guards when advancing workflow from a command (GDIBass)

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
6161

6262
private $projectDir;
6363

64-
const VERSION = '3.3.11-DEV';
64+
const VERSION = '3.3.11';
6565
const VERSION_ID = 30311;
6666
const MAJOR_VERSION = 3;
6767
const MINOR_VERSION = 3;
6868
const RELEASE_VERSION = 11;
69-
const EXTRA_VERSION = 'DEV';
69+
const EXTRA_VERSION = '';
7070

7171
const END_OF_MAINTENANCE = '01/2018';
7272
const END_OF_LIFE = '07/2018';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.