Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit a0408a8

Browse files
committed
prepare release 2.1.0
1 parent eb754e9 commit a0408a8

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Changelog
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.

UPGRADE-2.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,7 @@
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.

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
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
},

0 commit comments

Comments
 (0)