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 11Changelog
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+
4112.0.0-RC2
512---------
613
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments