File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ in 2.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/v2.3.0...v2.3.1
9
9
10
+ * 2.3.29 (2015-05-26)
11
+
12
+ * security #14759 [ HttpKernel] Do not call the FragmentListener if _ controller is already defined (jakzal)
13
+ * bug #14715 [ Form] Check instance of FormBuilderInterface instead of FormBuilder (dosten)
14
+ * bug #14678 [ Security] AbstractRememberMeServices::encodeCookie() validates cookie parts (MacDada)
15
+ * bug #14635 [ HttpKernel] Handle an array vary header in the http cache store (jakzal)
16
+ * bug #14513 [ console] [ formater ] allow format toString object. (aitboudad)
17
+ * bug #14335 [ HttpFoundation] Fix baseUrl when script filename is contained in pathInfo (danez)
18
+ * bug #14593 [ Security] [ Firewall ] Avoid redirection to XHR URIs (asiragusa)
19
+ * bug #14618 [ DomCrawler] Throw an exception if a form field path is incomplete (jakzal)
20
+ * bug #14698 Fix HTML escaping of to-source links (nicolas-grekas)
21
+ * bug #14690 [ HttpFoundation] IpUtils::checkIp4() should allow ` /0 ` networks (zerkms)
22
+ * bug #14262 [ TwigBundle] Refresh twig paths when resources change. (aitboudad)
23
+ * bug #13633 [ ServerBag] Handled bearer authorization header in REDIRECT_ form (Lance0312)
24
+ * bug #13637 [ CSS] WebProfiler break words (nicovak)
25
+ * bug #14633 [ EventDispatcher] make listeners removable from an executed listener (xabbuh)
26
+
10
27
* 2.3.28 (2015-05-10)
11
28
12
29
* bug #14266 [ HttpKernel] Check if "symfony/proxy-manager-bridge" package is installed (hason)
You can’t perform that action at this time.
0 commit comments