File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Filter options
src/Symfony/Component/HttpKernel Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ in 3.3 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.3.0...v3.3.1
9
9
10
+ * 3.3.2 (2017-06-06)
11
+
12
+ * bug #23073 [ TwigBridge] Fix namespaced classes (ogizanagi)
13
+ * bug #23063 [ Cache] Fix extensibility of TagAwareAdapter::TAGS_PREFIX (wucdbm)
14
+ * bug #22936 [ Form] Mix attr option between guessed options and user options (yceruto)
15
+ * bug #22976 [ DependencyInjection] Use more clear message when unused environment variables detected (voronkovich)
16
+
10
17
* 3.3.1 (2017-06-05)
11
18
12
19
* bug #23067 [ HttpFoundation] [ FrameworkBundle ] Revert "trusted proxies" BC break (nicolas-grekas)
Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
61
61
62
62
private $ projectDir ;
63
63
64
- const VERSION = '3.3.2-DEV ' ;
64
+ const VERSION = '3.3.2 ' ;
65
65
const VERSION_ID = 30302 ;
66
66
const MAJOR_VERSION = 3 ;
67
67
const MINOR_VERSION = 3 ;
68
68
const RELEASE_VERSION = 2 ;
69
- const EXTRA_VERSION = 'DEV ' ;
69
+ const EXTRA_VERSION = '' ;
70
70
71
71
const END_OF_MAINTENANCE = '01/2018 ' ;
72
72
const END_OF_LIFE = '07/2018 ' ;
You can’t perform that action at this time.
0 commit comments