Releases: cloudinary/cloudinary_php
Releases · cloudinary/cloudinary_php
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_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 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_at
parameter - Remove
$name
from 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_missing
parameter to the archive api - Add
skip_transformation_name
parameter tocreate_archive
. - Add
expire_at
parameter tocreate_archive
. - Add
transformation
parameter todelete_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
toapiMock
anduploadMock
. 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
width
values - Enhanced
quality
values
Other Changes
- Disable explicit test
Version 1.3.2
- Add
next_cursor
toApi->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
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
inadd_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
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
- 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