- Add the ``use-vhm`` option to select traversal mode. Setting ``use-vhm`` to ``False`` will cause the traversal to use regular Zope traversal when running the recipe. [nrb]
1.7.3
==================
- Use ``_delObject(site_id, suppress_events=True)`` to delete the site. This ignores all events and just removes the site completely when using the ``site-replace`` option. [claytron]
1.7.2
==================
- Fixed typo on logger when removing existing Plone site. [hvelarde]
1.7.1
==================
- Add support for changing the logging level used when the part runs, honoring the buildout log-level and verbosity. [davidblewett]
- Update version check to correctly differentiate between Plone 4.1.x and Plone 4.0 and below. [davidblewett]
1.6.3
==================
- Update VirtualHostMonster support to correct loss of elevated security context. [davidblewett]