Changes
=======

0.5.0 (2013-10-01)
------------------

* Added a way to handle view menu for default page in the folder
  [keul]
* Plone 4.3 compatibility
  [keul]
* Added an uninstall profile
  [keul]

0.4.1 (2011-01-31)
------------------

* Found a missing import of IBrowserMenu
  (I know... I need tests) [keul]

0.4.0 (2011-01-31)
------------------

* Removed a reference to unknow method "getSavedCustomizations".
  This remove a warning on Zope start-up [keul]
* Added doc guide fo user that wanna to keep the ATCustomizable features only
  for ZMI [keul]
* Added a way for changing layout and template [keul]
* Bad bug: the product was checking a wrong permission name [keul]
* Customize menu view was not callable on non-folderish contents [keul]

0.3.1 (2011-01-10)
------------------

* Bad identation; menu will raise error if the product is not installed [keul]

0.3.0 (2011-01-09)
------------------

* Egg cleanup [keul]
* Fixed dependency in the product [keul]
* Product is now installable [keul]
* Do not apply patches if the product is not installed [keul] 
* Added friendly Plone UI for managing configurations [keul]
* Translations (for now in Italian, other are welcome) [keul]
* Tested also on Plone 4 [keul]

0.2.0 (2009-08-11)
------------------

* Forget Plone 2.5 support.
* No more ugly-old-style monkey patch, but now `collective.monkeypatcher`__
  is required. [keul]
* Added controls on selectable views. [keul]

__ http://pypi.python.org/pypi/collective.monkeypatcher/

0.1.0 (2009-02-07)
------------------

 * Initial releases
