From c765dfe097c6b92628fc4f412babf762c4d37054 Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Sat, 28 Jan 2023 18:48:29 +0000 Subject: [PATCH] Version 2.10.1 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- docs/sami_config.php | 2 +- src/Cloudinary.php | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9da9afa..630133be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2.10.1 / 2023-01-28 +================== + +* Fix PHP 8.2 deprecation warnings + 2.10.0 / 2023-01-12 ================== diff --git a/composer.json b/composer.json index 46fa9e0b..4433afc3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "2.10.0", + "version": "2.10.1", "description": "Cloudinary PHP SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index 310bbfed..770e8ec9 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.10.0', + 'version' => '2.10.1', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1, diff --git a/src/Cloudinary.php b/src/Cloudinary.php index 015c1d70..34135254 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -34,7 +34,7 @@ class Cloudinary * * @var string VERSION */ - const VERSION = '2.10.0'; + const VERSION = '2.10.1'; /** * Defines the Cloudinary cloud details and other global configuration options.