Skip to content

Tags: skck/cloudinary_php

Tags

1.8.0

Toggle 1.8.0's commit message
Version 1.8.0

1.7.2

Toggle 1.7.2's commit message
Version 1.7.2

1.7.1

Toggle 1.7.1's commit message
Version 1.7.1

1.7.0

Toggle 1.7.0's commit message
Version 1.7.0

1.6.2

Toggle 1.6.2's commit message
Version 1.6.2

1.6.1

Toggle 1.6.1's commit message
Version 1.6.1

1.6.0

Toggle 1.6.0's commit message
Version 1.6.0

1.5.0

Toggle 1.5.0's commit message
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`

1.4.2

Toggle 1.4.2's commit message
New functionality and features

------------------------------

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

1.4.1

Toggle 1.4.1's commit message
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 cloudinary#38 from RobinMalfait/patch-1
  * Merge pull request cloudinary#37 from Welkio/master
  * Merge pull request cloudinary#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