File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
14
3.0.0 / 2025-01-06
2
15
==================
3
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cloudinary/cloudinary_php" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " Cloudinary PHP SDK" ,
5
5
"keywords" : [
6
6
" cloudinary" ,
Original file line number Diff line number Diff line change 14
14
'theme ' => 'cloudinary ' ,
15
15
'template_dirs ' => [$ docsDir . 'themes ' ],
16
16
'title ' => 'Cloudinary PHP SDK ' ,
17
- 'version ' => '3.0 .0 ' ,
17
+ 'version ' => '3.1 .0 ' ,
18
18
'build_dir ' => $ docsDir . 'build ' ,
19
19
'cache_dir ' => $ docsDir . 'cache ' ,
20
20
'default_opened_level ' => 1 ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class Cloudinary
34
34
*
35
35
* @var string VERSION
36
36
*/
37
- public const VERSION = '3.0 .0 ' ;
37
+ public const VERSION = '3.1 .0 ' ;
38
38
39
39
/**
40
40
* Defines the Cloudinary cloud details and other global configuration options.
You can’t perform that action at this time.
0 commit comments