- Update configuration files. [plone devs] (55bda5c9) - Move some tests to `plone.app.content` to avoid a circular dependency with that package. [gforcada] (3858)
3.1.1
------------------
Bug fixes:
- Fix transitive circular dependency on `plone.app.layout`. Use moved imports in `plone.base`. Move `plone.app.layout.nextprevious.interfaces.INextPreviousProvider` to `.behaviors.nextprevious`. Move defaultpage warning viewlet to `plone.app.layout`. [jensens] (fix-circular-dep-palayout)
3.1.0
------------------
New features:
- Content types control panel: Show behavior name and interface. ksuess, stevepiercy (363)
3.0.5
------------------
Bug fixes:
- Fix for searchable Named(Blob)File indexer. Safely convert to str. [petschki] (362)
- Restore and deprecate "ModelEditorView.modelSource". It will be removed in Plone 7. [thet] (359) - Deprecate ModelEditorView.escaped_model_source which is not needed anymore. It will be removed in Plone 7. [thet] (359) - Use the tal engine to escape HTML via non-structure variable insertion. [thet] (359)
3.0.3
------------------
Bug fixes:
- Modeleditor: Don't double escape the xml.
Use the page template's structure keyword when inserting the escaped HTML into the modeleditor's textarea. This allows the source code pattern to properly parse and display the XML for editing.