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

Commit

Permalink
Prepare first RC release of 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Jan 23, 2016
1 parent 92550be commit c391535
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
Changelog
=========

2.0.0-alpha1
------------
2.0.0-RC1
---------

* **2014-11-03**: [BC BREAK] The CreateMenuItemFromNodeEvent class no longer has a getFactory method, inject the factory as a service instead
* **2014-11-01**: [BC BREAK] The voters now need to use the voter mechanism of KnpMenu.
* **2014-10-31**: [BC BREAK] The cmf_menu.factory service has been removed, knp_menu.factory should be used instead
* **2014-10-30**: [BC BREAK] PhpcrMenuProvider now requires the NodeLoader as first argument instead of a FactoryInterface

1.2.0
-----

Release 1.2.0

1.2.0-RC1
---------

* **2014-07-11**: Added MenuOptionsExtension that adds the editing feature of menu options in Sonata Admin
* **2014-06-06**: Updated to PSR-4 autoloading

1.2.x
-----

* **2014-05-21**: [BC BREAK when extending BaseMenuNode] addChild and
removeChild now accepts every Knp\Menu\NodeInterface instead of only
MenuNode.
Expand Down

0 comments on commit c391535

Please sign in to comment.