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