- Moved TTW creation of content types to use and add/remove named behaviors. [iham] (290) - Improper naming issue resolved,IBasic.description must be IDublinCore.description [Ritwik Agarwal] (294)
2.6.0
------------------
New features:
- ``IWidgetsLayer`` is no longer needed, use ``IPloneFormLayer`` instead. Import ``IFieldPermissionChecker`` from ``plone.app.z3cform`` instead of ``plone.app.widgets``. [jensens] (268)
Bug fixes:
- Speed up traversal by marking main_template as a browser-view. [pbauer] (289)
2.5.3
------------------
Bug fixes:
- Release upload lock when name chooser fails. [maurits] (276) - Import Type Profile fails because code was using StringIO instead of ByteIO (279) - Do not acquire ``constrain_types_mode`` from parent when not defined [frapell] (284)
2.5.1
------------------
Bug fixes:
- Remove bbb for MessageFactory import. [jensens]
- Python 3 fixes. [jensens, pbauer]
2.5.0
------------------
New features:
- Add plone.schema>=1.1.0 as minimal dependency in setup.py. [timo]
- Add JSONField that has been added to plone.schema 1.1.0 to ALLOWED_FIELDS in types.py. [timo]