- Depend on ``Products.CMFPlone`` instead of ``Plone``. [elro]
- Add test coverage for factory expression context when a front-page object is used for a folder. Fix in plone.app.content. [rossp]
- Fix the addContext in the FactoriesSubMenuItem to make it possible to add content to a folderish object that set as the default view on its parent folder. This closes http://dev.plone.org/plone/ticket/10953. [WouterVH]
2.0.1
------------------
- Update license to GPL version 2 only. [hannosch]
2.0
----------------
- Adding "deactivated" class to menus by default, so they won't flicker on load. This fixes http://dev.plone.org/plone/ticket/10470. [limi]
2.0b3
------------------
- Added optional compatibility with zope.browsermenu. [hannosch]
2.0b2
------------------
- Show "add new" menu when there are one or more addable types. Showing a link when only one type was addable caused conflicts with the dropdown JavaScript. Closes http://dev.plone.org/plone/ticket/10193. [esteele, davisagli]
- Query the types tool instead of the action tools to find add actions in FactoriesSubMenuItem. This fixes a discrepancy in action URLs. http://dev.plone.org/plone/ticket/10207 [wichert]
2.0b1
------------------
- Removed the checking for hideChildren when a single item is present, this makes the styling consistent again. The menu is really a one-item menu, and we put it in the header as a shortcut that you can click directly. This fixes http://dev.plone.org/plone/ticket/9735 [limi]