Skip to content

Commit c9dee24

Browse files
author
cloudinary-bot
committed
Version 2.2.0
1 parent 5964d54 commit c9dee24

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
2.2.0 / 2021-05-12
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
7+
* Add support for `context` and `metadata` in `rename` Upload API
8+
* Add `OAuth` support to Admin Api
9+
* Add support for `privateDownloadUrl`
10+
11+
Other Changes
12+
-------------
13+
14+
* Fix `StyleTransfer` effect
15+
* Fix `LoggerTest` class to work in PHP 8
16+
* Fix unit and integration tests
17+
* Fix return type in doc strings
18+
* Fix notice in configuration serialization
19+
* Update PHP SDK Reference copyright date
20+
21+
122
2.1.1 / 2021-03-17
223
==================
324

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": "2.1.1",
3+
"version": "2.2.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' => '2.1.1',
17+
'version' => '2.2.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
@@ -33,7 +33,7 @@ class Cloudinary
3333
*
3434
* @var string VERSION
3535
*/
36-
const VERSION = '2.1.1';
36+
const VERSION = '2.2.0';
3737

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

0 commit comments

Comments
 (0)