From c5fcaf646eb497b6a2665552e354e2af462220c1 Mon Sep 17 00:00:00 2001 From: Johannes Wachter Date: Mon, 10 Jul 2017 13:47:32 +0200 Subject: [PATCH] bumped version numner --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96564500dc..d74d4379c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG for Sulu CMF ====================== +* 1.6.1 (2017-07-10) + * HOTFIX #3437 [AdminBundle] Added save url to storage for update-url event + * HOTFIX #3433 [ContentBundle] Fixed url generation for domain root page + * HOTFIX #3432 [SnippetBundle] Fixed not working smart content in snippet bundle + * HOTFIX #3431 [MediaBundle] Fixed file download url filename encoding + * HOTFIX #3430 [WebsiteBundle] Fixed 404 page for none localized url + * 1.6.0 (2017-06-28) * ENHANCEMENT #3423 [ContentBundle] Added config values for seo restrictions * ENHANCEMENT #3416 [ContentBundle] Changed skin of history-url to large diff --git a/composer.json b/composer.json index a5c443b47e..d85c757d49 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "incenteev/composer-parameter-handler": "~2.0", "sulu/sulu": "~1.6.0", "dantleech/phpcr-migrations-bundle": "~1.0", - "sulu/theme-bundle": "1.3.0-RC1", + "sulu/theme-bundle": "~1.3.1", "twig/extensions": "~1.0", "symfony/assetic-bundle": "~2.8 || ~3.0",