From 5967558bbf5d88e851ebd554559e850ac45b9236 Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Tue, 7 May 2024 15:14:12 +0000 Subject: [PATCH] Version 2.14.0 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- docs/sami_config.php | 2 +- src/Cloudinary.php | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d267739..31300924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +2.14.0 / 2024-05-07 +================== + +New functionality and features +------------------------------ + + * Add support for `restrictions` parameter in `MetadataField` + 2.13.1 / 2024-03-21 ================== diff --git a/composer.json b/composer.json index 66b6cd0e..8e06081d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "2.13.1", + "version": "2.14.0", "description": "Cloudinary PHP SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index 65005113..cd396463 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.13.1', + 'version' => '2.14.0', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1, diff --git a/src/Cloudinary.php b/src/Cloudinary.php index 90dfa2b2..d4d793c0 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -34,7 +34,7 @@ class Cloudinary * * @var string VERSION */ - const VERSION = '2.13.1'; + const VERSION = '2.14.0'; /** * Defines the Cloudinary cloud details and other global configuration options.