Skip to content

Releases: cloudinary/cloudinary_php

Version 2.0.2

11 Feb 00:30
Compare
Choose a tag to compare
  • Fix Configuration initialisation
  • Update README

Version 2.0.1

31 Jan 17:48
Compare
Choose a tag to compare
  • Fix travis
  • Files cleanup

Version 2.0.0

31 Jan 17:56
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

Version 2.0.0-beta6

14 Jul 16:28
Compare
Choose a tag to compare
Version 2.0.0-beta6 Pre-release
Pre-release

New functionality and features

  • Add Structured Metadata
  • Add Account Provisioning API
  • Add support for eval upload parameter
  • Add parameters to Vectorize effect constructor
  • Make signParameters function public
  • Make ApiUtils class public

Other Changes

  • Fix incoming transformation serialization in upload API
  • PHP doc strings for transformation arguments, codecs, expressions and variables
  • Add class doc strings
  • Fix testLayerParamFactory unit test
  • Expose GradientFade in documentation
  • Fix AuthToken doc strings
  • Fix namespaces, folders, and more in tests
  • Remove spare newline

Version 2.0.0-beta5

24 Jun 23:41
Compare
Choose a tag to compare
Version 2.0.0-beta5 Pre-release
Pre-release
  • Fix videoTag transformations support