Skip to content

Commit f87f063

Browse files
author
cloudinary-bot
committed
Version 3.1.0
1 parent 0a4befa commit f87f063

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
3.1.0 / 2025-01-14
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
7+
* Add PHP type declarations
8+
* ⚠ While unlikely, this change could potentially alter behavior in certain cases and may require minor adjustments
9+
to your code. Please report any unexpected issues encountered.
10+
* Add support for `deleteAssetsByAssetIds` Admin API
11+
* Add support for `restoreByAssetIds` Admin API
12+
* Add support for `allowDynamicListValues` parameter in `MetadataField`
13+
114
3.0.0 / 2025-01-06
215
==================
316

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary/cloudinary_php",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Cloudinary PHP SDK",
55
"keywords": [
66
"cloudinary",

docs/sami_config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'theme' => 'cloudinary',
1515
'template_dirs' => [$docsDir . 'themes'],
1616
'title' => 'Cloudinary PHP SDK',
17-
'version' => '3.0.0',
17+
'version' => '3.1.0',
1818
'build_dir' => $docsDir . 'build',
1919
'cache_dir' => $docsDir . 'cache',
2020
'default_opened_level' => 1,

src/Cloudinary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Cloudinary
3434
*
3535
* @var string VERSION
3636
*/
37-
public const VERSION = '3.0.0';
37+
public const VERSION = '3.1.0';
3838

3939
/**
4040
* Defines the Cloudinary cloud details and other global configuration options.

0 commit comments

Comments
 (0)