This repository was archived by the owner on Jan 1, 2020. It is now read-only.
Releases: openpsa/createphp
Releases · openpsa/createphp
Release list
CreatePHP 1.1.0
- Added
ChainRdfMapperandChainedRdfMapperInterfaceto allow using more than one mapper in parallel. - small fixes & cleanups
- BC break: If you implemented your own mapper, note that 'RdfMapperInterface::objectToName' was added
CreatePHP 1.0.0
- Add support for reordering children (if supported by backend)
- Fix some more corner cases
Breaking Changes:
Moved workflows from Manager to RestService. If you used the Manager before, please update your code to use the RestService. Before:
$manager->registerWorkflow(...)After:
$manager->getRestHandler()->registerWorkflow(...)CreatePHP 0.9.0
- mostly bug fixes, cleanups and enhanced robustness
Breaking changes from 0.8.0
- changed the RdfMapper interface slightly (store() takes entity instead of object)
- changed the configuration format (nodeType, childtypes, see #28)