From 05f2248f4bd809d1eac249b9fa59c605e83fd086 Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Mon, 6 Jan 2025 23:23:36 +0000 Subject: [PATCH] Version 3.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ composer.json | 2 +- docs/sami_config.php | 2 +- src/Cloudinary.php | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31300924..b569c045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +3.0.0 / 2025-01-06 +================== + +⚠ BREAKING CHANGES +------------------------------ + + * Drop support for PHP `5.6` and `7.x` + +New functionality and features +------------------------------ + + * Add support for `config` Admin API + * Add support for `defaultDisabled` parameter in `MetadataField` + * Add support for `renameFolder` Admin API + +Other Changes +------------- + + * Improve doc strings + 2.14.0 / 2024-05-07 ================== diff --git a/composer.json b/composer.json index b2037ccb..23ad063a 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "2.14.0", + "version": "3.0.0", "description": "Cloudinary PHP SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index cd396463..7d68a8f7 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.14.0', + 'version' => '3.0.0', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1, diff --git a/src/Cloudinary.php b/src/Cloudinary.php index d4d793c0..b8f32beb 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -34,7 +34,7 @@ class Cloudinary * * @var string VERSION */ - const VERSION = '2.14.0'; + const VERSION = '3.0.0'; /** * Defines the Cloudinary cloud details and other global configuration options.