Releases: cloudinary/cloudinary_php
Releases · cloudinary/cloudinary_php
Version 1.7.0
1.7.0 / 2017-03-09
New functionality and features
- User defined variables
- Add
asyncparameter to upload params (#65) - Add
fetchprefix to overlay path - Support fetch overlay underlay
Other Changes
- Rename items and add missing variables.
Version 1.6.2
- 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
Version 1.6.0
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
New functionality and features
- New
add_context&remove_all_contextAPI - 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_typeparameter inrename
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_atparameter - Remove
$namefrom call tolist_streaming_profiles
Version 1.4.2
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
New functionality and features
- Add
allow_missingparameter to the archive api - Add
skip_transformation_nameparameter tocreate_archive. - Add
expire_atparameter tocreate_archive. - Add
transformationparameter todelete_resources. - Add original height and width test.
- Allow
cloud_nameto 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: autoparameter. - Use eager transformation in timeout test.
- Remove
overwritetest. - Mock
eagertest. - Use random number for test tag.
- Add
url_prefixto the tests. - Mock restore tests.
- Mock upload_presets tests.
- Mock start_at test
- Separare
mocktoapiMockanduploadMock. Use random public_ids in API tests. - Update README.md
Version 1.4.0
New functionality and features
- New configuration parameter
:client_hints - Enhanced auto
widthvalues - Enhanced
qualityvalues
Other Changes
- Disable explicit test
Version 1.3.2
- Add
next_cursortoApi->transformation(). - Remove empty parameters from
update()calls - Add tests
- Add TestHelper.php. Create new
Curlclass. - Use constants in tests
- Use comma in delete resources test
Version 1.3.1
New functionality and features
- Conditional Transformations
Other Changes
- Fix categorization test
- Use original file name as
public_idfor server side upload (sample project). - Remove support for
exclusiveinadd_tag - Pass parameters in body unless it's a
getcall - Support PHP versions before 5.4
- Use
issetinstead of!= NULL