Skip to content

Commit a4726a7

Browse files
committed
removed deprecated code
1 parent 6166945 commit a4726a7

File tree

5 files changed

+4
-56
lines changed

5 files changed

+4
-56
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33

44
* **2013-07-29**: [DependencyInjection] restructured `phpcr_provider` config into `persistence` -> `phpcr` to match other Bundles
55
* **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.
77
* **2013-07-19**: [Model] Separated database agnostic, doctrine generic and
88
PHPCR-ODM specific code to prepare for Doctrine ORM support.
99
* **2013-07-17**: [FormType] Moved TermsFormType to CoreBundle and renamed it to CheckboxUrlLableFormType

Doctrine/Phpcr/RedirectRoute.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr;
44

55
use Symfony\Cmf\Bundle\RoutingBundle\Model\RedirectRoute as RedirectRouteModel;
6+
use Symfony\Cmf\Component\Routing\RouteObjectInterface;
67

78
/**
89
* {@inheritDoc}

Document/RedirectRoute.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

Document/Route.php

Lines changed: 0 additions & 36 deletions
This file was deleted.

UPGRADE-1.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
UPGRADE FROM 1.0 TO 1.1
22
=======================
33

4-
Deprecated `RoutingBundle\Document\Route` and `RedirectRoute` in favor of
4+
Removed `RoutingBundle\Document\Route` and `RedirectRoute` in favor of
55
`RoutingBundle\Doctrine\Phpcr\Route` resp. `RedirectRoute`.
66

77
PHPCR specific configurations moved into
@@ -20,5 +20,5 @@ You need to at least set `persistence.phpcr.enabled: true` to have the PHPCR pro
2020

2121
Dropped redundant unused `routing_repositoryroot` configuration.
2222

23-
Deprecated the setRouteContent and getRouteContent methods. Use setContent and
23+
Removed the setRouteContent and getRouteContent methods. Use setContent and
2424
getContent instead.

0 commit comments

Comments
 (0)