From 57290a5e24bee1d65939713f6ef8f75d93f2d6b6 Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Sun, 3 Dec 2023 13:57:09 +0000 Subject: [PATCH] Version 2.12.0 --- CHANGELOG.md | 18 ++++++++++++++++++ composer.json | 2 +- docs/sami_config.php | 2 +- src/Cloudinary.php | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ced11b37..9e76302e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +2.12.0 / 2023-12-03 +================== + +New functionality and features +------------------------------ + + * Add support for access keys management in Account Provisioning API + * Add support for `visualSearch` Admin API + * Add support for `fields` parameter in Search and Admin APIs + * Add support for Search URL + * Add support for `useFetchFormat` in `VideoTag` + * Add support for `on_success` upload parameter + +Other Changes +------------- + + * Remove redundant `teapot/status-code` dependency + 2.11.0 / 2023-05-23 ================== diff --git a/composer.json b/composer.json index e2cc5254..89ee981f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "2.11.0", + "version": "2.12.0", "description": "Cloudinary PHP SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index 7144e6d4..39426102 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.11.0', + 'version' => '2.12.0', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1, diff --git a/src/Cloudinary.php b/src/Cloudinary.php index b724709e..7943e7ed 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -34,7 +34,7 @@ class Cloudinary * * @var string VERSION */ - const VERSION = '2.11.0'; + const VERSION = '2.12.0'; /** * Defines the Cloudinary cloud details and other global configuration options.