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 11Changelog
22=========
33
4+ 2.1.0
5+ -----
6+
47* ** 2017-02-17** : [ BC BREAK] Removed unused setRequest from PhpcrMenuProvider and changed properties to private.
58
6- 2.0 .0-RC2
9+ 2.1 .0-RC2
710---------
811
912* ** 2017-02-09** : [ BC BREAK] Added child restrictions to the ` Menu ` and ` MenuNode ` documents.
Original file line number Diff line number Diff line change 7373 * Only ` MenuNode` documents are allowed as children of the `Menu` and
7474 ` MenuNode` documents. This behaviour can be changed by overriding the
7575 ` 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 2626 "symfony-cmf/testing" : " ^2.0" ,
2727 "twig/twig" : " ^1.18|^2.0"
2828 },
29- "minimum-stability" : " dev" ,
30- "prefer-stable" : true ,
3129 "suggest" : {
3230 "burgov/key-value-form-bundle" : " if you want to edit the advanced options on the node with the menu options extension"
3331 },
You can’t perform that action at this time.
0 commit comments