Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

v1.1.0

Choose a tag to compare

@jfschmakeit jfschmakeit released this 30 Nov 05:20

This release includes new calls for shared Albums and a new call to retrieve a list of media items by their ID:

  • New call batchGetMediaItems(..) to retrieve a list of media items by their identifier
  • New call leaveSharedAlbum(shareToken) to leave a shared album a user has joined
  • New call unshareAlbum(albumId) to unshare a previously shared album and mark it as private
  • New call getSharedAlbum(shareToken) to retrieve an album by a share token

See the PHPDoc reference documentation and the development guides for further details.