- Integrate Plone20200121 hotfix: prevent XSS in title. Part of https://plone.org/security/hotfix/20200121/xss-in-the-title-field-on-plone-5-0-and-higher [maurits] (3021)
3.8.0
------------------
New features:
- Switch the default index used for filtering in folder_contents from SearchableText to Title [frapell] (189)
Bug fixes:
- Fix error when having non-ASCII characters in workflow state titles. [busykoala] (191)
3.7.4
------------------
Bug fixes:
- Reversed the order of the translations list in plonejsi18n so custom ones come before defaults one (187)
3.7.3
------------------
Bug fixes:
- Follow default_page_types setting when showing the items that can be selected as default page [erral] (182)
3.7.2
------------------
Bug fixes:
- Description duplicated in object_rename form [mamico] (186)
3.7.1
------------------
Bug fixes:
- Support plone.app.multilingual.RootCatalog. [jaroel] (1) - ``self.errors`` is a list, so ``.append()`` should be used. [frapell] (2)