Skip to content

Releases: cloudinary/cloudinary_php

Version 2.0.4

25 Feb 06:31

Choose a tag to compare

  • Fix handling of array parameters in APIs
  • Fix encoding of arrays in structured metadata
  • Improve test coverage
  • Fix PositiveFloatValue error when value cannot be cast to string
  • Fix unstable integration tests

Version 2.0.3

19 Feb 06:26

Choose a tag to compare

  • Fix sorting of transformation parameters.
    Important! This fix produces different URLs for affected actions (Not relevant for Media::fromParams)
  • Fix Media::fromParams configuration consumption
  • Fix flags serialisation
  • Improve tests of users Provisioning API method
  • Fix metadata fields deletion after tests

Version 2.0.2

11 Feb 00:30

Choose a tag to compare

  • Fix Configuration initialisation
  • Update README

Version 2.0.1

31 Jan 17:48

Choose a tag to compare

  • Fix travis
  • Files cleanup

Version 2.0.0

31 Jan 17:56

Choose a tag to compare

💥 The new Cloudinary PHP SDK v2 is designed to provide a simpler and more enhanced developer experience, introducing a revamped action-oriented syntax for building URLs 💥

Breaking changes

  • URL Generation has new, improved and clearer action-oriented syntax. Migrating your existing code to work on the new version requires to follow the instructions in the following guide - https://cloudinary.com/documentation/php2_migration
  • Some of the parameters used in v1 were renamed
    ** Rename AccountConfig to CloudConfig
    ** Rename secure_cname to secure_distribution
  • URLs are now generated with an appended query parameter that passes information about the SDK usage.
    This might has an impact in case any proprietary functionality that relies on the delivery URL was developed on your side (For example, CDN-based functionality, other query parameters, local caching of asset delivery URLs, etc.)
    Note that the collected data is used in aggregate form to help us improve future versions of our SDKs. No individual data is collected and this data cannot be used to identify end users in any way.

See our documentation for the full list of features available in this version.

New functionality and features (from the last Beta version)

  • Add builders for tags
  • Add support for analytics
  • Add support for download backup version api

Other Changes

  • Add Effect::lightroom
  • Fix PHP8 compatibility
  • Rename Parameter to Qualifier
  • Enable fromParams for tags

Version 1.20.0

13 Jan 18:40

Choose a tag to compare

New functionality and features

  • Add download_backedup_asset helper method
  • Add support for metadata parameter in resources Admin API

Other Changes

  • Add test helper to determine whether to test an addon
  • Update bug_report.md
  • Extract default upload prefix to a constant
  • Change test for eval upload parameter

Version 2.0.0-beta8

30 Nov 05:37

Choose a tag to compare

Version 2.0.0-beta8 Pre-release
Pre-release

New functionality and features

  • Add method UploadApi::downloadFolder
  • Add support for cinemagraph_analysis in UploadApi and AdminApi
  • Add support for accessibility_analysis
  • Add fileReference user value to expressions
  • Add missing derived_next_cursor parameter
  • Add support for teapot 2.x

Other Changes

  • Reference docs branding changes
  • Fix removeAllTags with multiple public ids
  • Fix bugs in responsive breakpoints formatting in UploadAPI
  • Fix installation command in README
  • Fix cutter description
  • Fix test for eval upload parameter
  • Move files from unit and integration directories to Unit and Integration
  • Introduce constants for external add-on names in tests

Version 1.19.0

29 Oct 04:01

Choose a tag to compare

New functionality and features

  • Add method Cloudinary::download_folder

Other Changes

  • Fix upload_large endpoint
  • Improve PHPUnit fixtures
  • Add accessibility analysis tests

Version 2.0.0-beta7

21 Sep 18:05

Choose a tag to compare

Version 2.0.0-beta7 Pre-release
Pre-release

New functionality and features

  • Add guzzle 7 support
  • Add doc strings for classes

Other Changes

  • Remove support for instagram profile picture
  • Fix bug in ApiUtils::serializeArrayOfArrays
  • Fix headers serialisation in Upload API

Version 1.18.0

07 Sep 12:16

Choose a tag to compare

New functionality and features

  • Add support for date in usage Admin API
  • Add support for eval API parameter

Other Changes

  • Fix @see link for usage Admin API
  • Fix assignment of value into previously undefined array
  • Fix detection integration test
  • Add pull request template
  • Integrate with sub-account test service
  • Add support of retries in unit tests