This repository was archived by the owner on Dec 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG for Sulu CMF
2
2
======================
3
3
4
+ * 1.6.28 (2019-08-08)
5
+ * BUGFIX #4644 [ CustomUrlBundle] Fix loading custom url list if creator has been deleted
6
+ * BUGFIX #4627 [ WebsiteBundle] Fix Routing when no prefix is Provided.
7
+ * BUGFIX #4633 [ AudienceTargetingBundle] Fixed conditions saving for Audience Targeting.
8
+ * BUGFIX #4605 [ Webspace] Fix sulu document init routes generation
9
+ * BUGFIX #4572 [ WebsiteBundle] Fix false 406 status code for controller InvalidArgumentExceptions
10
+ * BUGFIX #4571 [ WebsiteBundle] Fix language switcher for static routes
11
+ * BUGFIX #4579 [ ContentBundle] Fix controller reference validation with FQCN
12
+
4
13
* 1.6.27 (2019-05-16)
5
14
* BUGFIX #4540 [ ContentBundle] Fix copying of teaser selection in WebspaceCopyCommand
6
15
* BUGFIX #4562 [ WebsiteBundle] Fix BinaryFileResponse of html files.
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ framework:
24
24
# assets_version: SomeVersionScheme
25
25
default_locale : " %locale%"
26
26
trusted_hosts : ~
27
- session :
28
- # handler_id set to null will use default session handler from php.ini
29
- handler_id : ~
30
27
fragments : ~
31
28
http_method_override : true
32
29
You can’t perform that action at this time.
0 commit comments