From b3f3a8b54e8f6eac8bc12229e6ea03090269a7ec Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Thu, 25 Feb 2021 06:30:58 +0000 Subject: [PATCH] Version 2.0.4 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- docs/sami_config.php | 2 +- src/Cloudinary.php | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ebe3e2..786804e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +2.0.4 / 2021-02-25 +================== + + * Fix handling of array parameters in APIs + * Fix encoding of arrays in structured metadata + * Improve test coverage + * Fix `PositiveFloatValue` error when value cannot be cast to string + * Fix unstable integration tests + 2.0.3 / 2021-02-19 ================== diff --git a/composer.json b/composer.json index 3dcb6b7b..1a900651 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "2.0.3", + "version": "2.0.4", "description": "Cloudinary PHP SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index 89e1a0c1..788975c7 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.0.3', + 'version' => '2.0.4', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1, diff --git a/src/Cloudinary.php b/src/Cloudinary.php index 6821ebf1..2a1eab26 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -33,7 +33,7 @@ class Cloudinary * * @var string VERSION */ - const VERSION = '2.0.3'; + const VERSION = '2.0.4'; /** * Defines the Cloudinary cloud details and other global configuration options.