This repository was archived by the owner on Dec 18, 2020. It is now read-only.
Commit f0842cf 1 parent 900d2e1 commit f0842cf Copy full SHA for f0842cf
File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
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.12 (2017-12-21)
5
+ * ENHANCEMENT #3698 [ ContentBundle] SEO description length changed from 155 to 320
6
+ * HOTFIX #3695 [ RouteBundle] Added check for empty request format
7
+ * HOTFIX #3695 [ WebsiteBundle] Added check for empty request format
8
+ * HOTFIX #3696 [ MediaBundle] Keep doctrine 2.5
9
+
4
10
* 1.6.11 (2017-12-13)
5
11
* HOTFIX #3684 [ SecurityBundle] Fixed conflict between admin and website session cookie
6
12
* HOTFIX #3686 [ ContentBundle] Validate if ckeditor instances are not in source mode
Original file line number Diff line number Diff line change 1
1
# Upgrade
2
2
3
+ ## 1.6.11
4
+
5
+ ### SEO Description
6
+
7
+ The default length for the description field in the SEO tab has changed from 155 to 320, because Google has expanded
8
+ the max length. If you want to have a different length for some reason you can change it in the configuration:
9
+
10
+ ``` yaml
11
+ sulu_content :
12
+ seo :
13
+ max_description_length : 155
14
+ ` ` `
15
+
3
16
## 1.6.7
4
17
5
18
### Custom Analytics
You can’t perform that action at this time.
0 commit comments