Skip to content

Releases: cloudinary/cloudinary_php

Version 1.6.1

16 Feb 14:32
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

Version 1.3.0

23 Mar 15:37
Compare
Choose a tag to compare

New functionality and features

  • New ZIP generation API.
  • Support responsive_breakpoints upload/explicit parameter.
  • Support line_spacing text layer parameter.
  • Support array parameters in Uploader.

Other Changes

  • Fix layer processsing
  • Implement parametrized test for layers
  • Better escaping for , and / in text layer

Version 1.2.0

01 Nov 15:45
Compare
Choose a tag to compare
  • Escape / in overlays
  • Support crc32 on 32-bit systems
  • Support upload_mappings API
  • Support Backup restoration API
  • Support easy overlay/underlay construction
  • Add script to update and commit new version
  • Add invalidate parameter to rename