@@ -7,6 +7,27 @@ in 2.7 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.7.0...v2.7.1
9
9
10
+ * 2.7.44 (2018-04-02)
11
+
12
+ * bug #26727 [ HttpCache] Unlink tmp file on error (Chansig)
13
+ * bug #26675 [ HttpKernel] DumpDataCollector: do not flush when a dumper is provided (ogizanagi)
14
+ * bug #26663 [ TwigBridge] Fix rendering of currency by MoneyType (ro0NL)
15
+ * bug #26677 Support phpdbg SAPI in Debug::enable() (hkdobrev)
16
+ * bug #26621 [ Form] no type errors with invalid submitted data types (xabbuh)
17
+ * bug #26337 [ Finder] Fixed leading/trailing / in filename (lyrixx)
18
+ * bug #26584 [ TwigBridge] allow html5 compatible rendering of forms with null names (systemist)
19
+ * bug #24401 [ Form] Change datetime to datetime-local for HTML5 datetime input (pierredup)
20
+ * bug #26370 [ Security] added userChecker to SimpleAuthenticationProvider (i3or1s)
21
+ * bug #26569 [ BrowserKit] Fix cookie path handling when $domain is null (dunglas)
22
+ * bug #26598 Fixes #26563 (open_basedir restriction in effect) (temperatur)
23
+ * bug #26568 [ Debug] Reset previous exception handler earlier to prevent infinite loop (nicolas-grekas)
24
+ * bug #26567 [ DoctrineBridge] Don't rely on ClassMetadataInfo->hasField in DoctrineOrmTypeGuesser anymore (fancyweb)
25
+ * bug #26356 [ FrameworkBundle] HttpCache is not longer abstract (lyrixx)
26
+ * bug #26548 [ DomCrawler] Change bad wording in ChoiceFormField::untick (dunglas)
27
+ * bug #26433 [ DomCrawler] extract(): fix a bug when the attribute list is empty (dunglas)
28
+ * bug #26452 [ Intl] Load locale aliases to support alias fallbacks (jakzal)
29
+ * bug #26450 [ CssSelector] Fix CSS identifiers parsing - they can start with dash (jakubkulhan)
30
+
10
31
* 2.7.43 (2018-03-05)
11
32
12
33
* bug #26368 [ WebProfilerBundle] Fix Debug toolbar breaks app (xkobal)
0 commit comments