Skip to content

3.0.0

Choose a tag to compare

@zozlak zozlak released this 08 Oct 18:49
· 250 commits to master since this release

Adjusted to arche-core v3:

  • acdhOeaw\arche\lib\RepoResource::deleteRecursively() droped. Instead acdhOeaw\arche\lib\RepoResource::delete() takes optional third parameter $recursiveProperty allowing to trigger recursive deletion. The recursive and references deletion is now done on the REST API side (thanks to features introduced by arche-core v3) and only tombstone deletion loop is performed client side.
  • acdhOeaw\arche\lib\RepoResource::merge() method added calling a corresponding REST API endpoint
  • acdhOeaw\arche\lib\RepoResource class tests moved to the acdhOeaw\arche\lib\tests\RepoResourceTest class
  • tests/config.yaml adjusted to the arche-core v3