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 eb2a4f5

Browse filesBrowse files
committed
Merge pull request #16766 from fabpot/release-3.0.0
released v3.0.0
2 parents 2e3f1cc + 72c6b83 commit eb2a4f5
Copy full SHA for eb2a4f5

File tree

2 files changed

+66
-2
lines changed
Filter options

2 files changed

+66
-2
lines changed

‎CHANGELOG-3.0.md

Copy file name to clipboardExpand all lines: CHANGELOG-3.0.md
+64Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,70 @@ in 3.0 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.0.0...v3.0.1
99

10+
* 3.0.0 (2015-11-30)
11+
12+
* bug #16758 Fix BC for the default root form name (stof)
13+
* feature #16754 [Security] allow arbitrary types in VoterInterface::vote() (xabbuh)
14+
* bug #16753 [Process] Fix signaling/stopping logic on Windows (nicolas-grekas)
15+
* feature #16755 [Security] add subject variable to expression context (xabbuh)
16+
* bug #16642 [DI][autowiring] throw exception when many services use the same class. (aitboudad)
17+
* bug #16745 [Yaml] look for colon in parsed inline string (xabbuh)
18+
* bug #16733 [Console] do not encode backslashes in console default description (Tobion)
19+
* feature #16735 [WIP] [Ldap] Marked the Ldap component as internal (csarrazi)
20+
* bug #16734 Make sure security.role_hierarchy.roles always exists (WouterJ)
21+
* feature #16723 [Form] remove deprecated CSRF options (xabbuh)
22+
* feature #16725 [Form] Removed useless code (webmozart)
23+
* feature #16724 Added getBlockPrefix to FormTypeInterface (WouterJ)
24+
* feature #16722 [Security][SecurityBundle] Use csrf_token_id instead of deprecated intention (jakzal)
25+
* feature #16727 [Form] remove deprecated getTimezones() method (xabbuh)
26+
* bug #16312 [HttpKernel] clearstatcache() so the Cache sees when a .lck file has been released (mpdude)
27+
* bug #16351 [WIP] [Form] [TwigBridge] Bootstrap horizontal theme missing tests (pieter2627)
28+
* feature #16715 [Form] Remove choices_as_values option on ChoiceType (nicolas-grekas)
29+
* feature #16692 [Form] Drop remaing CsrfProviderAdapter/Interface mentions (nicolas-grekas)
30+
* feature #16719 [Security] remove deprecated HTTP digest auth key (xabbuh)
31+
* bug #16685 [Form] Fixed: Duplicate choice labels are remembered when using "choices_as_values" = false (webmozart)
32+
* feature #16709 [Bridge\PhpUnit] Display the stack trace of a deprecation on-demand (nicolas-grekas)
33+
* bug #16704 [Form+SecurityBundle] Trigger deprecation for csrf_provider+intention options (nicolas-grekas)
34+
* feature #16629 [HttpFoundation] Remove deprecated class method parameter (belka-ew)
35+
* feature #16706 [HttpFoundation] Deprecate $deep parameter on ParameterBag (nicolas-grekas)
36+
* bug #16705 [Form] Deprecated setting "choices_as_values" to "false" (webmozart)
37+
* feature #16690 [Form] Deprecated ArrayKeyChoiceList (webmozart)
38+
* feature #16687 [Form] Deprecated TimezoneType::getTimezones() (webmozart)
39+
* bug #16681 [Form] Deprecated setting "choices_as_values" to "false" (webmozart)
40+
* feature #16694 [SecurityBundle] make ACL an optional dependency (Tobion)
41+
* bug #16695 [SecurityBundle] disable the init:acl command if ACL is not used (Tobion)
42+
* bug #16677 [Form] Fixed wrong usages of the "text" type (webmozart)
43+
* bug #16679 [Form] Disabled view data validation if "data_class" is set to null (webmozart)
44+
* bug #16621 [Console] Fix bug with $output overloading (WouterJ)
45+
* feature #16601 [Security] Deprecate "AbstractVoter" in favor of "Voter" (nicolas-grekas, lyrixx)
46+
* bug #16676 [HttpFoundation] Workaround HHVM rewriting HTTP response line (nicolas-grekas)
47+
* bug #16668 [ClassLoader] Fix parsing namespace when token_get_all() is missing (nicolas-grekas)
48+
* bug #16615 fix type assignement (rande)
49+
* bug #16386 Bug #16343 [Router] Too many Routes ? (jelte)
50+
* bug #16498 fix unused variable warning (eventhorizonpl)
51+
* feature #16031 [Translation][Form] Do not translate form labels and placeholders when 'translation_domain' is false (Restless-ET)
52+
* bug #16651 [Debug] Ensure class declarations are loaded only once (nicolas-grekas)
53+
* feature #16637 Removed unneeded polyfill (GrahamCampbell)
54+
* security #16631 n/a (xabbuh)
55+
* security #16630 n/a (xabbuh)
56+
* bug #16633 [Filesystem] Fixed failing test due to tempdir symlink (toretto460)
57+
* bug #16607 [HttpFoundation] Delete not existing session handler proxy member (belka-ew)
58+
* bug #16609 [HttpKernel] Don't reset on shutdown but in FrameworkBundle/Test/KernelTestCase (nicolas-grekas)
59+
* bug #16477 [Routing] Changing RouteCollectionBuilder::import() behavior to add to the builder (weaverryan)
60+
* bug #16588 Sent out a status text for unknown HTTP headers. (dawehner)
61+
* bug #16295 [DependencyInjection] Unescape parameters for all types of injection (Nicofuma)
62+
* bug #16377 [WebProfilerBundle] Fix minitoolbar height (rvanlaak)
63+
* bug #16585 Add support for HTTP status code 418 back (dawehner)
64+
* bug #16574 [Process] Fix PhpProcess with phpdbg runtime (nicolas-grekas)
65+
* bug #16581 Fix call to undefined function json_last_error_message (dawehner)
66+
* bug #16573 [FrameworkBundle] Fix PropertyInfo extractor namespace in framework bundle (jvasseur)
67+
* bug #16578 [Console] Fix bug in windows detection (kbond)
68+
* bug #16546 [Serializer] ObjectNormalizer: don't serialize static methods and props (dunglas)
69+
* bug #16352 Fix the server variables in the router_*.php files (leofeyer)
70+
* bug #16537 [Validator] Allow an empty path with a non empty fragment or a query (jakzal)
71+
* bug #16528 [Translation] Add support for Armenian pluralization. (marcosdsanchez)
72+
* bug #16510 [Process] fix Proccess run with pts enabled (ewgRa)
73+
1074
* 3.0.0-BETA1 (2015-11-16)
1175

1276
* feature #16516 Remove some more legacy code (nicolas-grekas)

‎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
@@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
5959
protected $startTime;
6060
protected $loadClassCache;
6161

62-
const VERSION = '3.0.0-DEV';
62+
const VERSION = '3.0.0';
6363
const VERSION_ID = 30000;
6464
const MAJOR_VERSION = 3;
6565
const MINOR_VERSION = 0;
6666
const RELEASE_VERSION = 0;
67-
const EXTRA_VERSION = 'DEV';
67+
const EXTRA_VERSION = '';
6868

6969
const END_OF_MAINTENANCE = '07/2016';
7070
const END_OF_LIFE = '01/2017';

0 commit comments

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