- Use ``setSite`` in the ``plonesite`.py` script so that the component architecture gets initialized properly. This will allow the installation of a product like ``plone.app.dexterity`` [clayton]
1.2
================
- Update docs with info about how to add a ``Product`` [claytron]
- Adjusted the support for Plone4 since the ``addPloneSite()`` has changed slightly. [pelle]
1.1
================
- Make sure to commit the transaction after adding the plone site to avoid some strange behavior. [claytron]
- Add support for Plone4 [toutpt]
1.0
================
- Added a ``before-install`` and ``after-install`` option to the recipe. this allows you to use something like supervisor to launch the processes. Thanks to Shane Hathaway for the patch. [claytron]
0.9
================
- Fixed the ``site-id`` option so that it defaults to ``Plone`` properly. Thanks to aclark for the bug report. [claytron]
0.8
================
- Subversion 1.6 and setuptools are not friends yet. Fixed upload. [claytron]