Skip to content

Releases: digirati-co-uk/iiif-php

v1.2.1

18 Mar 16:15
5efeb66
Compare
Choose a tag to compare
Merge pull request #23 from digirati-co-uk/feature/expanded-api

Extended API

v1.2.0

25 Sep 07:52
751de6c
Compare
Choose a tag to compare
Merge pull request #21 from jrgriffiniii/phpdoc-init

Provides documentation for the models and `ResourceFactory` using PHPDoc

v1.1.12

11 May 14:07
5c1bc37
Compare
Choose a tag to compare
  • Default to square dimensions when no height present

v1.1.11

26 Jul 09:29
Compare
Choose a tag to compare
Merge pull request #18 from stephenwf/feature/type-bug

Fixed type bug

Api Extensions

18 May 07:12
Compare
Choose a tag to compare

Non-breaking extensions added:

  • $manifest->withMetaData([ ... ]);
  • $manifest->addMetaData([ ... ]);
  • $canvas->withMetaData([ ... ]);
  • $canvas->addMetaData([ ... ]);
  • $manifest->getCanvases();
  • ResourceFactory::create($manifestOrCollectionJson, json => object);
  • ResourceFactory::createCollection(...)
  • ResourceFactory::createManifest(...)

v1.1.1: Merge pull request #3 from stephenwf/feature/getter-expansion

16 May 12:54
Compare
Choose a tag to compare

Collections + Lazy loading manifests

16 May 12:17
Compare
Choose a tag to compare
Merge pull request #2 from stephenwf/feature/collections

Added collections and lazy manifests

Initial release

11 May 10:03
Compare
Choose a tag to compare
v1.0.0

Create README.md