- Display the image size rounded with 1 decimal digit [ale-rt] (554) - Avoid doing the search twice in listings by reusing the batch variable. [vincentfretin] (560)
2.1.8
Not secure
------------------
Bug fixes:
- Internationalize selectable columns in collection and tabular view. This fixes https://github.com/plone/Products.CMFPlone/issues/2597 [vincentfretin] (559)
2.1.7
Not secure
------------------
Bug fixes:
- Minor packaging updates. (1)
2.1.6
Not secure
------------------
Bug fixes:
- Integrate PloneHotFix20200121: add more permission checks. See https://plone.org/security/hotfix/20200121/privilege-escalation-for-overwriting-content [maurits] (3021) - Add a guard in the document.pt template to allow the Document type not to have the RichText enforce the behavior enabled. [sneridagh] (3047)
2.1.5
Not secure
------------------
Bug fixes:
- for migration tests uninstall plone.app.contenttypes if previously installed [ericof] (535)
2.1.4
Not secure
------------------
Bug fixes:
- Fix richtext ``getText`` view to use the correct schema interface. [thet]