From 84edefdd9e636371f2a71490b2a08b3e769e4f7d Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Thu, 12 Jan 2023 14:35:09 +0000 Subject: [PATCH] Version 2.10.0 --- CHANGELOG.md | 16 ++++++++++++++++ composer.json | 2 +- docs/sami_config.php | 2 +- src/Cloudinary.php | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abbe430d..e9da9afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +2.10.0 / 2023-01-12 +================== + +New functionality and features +------------------------------ + + * Add support for `SearchFolders` API + * Add support for `media_metadata` parameter + +Other Changes +------------- + + * Fix `SetMetadataField` default value handling + * Fix format for fetched assets + * Fix error handling in URL signature generation + 2.9.2 / 2022-11-13 ================== diff --git a/composer.json b/composer.json index f1ec96e4..46fa9e0b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "2.9.2", + "version": "2.10.0", "description": "Cloudinary PHP SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index a33c5c40..310bbfed 100644 --- a/docs/sami_config.php +++ b/docs/sami_config.php @@ -14,7 +14,7 @@ 'theme' => 'cloudinary', 'template_dirs' => [$docsDir . 'themes'], 'title' => 'Cloudinary PHP SDK', - 'version' => '2.9.2', + 'version' => '2.10.0', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1, diff --git a/src/Cloudinary.php b/src/Cloudinary.php index f67e20eb..015c1d70 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -34,7 +34,7 @@ class Cloudinary * * @var string VERSION */ - const VERSION = '2.9.2'; + const VERSION = '2.10.0'; /** * Defines the Cloudinary cloud details and other global configuration options.