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

v1.5.0

Choose a tag to compare

@jfschmakeit jfschmakeit released this 07 Apr 06:19

This release changes how filenames and mime types can be specified for uploads.

  • New recommended parameter to specify the mime type during upload, see new parameter mimeType for call PhotosLibraryClient->upload(...).
  • New parameter to specify the filename for NewMediaItem objects, see the new helper function PhotosLibraryResourceFactory::newMediaItemWithDescriptionAndFileName(..).
  • Deprecated setting the filename during the upload request, instead, set the file name in the NewMediaItem when calling batchCreate(..).

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