- Check for presence of Products.CMFPlone with multiple keys. This is needed, depending on the used `zc.buildout` and `setuptools` versions. [maurits] (205)
8.0.0
------------------
Breaking changes:
- Drop support for Python 3.8. (202)
New features:
- support for Zope option `enable-xmlrpc` (200) - Add official support for Python 3.13. (202)
- Fix wsgi_ini_template creation when recipe is called multiple times. [petschki] (197) - Installing the recipe twice should not break; remove use of `global` [gotcha] (198)
7.1.0
------------------
New features:
- Specify a standalone logging.ini configuration using the wsgi-logging-ini-template option in buildout. The log configuration will be injected into wsgi.ini keeping all other default wsgi config. The wsgi-logging-ini-template option cannot be used together with the wsgi-ini-template. Sakoes (59)
7.0.0
------------------
Breaking changes:
- Drop support for Python 3.7 and lower, Zope 4, Plone 5.2. [maurits] (194)