Skip to content

Commit

Permalink
Prepare 2.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Feb 10, 2017
1 parent 85533a7 commit f8a91b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
---------

Expand Down
3 changes: 1 addition & 2 deletions UPGRADE-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 1 addition & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@

<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory>.</directory>
<directory>src/</directory>
<exclude>
<file>*Bundle.php</file>
<directory>Resources/</directory>
<directory>Admin/</directory>
<directory>Tests/</directory>
<directory>vendor/</directory>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit f8a91b5

Please sign in to comment.