- Prepare for Python 2 / 3 compatibility [b4oshany, davilima6]
1.2.19
-------------------
New features:
- Purging all image scale paths and file paths in custom dexterity content types. [karalics]
1.2.18
-------------------
Bug fixes:
- Fixed blank edit forms of the per ruleset parameters. `Issue 1993 <https://github.com/plone/Products.CMFPlone/issues/1993>`_. [maurits]
1.2.17
-------------------
Bug fixes:
- Fixed title and description of max age in strong caching rule for resources. They wrongly were the same as for shared max age. Fixes `issue 1989 <https://github.com/plone/Products.CMFPlone/issues/1989>`_. [maurits]
1.2.16
-------------------
Bug fixes:
- Fix: Do not break Plone if there is no Archetypes available. [jensens]
1.2.15
-------------------
Bug fixes:
- Remove dependency on unittest2; fix tests assertions. [hvelarde]