Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit6e2feb7

Browse files
authored
Merge pull request#25690 from fabpot/release-3.3.15
released v3.3.15
2 parentsd546dcf +c04fa7b commit6e2feb7

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

‎CHANGELOG-3.3.md‎

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

10+
* 3.3.15 (2018-01-05)
11+
12+
* bug#25532[HttpKernel] Disable CSP header on exception pages (ostrolucky)
13+
* bug#25491[Routing] Use the default host even if context is empty (sroze)
14+
* bug#25672[WebServerBundle] use interface_exists instead of class_exists (kbond)
15+
* bug#25662 Dumper shouldn't use html format for phpdbg / cli-server (jhoff)
16+
* bug#25529[Validator] Fix access to root object when using composite constraint (ostrolucky)
17+
* bug#25430 Fixes for Oracle in PdoSessionHandler (elislenio)
18+
* bug#25599 Add application/ld+json format associated to json (vincentchalamon)
19+
* bug#25623[HttpFoundation] Fix false-positive ConflictingHeadersException (nicolas-grekas)
20+
* bug#25624[WebServerBundle] Fix escaping of php binary with arguments (nicolas-grekas)
21+
* bug#25567[Process] Fix setting empty env vars (nicolas-grekas)
22+
* bug#25407[Console] Commands with an alias should not be recognized as ambiguous (Simperfit)
23+
* bug#25523[WebServerBundle] fix a bug where require would not require the good file because of env (Simperfit)
24+
* bug#25559[Process] Dont use getenv(), it returns arrays and can introduce subtle breaks accros PHP versions (nicolas-grekas)
25+
* bug#25552[WebProfilerBundle] Let fetch() cast URL to string (ro0NL)
26+
* bug#25521[Console] fix a bug when you are passing a default value and passing -n would output the index (Simperfit)
27+
* bug#25489[FrameworkBundle] remove esi/ssi renderers if inactive (dmaicher)
28+
* bug#25427 Preserve percent-encoding in URLs when performing redirects in the UrlMatcher (mpdude)
29+
* bug#25480[FrameworkBundle] add missing validation options to XSD file (xabbuh)
30+
* bug#25487[Console] Fix a bug when passing a letter that could be an alias (Simperfit)
31+
* bug#25425 When available use AnnotationRegistry::registerUniqueLoader (jrjohnson)
32+
* bug#24594[Translation] Fix InvalidArgumentException when using untranslated plural forms from .po files (BjornTwachtmann)
33+
* bug#25233[TwigBridge][Form] Fix hidden currency element with Bootstrap 3 theme (julienfalque)
34+
* bug#25413[HttpKernel] detect deprecations thrown by container initialization during tests (nicolas-grekas)
35+
* bug#25408[Debug] Fix catching fatal errors in case of nested error handlers (nicolas-grekas)
36+
* bug#25330[HttpFoundation] Support 0 bit netmask in IPv6 (`::/0`) (stephank)
37+
* bug#25378[VarDumper] Fixed file links leave blank pages when ide is configured (antalaron)
38+
* bug#25410[HttpKernel] Fix logging of post-terminate errors/exceptions (nicolas-grekas)
39+
* bug#25417[Process] Dont rely on putenv(), it fails on ZTS PHP (nicolas-grekas)
40+
* bug#25333[DI] Impossible to set an environment variable and then an array as container parameter (Phantas0s)
41+
* bug#25438[Yaml] empty lines don't count for indent detection (xabbuh)
42+
* bug#25389[Yaml] fix some edge cases with indented blocks (xabbuh)
43+
* bug#25340[Serializer] Unset attributes when creating child context (dunglas)
44+
* bug#25323[ExpressionLanguage] throw an SyntaxError instead of an undefined index notice (Simperfit)
45+
* bug#25364[DependencyInjection] Prevent a loop in aliases within the`findDefinition` method (sroze)
46+
1047
* 3.3.14 (2017-12-04)
1148

1249
* bug#25304[Bridge/PhpUnit] Prefer $_SERVER['argv'] over $argv (ricknox)

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

Lines 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-
constVERSION ='3.3.15-DEV';
64+
constVERSION ='3.3.15';
6565
constVERSION_ID =30315;
6666
constMAJOR_VERSION =3;
6767
constMINOR_VERSION =3;
6868
constRELEASE_VERSION =15;
69-
constEXTRA_VERSION ='DEV';
69+
constEXTRA_VERSION ='';
7070

7171
constEND_OF_MAINTENANCE ='01/2018';
7272
constEND_OF_LIFE ='07/2018';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp