- Fix to use p.dexterity.utils.getAdditionalSchemata to read behavior based schemas [Asko Soukka] - Remove <includeDependencies /> [Asko Soukka] - Remove implicit dependency on plone.directives.form [Asko Soukka]
0.7.0
------------------
- Fix to allow limit target folder by base folderish interfaces instead of portal_type [fixes 6] [Asko Soukka]
0.6.0
------------------
- Support coercing of PFG DateTime fields to zope.schema.Date (ajung)
0.5.0
------------------
- Added (hidden) support for adapter chaining to allow creation of hierarchical structures.
0.4.0
------------------
- Refactored to masquerade as an owner of the adapter while creating content. - Added option to make logged-in submitter the owner of the created content. - Added option to save the URL of the created content onto request, for example, to be shown on a thanks page.
0.3.0
------------------
- Updated heuristics in adapting PFG values for zope.schema. More field combinations should work now.