File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,19 @@ Changelog
24
24
` route_basepaths ` and accepts a list of base paths. See the changelog of
25
25
the SimpleCmsBundle as the main impact is on that side.
26
26
27
+ * ** 2014-03-29** : Route document and entity constructor changed. The options
28
+ are no longer mapped separately but as route options. See UPGRADE-1.2.md for
29
+ instructions.
30
+
27
31
* ** 2014-03-26** : [ ORM] Applied the cleanup for the PHPCR provider to the ORM
28
32
provider now: If the route matched a pattern with a format extension, the
29
33
format extension is no longer set as route a default.
30
34
31
- * ** 2014-03-25** : setParent() and getParent() are now deprecated.
35
+ * ** 2014-03-25** : [ PHPCR ] setParent() and getParent() are now deprecated.
32
36
Use setParentDocument() and getParentDocument() instead.
33
37
Moreover, you should now enable the ChildExtension from the CoreBundle.
34
38
35
- * ** 2014-03-23** : When using PHPCR-ODM, routes can now be generated with their
39
+ * ** 2014-03-23** : [ PHPCR] urls can now be generated from the route
36
40
uuid as route name as well, in addition to the repository path.
37
41
38
42
* ** 2013-12-23** : add support for ChainRouter::getRouteCollection(), added new
You can’t perform that action at this time.
0 commit comments