Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Releases: openpsa/createphp

CreatePHP 1.1.0

17 Aug 14:25
Compare
Choose a tag to compare
  • Added ChainRdfMapper and ChainedRdfMapperInterface to 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

03 Apr 08:17
Compare
Choose a tag to compare
  • 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

08 Oct 22:37
Compare
Choose a tag to compare
  • 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)