File tree Expand file tree Collapse file tree 5 files changed +4
-56
lines changed Expand file tree Collapse file tree 5 files changed +4
-56
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Changelog
3
3
4
4
* ** 2013-07-29** : [ DependencyInjection] restructured ` phpcr_provider ` config into ` persistence ` -> ` phpcr ` to match other Bundles
5
5
* ** 2013-07-28** : [ DependencyInjection] added ` enabled ` flag to ` phpcr_provider ` config
6
- * ** 2013-07-26** : [ Model] Deprecated setRouteContent and getRouteContent, use setContent and getContent instead.
6
+ * ** 2013-07-26** : [ Model] Removed setRouteContent and getRouteContent, use setContent and getContent instead.
7
7
* ** 2013-07-19** : [ Model] Separated database agnostic, doctrine generic and
8
8
PHPCR-ODM specific code to prepare for Doctrine ORM support.
9
9
* ** 2013-07-17** : [ FormType] Moved TermsFormType to CoreBundle and renamed it to CheckboxUrlLableFormType
Original file line number Diff line number Diff line change 3
3
namespace Symfony \Cmf \Bundle \RoutingBundle \Doctrine \Phpcr ;
4
4
5
5
use Symfony \Cmf \Bundle \RoutingBundle \Model \RedirectRoute as RedirectRouteModel ;
6
+ use Symfony \Cmf \Component \Routing \RouteObjectInterface ;
6
7
7
8
/**
8
9
* {@inheritDoc}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
UPGRADE FROM 1.0 TO 1.1
2
2
=======================
3
3
4
- Deprecated ` RoutingBundle\Document\Route ` and ` RedirectRoute ` in favor of
4
+ Removed ` RoutingBundle\Document\Route ` and ` RedirectRoute ` in favor of
5
5
` RoutingBundle\Doctrine\Phpcr\Route ` resp. ` RedirectRoute ` .
6
6
7
7
PHPCR specific configurations moved into
@@ -20,5 +20,5 @@ You need to at least set `persistence.phpcr.enabled: true` to have the PHPCR pro
20
20
21
21
Dropped redundant unused ` routing_repositoryroot ` configuration.
22
22
23
- Deprecated the setRouteContent and getRouteContent methods. Use setContent and
23
+ Removed the setRouteContent and getRouteContent methods. Use setContent and
24
24
getContent instead.
You can’t perform that action at this time.
0 commit comments