Skip to content

v1.6.0

Compare
Choose a tag to compare
@jfschmakeit jfschmakeit released this 08 Jul 06:12

This release includes support to update albums (titles and cover photos), media items (descriptions) and new sharing options.

  • Support for updating albums. The album must have been created by the developer via the API and must be owned by the user.
    • New call PhotosLibraryClient->updateAlbumTitle(..) to update the title of an album.
    • New call PhotosLibraryClient->updateAlbumCoverPhoto(..) to update the cover photo of an album.
  • Support for updating media items. The media item must have been created by the developer via the API and must be owned by the user:
    • New call PhotosLibraryClient->updateMediaItemDescription(..) to update the description of a media item.
  • New property is_joinable added to ShareInfo to indicate whether a user can join the album. See the updated sharing guide in the Library API developer documentation.

See the Google Photos Library API release notes, the PHPDoc reference documentation and the development guides for further details.