Skip to content

Commit ade7928

Browse files
Version 2.0.0-beta7
1 parent 4642124 commit ade7928

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

2+
2.0.0-beta7 / 2020-09-21
3+
========================
4+
5+
New functionality and features
6+
------------------------------
7+
8+
* Add guzzle 7 support
9+
* Add doc strings for classes
10+
11+
Other Changes
12+
-------------
13+
14+
* Remove support for instagram profile picture
15+
* Fix bug in `ApiUtils::serializeArrayOfArrays`
16+
* Fix headers serialisation in Upload API
17+
218
2.0.0-beta6 / 2020-07-14
319
========================
420

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.0.0-beta6",
3+
"version": "2.0.0-beta7",
44
"description": "Cloudinary PHP SDK v2",
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 v2',
17-
'version' => '2.0.0-beta6',
17+
'version' => '2.0.0-beta7',
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
@@ -32,7 +32,7 @@ class Cloudinary
3232
*
3333
* @var string VERSION
3434
*/
35-
const VERSION = '2.0.0-beta6';
35+
const VERSION = '2.0.0-beta7';
3636

3737
/**
3838
* Defines the Cloudinary account details and other global configuration options.

0 commit comments

Comments
 (0)