Releases: cloudinary/cloudinary_php
Releases · cloudinary/cloudinary_php
Version 2.0.4
- Fix handling of array parameters in APIs
- Fix encoding of arrays in structured metadata
- Improve test coverage
- Fix
PositiveFloatValueerror when value cannot be cast to string - Fix unstable integration tests
Version 2.0.3
- Fix sorting of transformation parameters.
Important! This fix produces different URLs for affected actions (Not relevant forMedia::fromParams) - Fix
Media::fromParamsconfiguration consumption - Fix flags serialisation
- Improve tests of
usersProvisioning API method - Fix metadata fields deletion after tests
Version 2.0.2
- Fix
Configurationinitialisation - 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
** RenameAccountConfigtoCloudConfig
** Renamesecure_cnametosecure_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
ParametertoQualifier - Enable
fromParamsfor tags
Version 1.20.0
New functionality and features
- Add
download_backedup_assethelper method - Add support for
metadataparameter inresourcesAdmin 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
evalupload parameter
Version 2.0.0-beta8
New functionality and features
- Add method
UploadApi::downloadFolder - Add support for
cinemagraph_analysisinUploadApiandAdminApi - Add support for
accessibility_analysis - Add
fileReferenceuser value to expressions - Add missing
derived_next_cursorparameter - Add support for
teapot 2.x
Other Changes
- Reference docs branding changes
- Fix
removeAllTagswith multiple public ids - Fix bugs in responsive breakpoints formatting in UploadAPI
- Fix installation command in README
- Fix
cutterdescription - Fix test for
evalupload parameter - Move files from
unitandintegrationdirectories toUnitandIntegration - 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_largeendpoint - 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
dateinusageAdmin API - Add support for
evalAPI parameter
Other Changes
- Fix
@seelink forusageAdmin 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