Skip to content

Commit f8a91b5

Browse files
committed
Prepare 2.0.0-RC3
1 parent 85533a7 commit f8a91b5

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
2.0.0-RC3
5+
---------
6+
7+
* **2017-02-10**: `content_basepath` is now prepended on the CmfSeoBundle.
8+
* **2017-02-10**: `content_basepath` is no longer prepended on the
9+
CmfRoutingBundle, as the setting is removed.
10+
411
2.0.0-RC2
512
---------
613

UPGRADE-2.0.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ UPGRADE FROM 1.x to 2.0
4949
- Symfony\Cmf\Bundle\CoreBundle\PublishWorkflow\PublishableInterface
5050
```
5151
52-
Slugifier
53-
---------
52+
### Slugifier
5453
5554
* The `Slugifier` namespace is removed, use the `symfony-cmf/slugifier-api`
5655
package and its interfaces instead.

phpunit.xml.dist

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@
1818

1919
<filter>
2020
<whitelist addUncoveredFilesFromWhitelist="true">
21-
<directory>.</directory>
21+
<directory>src/</directory>
2222
<exclude>
2323
<file>*Bundle.php</file>
2424
<directory>Resources/</directory>
25-
<directory>Admin/</directory>
26-
<directory>Tests/</directory>
27-
<directory>vendor/</directory>
2825
</exclude>
2926
</whitelist>
3027
</filter>

0 commit comments

Comments
 (0)