Skip to content

Releases: cloudinary/cloudinary_php

Version 1.7.0

17 Mar 11:49

Choose a tag to compare

1.7.0 / 2017-03-09

New functionality and features

  • User defined variables
  • Add async parameter to upload params (#65)
  • Add fetch prefix to overlay path
  • Support fetch overlay underlay

Other Changes

  • Rename items and add missing variables.

Version 1.6.2

23 Feb 01:12

Choose a tag to compare

  • Add URL authentication.
  • Rename auth_token.
  • Support nested values in CLOUDINARY_URL
  • Fix archive test.
  • Add a test for build_eager.

Version 1.6.1

16 Feb 14:32

Choose a tag to compare

  • Allow 'invalidate' param in 'delete_transformation'
  • Upgrade Travis test from 7.0 to 7.1
  • Merge pull request #61 from dragosprotung/patch-1
  • Merge pull request #63 from cloudinary/support-invalidate-in-delete-transformation
  • Deleted stub file

Version 1.6.0

30 Jan 15:53

Choose a tag to compare

New functionality and features

  • Add Akamai token generator

Other Changes

  • Revert using VERSION to set USER_AGENT. Fixes #58.
  • Fix USER_AGENT version.

Version 1.5.0

19 Jan 12:44

Choose a tag to compare

New functionality and features

  • New add_context & remove_all_context API
  • support suffix url for private images
  • Escape ‘|' and ‘=‘ characters in context values
  • Support ‘iw’ and ‘ih’ transformation parameters for indicating initial width or height
  • Support to_type parameter in rename

Other Changes

  • Fix folder listing test
  • Add test for {effect: art:incognito}
  • expending retrieved list of transformation to allow test to pass properly
  • Add test case for 'to_type' + fix face_coordintes exceeding image boundaries
  • Fix typo in the archive expires_at parameter
  • Remove $name from call to list_streaming_profiles

Version 1.4.2

27 Oct 22:04

Choose a tag to compare

New functionality and features

  • Add streaming profiles API
  • Merge pull request #40 from sergey-safonov/feature/config-connection-timeout
    • Allow specify connection timeout in config

Version 1.4.1

14 Aug 19:02

Choose a tag to compare

New functionality and features

  • Add allow_missing parameter to the archive api
  • Add skip_transformation_name parameter to create_archive.
  • Add expire_at parameter to create_archive.
  • Add transformation parameter to delete_resources.
  • Add original height and width test.
  • Allow cloud_name to be specified in options array
  • Add TravisCI configuration
  • Add badges to README.md
  • Add license file
  • Update sample project: use cdnjs instead of locally stored JS files and bootstrap with cloudinary_fileupload().

Other Changes

  • Merge pull request #38 from RobinMalfait/patch-1
  • Merge pull request #37 from Welkio/master
  • Merge pull request #41 from DacotahHarvey
  • Fix Zip tests.
  • Add default message to assertPost, assertGet, assertPut, assertDelete. Add optional message to assertUrl.
  • Add assert helper methods.
  • Add test for gravity: auto parameter.
  • Use eager transformation in timeout test.
  • Remove overwrite test.
  • Mock eager test.
  • Use random number for test tag.
  • Add url_prefix to the tests.
  • Mock restore tests.
  • Mock upload_presets tests.
  • Mock start_at test
  • Separare mock to apiMock and uploadMock. Use random public_ids in API tests.
  • Update README.md

Version 1.4.0

22 Jun 15:46

Choose a tag to compare

New functionality and features

  • New configuration parameter :client_hints
  • Enhanced auto width values
  • Enhanced quality values

Other Changes

  • Disable explicit test

Version 1.3.2

02 Jun 12:31

Choose a tag to compare

  • Add next_cursor to Api->transformation().
  • Remove empty parameters from update() calls
  • Add tests
  • Add TestHelper.php. Create new Curl class.
  • Use constants in tests
  • Use comma in delete resources test

Version 1.3.1

23 Mar 15:37

Choose a tag to compare

New functionality and features

  • Conditional Transformations

Other Changes

  • Fix categorization test
  • Use original file name as public_id for server side upload (sample project).
  • Remove support for exclusive in add_tag
  • Pass parameters in body unless it's a get call
  • Support PHP versions before 5.4
  • Use isset instead of != NULL