Skip to content
This repository was archived by the owner on Dec 18, 2020. It is now read-only.

Commit f0842cf

Browse files
committed
bumped version
1 parent 900d2e1 commit f0842cf

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG for Sulu CMF
22
======================
33

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+
410
* 1.6.11 (2017-12-13)
511
* HOTFIX #3684 [SecurityBundle] Fixed conflict between admin and website session cookie
612
* HOTFIX #3686 [ContentBundle] Validate if ckeditor instances are not in source mode

UPGRADE.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Upgrade
22

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+
316
## 1.6.7
417
518
### Custom Analytics

0 commit comments

Comments
 (0)