- Fix imports since Globals was removed in Zope4 [pbauer]
3.0.14
-------------------
Bug fixes:
- Added link to the Add-ons control panel in the QI ZMI form. And say the form itself is deprecated. [maurits]
- Apply security hotfix 20160830 for ``installProducts`` redirection. On top of that, we require a POST request. [maurits]
3.0.13
Not secure
-------------------
New:
- Use ``unsetLastVersionForProfile`` from Products.GenericSetup 1.8.1. [maurits]
3.0.12
Not secure
-------------------
- When uninstalling a product, mark its install profile as ``unknown``, so ``portal_setup`` also regards it as not installed. [maurits]
3.0.11
Not secure
-------------------
- Fixed getting profiles registered explicitly for ``IPloneSiteRoot`` instead CMFCore ``ISiteRoot``. Bug introduced in 3.0.10. See for example https://github.com/plone/plone.app.mosaic/issues/124 [maurits]
3.0.10
Not secure
-------------------
- Cleanup: PEP8, decorators for security+zca, et al. [jensens]