From f8a91b50bc301def20ea8a1e2d7e1be24269c96e Mon Sep 17 00:00:00 2001 From: WouterJ Date: Fri, 10 Feb 2017 13:02:41 +0100 Subject: [PATCH] Prepare 2.0.0-RC3 --- CHANGELOG.md | 7 +++++++ UPGRADE-2.0.md | 3 +-- phpunit.xml.dist | 5 +---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ba74f5..a61166eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +2.0.0-RC3 +--------- + + * **2017-02-10**: `content_basepath` is now prepended on the CmfSeoBundle. + * **2017-02-10**: `content_basepath` is no longer prepended on the + CmfRoutingBundle, as the setting is removed. + 2.0.0-RC2 --------- diff --git a/UPGRADE-2.0.md b/UPGRADE-2.0.md index af6921d7..52e30ec1 100644 --- a/UPGRADE-2.0.md +++ b/UPGRADE-2.0.md @@ -49,8 +49,7 @@ UPGRADE FROM 1.x to 2.0 - Symfony\Cmf\Bundle\CoreBundle\PublishWorkflow\PublishableInterface ``` -Slugifier ---------- +### Slugifier * The `Slugifier` namespace is removed, use the `symfony-cmf/slugifier-api` package and its interfaces instead. diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6098b0a6..3c809c5f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -18,13 +18,10 @@ - . + src/ *Bundle.php Resources/ - Admin/ - Tests/ - vendor/