Releases: cloudinary/cloudinary_php
Releases · cloudinary/cloudinary_php
Version 2.0.2
- Fix
Configuration
initialisation - Update README
Version 2.0.1
- Fix travis
- Files cleanup
Version 2.0.0
💥 The new Cloudinary PHP SDK v2 is designed to provide a simpler and more enhanced developer experience, introducing a revamped action-oriented syntax for building URLs 💥
Breaking changes
- URL Generation has new, improved and clearer action-oriented syntax. Migrating your existing code to work on the new version requires to follow the instructions in the following guide - https://cloudinary.com/documentation/php2_migration
- Some of the parameters used in v1 were renamed
** RenameAccountConfig
toCloudConfig
** Renamesecure_cname
tosecure_distribution
- URLs are now generated with an appended query parameter that passes information about the SDK usage.
This might has an impact in case any proprietary functionality that relies on the delivery URL was developed on your side (For example, CDN-based functionality, other query parameters, local caching of asset delivery URLs, etc.)
Note that the collected data is used in aggregate form to help us improve future versions of our SDKs. No individual data is collected and this data cannot be used to identify end users in any way.
See our documentation for the full list of features available in this version.
New functionality and features (from the last Beta version)
- Add builders for tags
- Add support for analytics
- Add support for download backup version api
Other Changes
- Add
Effect::lightroom
- Fix PHP8 compatibility
- Rename
Parameter
toQualifier
- Enable
fromParams
for tags
Version 1.20.0
New functionality and features
- Add
download_backedup_asset
helper method - Add support for
metadata
parameter inresources
Admin API
Other Changes
- Add test helper to determine whether to test an addon
- Update bug_report.md
- Extract default upload prefix to a constant
- Change test for
eval
upload parameter
Version 2.0.0-beta8
New functionality and features
- Add method
UploadApi::downloadFolder
- Add support for
cinemagraph_analysis
inUploadApi
andAdminApi
- Add support for
accessibility_analysis
- Add
fileReference
user value to expressions - Add missing
derived_next_cursor
parameter - Add support for
teapot 2.x
Other Changes
- Reference docs branding changes
- Fix
removeAllTags
with multiple public ids - Fix bugs in responsive breakpoints formatting in UploadAPI
- Fix installation command in README
- Fix
cutter
description - Fix test for
eval
upload parameter - Move files from
unit
andintegration
directories toUnit
andIntegration
- Introduce constants for external add-on names in tests
Version 1.19.0
New functionality and features
- Add method
Cloudinary::download_folder
Other Changes
- Fix
upload_large
endpoint - Improve PHPUnit fixtures
- Add accessibility analysis tests
Version 2.0.0-beta7
New functionality and features
- Add guzzle 7 support
- Add doc strings for classes
Other Changes
- Remove support for instagram profile picture
- Fix bug in
ApiUtils::serializeArrayOfArrays
- Fix headers serialisation in Upload API
Version 1.18.0
New functionality and features
- Add support for
date
inusage
Admin API - Add support for
eval
API parameter
Other Changes
- Fix
@see
link forusage
Admin API - Fix assignment of value into previously undefined array
- Fix detection integration test
- Add pull request template
- Integrate with sub-account test service
- Add support of retries in unit tests
Version 2.0.0-beta6
New functionality and features
- Add Structured Metadata
- Add Account Provisioning API
- Add support for
eval
upload parameter - Add parameters to
Vectorize
effect constructor - Make
signParameters
function public - Make
ApiUtils
class public
Other Changes
- Fix incoming transformation serialization in upload API
- PHP doc strings for transformation arguments, codecs, expressions and variables
- Add class doc strings
- Fix
testLayerParamFactory
unit test - Expose
GradientFade
in documentation - Fix
AuthToken
doc strings - Fix namespaces, folders, and more in tests
- Remove spare newline
Version 2.0.0-beta5
- Fix
videoTag
transformations support