v1.6.0
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.
- New call
- 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 call
- New property
is_joinable
added toShareInfo
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.