Skip to content

Releases: cloudinary/cloudinary_php

Version 2.9.1

13 Nov 09:11
Compare
Choose a tag to compare
  • Use teapot/status-code

Version 2.9.0

18 Sep 16:51
Compare
Choose a tag to compare

New functionality and features

  • Add support for assetsByAssetFolder Admin API

Version 2.8.0

23 Aug 12:13
Compare
Choose a tag to compare

New functionality and features

  • Allow Monolog v3

Other Changes

  • Use PHP in scripts
  • Drop Travis in favor of GitHub Actions
  • Test on PHP 8.x

Version 2.7.1

26 May 13:19
Compare
Choose a tag to compare
  • Fix deprecation warning
  • Extract Transformation to a separate package

Version 2.7.0

23 May 08:02
Compare
Choose a tag to compare

New functionality and features

  • Add support for TextFit in text layers
  • Add support for multiple ACLs in AuthToken
  • Add support for reorderMetadataFields Admin API
  • Expose HTTP Client in APIs

Other Changes

  • Fix qualifier normalization
  • Fix analytics signature with query parameters

Version 2.6.1

01 Feb 08:37
Compare
Choose a tag to compare
  • Fix support of the lowercase response headers

Version 1.20.1

01 Feb 08:35
Compare
Choose a tag to compare
  • Fix support of the lowercase response headers

Version 2.6.0

10 Jan 12:27
Compare
Choose a tag to compare

New functionality and features

  • Add OAuth support for Upload API
  • Add support for psr/log v3

Other Changes

  • Improve action from qualifiers tests
  • Improve transformations tests coverage

Version 2.5.1

24 Nov 17:04
Compare
Choose a tag to compare
  • Fix PHP 8.1 deprecation warnings
  • Fix return type of toUrl
  • Add syntax to code blocks in README

Version 2.5.0

10 Nov 13:21
Compare
Choose a tag to compare

New functionality and features

  • Add support for folder decoupling
  • Add support for assetsByAssetIds Admin API
  • Add support for assetByAssetId Admin API

Other Changes

  • Fix upload chunk size configuration handling