From 9fd5228908b75b3f523c754aa1459f5b4f8b3484 Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Mon, 10 Jan 2022 12:27:45 +0000 Subject: [PATCH] Version 2.6.0 --- CHANGELOG.md | 15 +++++++++++++++ composer.json | 2 +- docs/sami_config.php | 2 +- src/Cloudinary.php | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a28b8313..d86bd12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +2.6.0 / 2022-01-10 +================== + +New functionality and features +------------------------------ + + * Add `OAuth` support for Upload API + * Add support for `psr/log` v3 + +Other Changes +------------- + + * Improve action from qualifiers tests + * Improve transformations tests coverage + 2.5.1 / 2021-11-24 ================== diff --git a/composer.json b/composer.json index 95af6b11..c5b03042 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "2.5.1", + "version": "2.6.0", "description": "Cloudinary PHP SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index 89bb1bd5..cbc40fd2 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.5.1', + 'version' => '2.6.0', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1, diff --git a/src/Cloudinary.php b/src/Cloudinary.php index aa88bb5e..236935d6 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -33,7 +33,7 @@ class Cloudinary * * @var string VERSION */ - const VERSION = '2.5.1'; + const VERSION = '2.6.0'; /** * Defines the Cloudinary cloud details and other global configuration options.