Skip to content

Releases: cloudinary/cloudinary_php

Version 2.0.0-beta6

14 Jul 16:28

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

Choose a tag to compare

Version 2.0.0-beta5 Pre-release
Pre-release
  • Fix videoTag transformations support

Version 2.0.0-beta4

24 Jun 13:58

Choose a tag to compare

Version 2.0.0-beta4 Pre-release
Pre-release
  • Fix videoTag builder
  • Integrate with sub-account test service

Version 2.0.0-beta1

24 Jun 23:39

Choose a tag to compare

Version 2.0.0-beta1 Pre-release
Pre-release

Version 2.0.0-beta1

Version 2.0.0-beta3

09 Jun 11:29

Choose a tag to compare

Version 2.0.0-beta3 Pre-release
Pre-release

New functionality and features

  • Add support for date in Usage API

Other Changes

  • Fix monolog version conflict in composer.json
  • Align Border
  • Fix README
  • Fix travis environment

Version 1.17.0

07 Jun 15:38

Choose a tag to compare

New functionality and features

  • Add structured metadata administration to Admin API
  • Add support for 32 char SHA-256 URL signatures
  • Add SHA-256 signature support
  • Add accessibility_analysis parameter support
  • Add support of PHP 7.4

Other Changes

  • Remove redundant dependencies check in update_version script
  • Fix update_version script linux compatibility
  • Add update-only flag to update_version script
  • Fix legacy autoloader on Linux
  • Update issue templates

Version 2.0.0-beta2

01 Jun 16:52

Choose a tag to compare

Version 2.0.0-beta2 Pre-release
Pre-release
  • The second public beta of Cloudinary PHP v2

Version 1.16.0

28 Nov 15:59

Choose a tag to compare

New functionality and features

  • Add update_metadata Upload API.
  • Add metadata parameter to upload and explicit Upload APIs.

Version 1.15.1

30 Oct 15:45

Choose a tag to compare

  • Fix Undefined index warning in cl_upload_url
  • Fix PHP7.4 deprecation warnings
  • Detect data URLs with suffix in mime type
  • Fix samples when using without composer

Version 1.15.0

02 Oct 15:42

Choose a tag to compare

New functionality and features

  • Add create_folder admin API
  • Add max_results and next_cursor for folders APIs
  • Add live parameter to create_upload_preset and update_upload_preset APIs
  • Add cinemagraph_analysis parameter
  • Add duration and initial_duration predefined variables
  • Add pow transformation operator
  • Allow generating archive with multiple resource types

Other Changes

  • Fix transformations API call
  • Fix AuthToken UNSAFE invalid regex
  • Fix normalize_expression to ignore predefined variables
  • Validate CLOUDINARY_URL scheme
  • Fix travis build