From 8c225472e96291a7af23ddf8947bdf31baac403e Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Mon, 27 May 2024 12:26:00 +0000 Subject: [PATCH] Version 1.5.0 --- CHANGELOG.md | 10 ++++++++++ composer.json | 2 +- docs/sami_config.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08117b6..4d579e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +1.5.0 / 2024-05-27 +================== + +New functionality and features +------------------------------ + + * Add support for `blurFaces` and `blurRegion` effects + * Add support for `auto` resize + * Add support for `upscale` effect + 1.4.0 / 2024-01-07 ================== diff --git a/composer.json b/composer.json index c125969..20650bc 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/transformation-builder-sdk", - "version": "1.4.0", + "version": "1.5.0", "description": "Cloudinary PHP Transformation Builder SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index 7404df6..73a13c4 100644 --- a/docs/sami_config.php +++ b/docs/sami_config.php @@ -14,7 +14,7 @@ 'theme' => 'cloudinary', 'template_dirs' => [$docsDir . 'themes'], 'title' => 'Cloudinary PHP Transformation Builder', - 'version' => '1.4.0', + 'version' => '1.5.0', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 2,