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

Commit

Permalink
prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Feb 27, 2017
1 parent eb754e9 commit a0408a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Changelog
=========

2.1.0
-----

* **2017-02-17**: [BC BREAK] Removed unused setRequest from PhpcrMenuProvider and changed properties to private.

2.0.0-RC2
2.1.0-RC2
---------

* **2017-02-09**: [BC BREAK] Added child restrictions to the `Menu` and `MenuNode` documents.
Expand Down
4 changes: 4 additions & 0 deletions UPGRADE-2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@
* Only `MenuNode` documents are allowed as children of the `Menu` and
`MenuNode` documents. This behaviour can be changed by overriding the
`child-class` setting of the PHPCR ODM mapping.

* `PhpcrMenuProvider` had a `setRequest` method that was completely unused.
The method is removed, as well as the `$request` property. If you extend
the provider, check if you happened to rely on this method or the property.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
"symfony-cmf/testing": "^2.0",
"twig/twig": "^1.18|^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"suggest": {
"burgov/key-value-form-bundle": "if you want to edit the advanced options on the node with the menu options extension"
},
Expand Down

0 comments on commit a0408a8

Please sign in to comment.