From a0408a808c25f884c570be7315b983d809408673 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 27 Feb 2017 09:29:52 +0100 Subject: [PATCH] prepare release 2.1.0 --- CHANGELOG.md | 5 ++++- UPGRADE-2.1.md | 4 ++++ composer.json | 2 -- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 086a6412..90e4ebb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/UPGRADE-2.1.md b/UPGRADE-2.1.md index ca4d2064..353d2048 100644 --- a/UPGRADE-2.1.md +++ b/UPGRADE-2.1.md @@ -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. diff --git a/composer.json b/composer.json index 3322d574..424e5169 100644 --- a/composer.json +++ b/composer.json @@ -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" },