From e4b958265ae7871151fd97441a5ed3c48ce61e90 Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Thu, 21 Mar 2024 11:56:00 +0000 Subject: [PATCH] Version 2.13.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 e4c02941..9d267739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2.13.1 / 2024-03-21 +================== + + * Fix `analyze` API endpoint + 2.13.0 / 2024-03-12 ================== diff --git a/composer.json b/composer.json index e5702d8f..66b6cd0e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudinary/cloudinary_php", - "version": "2.13.0", + "version": "2.13.1", "description": "Cloudinary PHP SDK", "keywords": [ "cloudinary", diff --git a/docs/sami_config.php b/docs/sami_config.php index c225cf59..65005113 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.0', + 'version' => '2.13.1', 'build_dir' => $docsDir . 'build', 'cache_dir' => $docsDir . 'cache', 'default_opened_level' => 1, diff --git a/src/Cloudinary.php b/src/Cloudinary.php index 6faa39d9..90dfa2b2 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -34,7 +34,7 @@ class Cloudinary * * @var string VERSION */ - const VERSION = '2.13.0'; + const VERSION = '2.13.1'; /** * Defines the Cloudinary cloud details and other global configuration options.