Skip to content

1.2.0

Compare
Choose a tag to compare
@dbu dbu released this 02 May 14:24

Release 1.2 brings some minor cleanups:

  • Property::getNode() with multivalue can now return the same node multiple times if it was repeated in the value. This has the side effect that the array returned by this method is not indexed by uuid anymore. That index was never advertised but might have been used.
  • RepositoryFactoryJackrabbit::getRepository now throws a PHPCR\ConfigurationException instead of silently returning null on invalid parameters or missing required parameters.
  • Added factory option jackalope.jackrabbit_force_http_version_10 to avoid issues with some versions of curl, like #89