From f87f0635aa6fc950b1cd99257ac04342914cec6c Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Tue, 14 Jan 2025 23:17:05 +0000 Subject: [PATCH] Version 3.1.0 --- CHANGELOG.md | 13 +++++++++++++ composer.json | 2 +- docs/sami_config.php | 2 +- src/Cloudinary.php | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b569c045..84cf517c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +3.1.0 / 2025-01-14 +================== + +New functionality and features +------------------------------ + + * Add PHP type declarations + * ⚠ While unlikely, this change could potentially alter behavior in certain cases and may require minor adjustments + to your code. Please report any unexpected issues encountered. + * Add support for `deleteAssetsByAssetIds` Admin API + * Add support for `restoreByAssetIds` Admin API + * Add support for `allowDynamicListValues` parameter in `MetadataField` + 3.0.0 / 2025-01-06 ================== diff --git a/composer.json b/composer.json index 23ad063a..2793889f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "3.0.0", + "version": "3.1.0", "description": "Cloudinary PHP SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index 7d68a8f7..5d52799b 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' => '3.0.0', + 'version' => '3.1.0', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1, diff --git a/src/Cloudinary.php b/src/Cloudinary.php index c8391902..c8de42d7 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -34,7 +34,7 @@ class Cloudinary * * @var string VERSION */ - public const VERSION = '3.0.0'; + public const VERSION = '3.1.0'; /** * Defines the Cloudinary cloud details and other global configuration options.