- Fixed deprecation warning for ``IFieldPermissionChecker``. [maurits] (3130)
3.8.6
------------------
Bug fixes:
- Pass default_page_types to allow respecting default_pages_types. [pbauer] (147)
3.8.5
------------------
Bug fixes:
- Pass messages to the translate function to get them translated for folder_contents view [erral] (204) - Expose pickadate configuration in folder_contents properties dialog to properly localize the date. This fixes https://github.com/plone/Products.CMFPlone/issues/850 [erral] (206)
3.8.4
------------------
Bug fixes:
- Fix i18n of Save and Cancel buttons and the constrain types select values in the folder_constraintypes_form view. This closes https://github.com/plone/Products.CMFPlone/issues/3127 [vincentfretin] (202) - Use new MetadataFields vocabulary from plone.app.vocabularies to get the translated columns in folder contents. The mime_type column is now properly internationalized as "MIME Type". [vincentfretin] (203)
3.8.3
------------------
Bug fixes:
- Do not break with unknown MIME types [ale-rt] (197) - Require mock only on Python 2.7 [ale-rt] (198)