Skip to content

Releases: cloudinary/cloudinary_php

Version 2.0.0-beta3

09 Jun 11:29
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

Version 1.14.0

13 May 14:30
Compare
Choose a tag to compare

New functionality and features

  • Add delete_folder admin API
  • Add filename parameter to upload API
  • Add derived_next_cursor to resource admin API
  • Add SignatureVerifier class
  • Add force_version option to delivery urls

Other Changes

  • Fix notice message in generate_sprite method
  • Fix acl and url escaping in auth_token generation
  • Ignore URL in AuthToken generation if ACL is provided
  • Fix base64 regex validation template
  • Add support of PHP 7.3
  • Improve error handling when trying to upload non-existing file.
  • Add test_secure_distribution_from_config unit test
  • Remove redundant quotes in update_version.sh

Version 1.13.0

16 Dec 16:01
Compare
Choose a tag to compare

New functionality and features

  • Add custom pre function support
  • Add fps video transformation parameter
  • Add keyframe_interval video transformation parameter
  • Add quality_analysis upload parameter

Other Changes

  • Fix file extension in upload_large
  • Fix for Uploader.php to prevent uploads failing
  • Fix missing padding in base64url_encode
  • Mock upload presets tests
  • Fix test_detection unit test
  • Remove secure variables from travis.yml

Version 1.12.0

11 Oct 13:42
Compare
Choose a tag to compare

New functionality and features

  • Add support of custom codecs in video tag
  • Add Google Cloud Storage protocol support in upload

Other Changes

  • Add update_version.sh tool
  • Rename custom_action to custom_function

Version 1.11.1

12 Sep 21:26
Compare
Choose a tag to compare

(Same as 1.11.0 but with the updated version number in files...)

New functionality and features

  • Add responsive breakpoints cache
  • Add cl_picture_tag and cl_source_tag helpers
  • Add support for web assembly and lambda functions in transformations.
  • Add font_antialiasing and font_hinting text style parameters
  • Add cl_client_hints_meta_tag helper
  • Add support of named parameter in list transformations API
  • Add support of auto value for start_offset transformation parameter (#123)
  • Add notification_url param to the update method
  • Add format parameter to responsive breakpoints settings
  • Add legacy autoloader

Other Changes

  • Improve PSR-2 compliance + PSR-4 autoload + documentation update
  • Update radius transformation parameter
  • Add base64url_encode internal helper
  • Fix base64 encoding in urls.
  • Use X-Unique-Upload-Id header in upload_large
  • Fix sample project includes.