Releases: cloudinary/cloudinary_php
Releases · cloudinary/cloudinary_php
Version 1.12.0
New functionality and features
- Add support of custom codecs in video tag
- Add Google Cloud Storage protocol support in upload
Other Changes
- Add
update_version.sh
tool - Rename
custom_action
tocustom_function
Version 1.11.1
(Same as 1.11.0 but with the updated version number in files...)
New functionality and features
- Add responsive breakpoints cache
- Add
cl_picture_tag
andcl_source_tag
helpers - Add support for web assembly and lambda functions in transformations.
- Add
font_antialiasing
andfont_hinting
text style parameters - Add
cl_client_hints_meta_tag
helper - Add support of
named
parameter in list transformations API - Add support of
auto
value forstart_offset
transformation parameter (#123) - Add
notification_url
param to theupdate
method - Add
format
parameter to responsive breakpoints settings - Add legacy autoloader
Other Changes
- Improve PSR-2 compliance + PSR-4 autoload + documentation update
- Update
radius
transformation parameter - Add
base64url_encode
internal helper - Fix base64 encoding in urls.
- Use
X-Unique-Upload-Id
header inupload_large
- Fix sample project includes.
Version 1.11.0
New functionality and features
- Add responsive breakpoints cache
- Add
cl_picture_tag
andcl_source_tag
helpers - Add support for web assembly and lambda functions in transformations.
- Add
font_antialiasing
andfont_hinting
text style parameters - Add
cl_client_hints_meta_tag
helper - Add support of
named
parameter in list transformations API - Add support of
auto
value forstart_offset
transformation parameter (#123) - Add
notification_url
param to theupdate
method - Add
format
parameter to responsive breakpoints settings - Add legacy autoloader
Other Changes
- Improve PSR-2 compliance + PSR-4 autoload + documentation update
- Update
radius
transformation parameter - Add
base64url_encode
internal helper - Fix base64 encoding in urls.
- Use
X-Unique-Upload-Id
header inupload_large
- Fix sample project includes.
Version 1.10.0
New functionality and features
- Add
srcset
andsizes
attributes to theimg
tag (#117) - Support special characters in public IDs, tags, etc in Admin API calls
- Add php version to user agent (#114)
Other Changes
- Fix URL-encode parts of api-uri
- Add
test_url_encoding
unit test - Fix
test_transformation_cursor_results
unit test - Fix
test_raw_conversion
unit test - Fix streaming profiles cleanup after unit tests
- Add PHPDoc to Cloudinary\Api and Exceptions
- Update PHP version requirement
Version 1.9.0
New functionality and features
- Add
delete_derived_by_transformation
API - Add
remove_all_tags
toUploader
- Add
resources_by_context
toApi
- Add
access_control
parameter to uploaderupload
and apiupdate
- Support remote URLs in upload_large API
- Add
transformations
parameter to delete_resources APIs - Support
quality_override
param forupdate
andexplicit
api - Adding Streaming Profile to transformation.
- Add URL suffix support for image/authenticated, video/upload
- Remove restriction of URL suffix in shared CDN
- Support string $public_ids parameter in
delete_derived_by_transformation
- Support
0
and0.0
innorm_range_value
function. Fixes #64 (#97)
Other Changes
- Improve PSR-2 compliance (#101)
- Add
next_cursor
test oftransformation()
API - Add
encode_array_to_json
- Fix encoding of attributes and url in html tags. Fixes #87
- Add PHP versions to TravisCI setup
- Add a test of streaming_profile parameter
- Fix Categorization test
- Add
UNIQUE_TEST_ID
to test helper - Remove
test_auto_tagging
unit test (#95) - Update Readme.md for setup with composer
- Remove unreachable code. Fixes #66
Version 1.8.0
New functionality and features
- Advanced search API
- Add
async
parameter to upload parameters.
Other Changes
- Update tests to use
TestHelper
- Add compatibility for newer PHPUnit versions
Version 1.7.2
- Add update ocr parameters test
- Merge pull request #71 from jtabet/fix-floats-issue
- Added a number_format on float values in the transformation string
- Add ocr parameters tests
- Fix variables order. Add variables order tests.
Version 1.7.1
1.7.1 / 2017-03-13
- Update phpunit to 5.7.*
- Update travis.yml to test 5.6 and 7.0 (matching phpunit)
- Don't normalize negative numbers. Fixed #68.
Version 1.7.0
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
- Add URL authentication.
- Rename
auth_token
. - Support nested values in
CLOUDINARY_URL
- Fix archive test.
- Add a test for
build_eager
.