This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.1.0
5
+ -----
6
+
4
7
* ** 2017-02-17** : [ BC BREAK] Removed unused setRequest from PhpcrMenuProvider and changed properties to private.
5
8
6
- 2.0 .0-RC2
9
+ 2.1 .0-RC2
7
10
---------
8
11
9
12
* ** 2017-02-09** : [ BC BREAK] Added child restrictions to the ` Menu ` and ` MenuNode ` documents.
Original file line number Diff line number Diff line change 73
73
* Only ` MenuNode` documents are allowed as children of the `Menu` and
74
74
` MenuNode` documents. This behaviour can be changed by overriding the
75
75
` child-class` setting of the PHPCR ODM mapping.
76
+
77
+ * `PhpcrMenuProvider` had a `setRequest` method that was completely unused.
78
+ The method is removed, as well as the `$request` property. If you extend
79
+ the provider, check if you happened to rely on this method or the property.
Original file line number Diff line number Diff line change 26
26
"symfony-cmf/testing" : " ^2.0" ,
27
27
"twig/twig" : " ^1.18|^2.0"
28
28
},
29
- "minimum-stability" : " dev" ,
30
- "prefer-stable" : true ,
31
29
"suggest" : {
32
30
"burgov/key-value-form-bundle" : " if you want to edit the advanced options on the node with the menu options extension"
33
31
},
You can’t perform that action at this time.
0 commit comments