File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
11
2.0.0-RC2
5
12
---------
6
13
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ UPGRADE FROM 1.x to 2.0
49
49
- Symfony\Cmf\Bundle\CoreBundle\PublishWorkflow\PublishableInterface
50
50
` ` `
51
51
52
- Slugifier
53
- ---------
52
+ ### Slugifier
54
53
55
54
* The ` Slugifier` namespace is removed, use the `symfony-cmf/slugifier-api`
56
55
package and its interfaces instead.
Original file line number Diff line number Diff line change 18
18
19
19
<filter >
20
20
<whitelist addUncoveredFilesFromWhitelist =" true" >
21
- <directory >. </directory >
21
+ <directory >src/ </directory >
22
22
<exclude >
23
23
<file >*Bundle.php</file >
24
24
<directory >Resources/</directory >
25
- <directory >Admin/</directory >
26
- <directory >Tests/</directory >
27
- <directory >vendor/</directory >
28
25
</exclude >
29
26
</whitelist >
30
27
</filter >
You can’t perform that action at this time.
0 commit comments