Skip to content

Commit 9698155

Browse files
author
cloudinary-bot
committed
Version 1.19.0
1 parent b5ac904 commit 9698155

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
1.19.0 / 2020-10-29
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
* Add method `Cloudinary::download_folder`
7+
8+
Other Changes
9+
-------------
10+
11+
* Fix `upload_large` endpoint
12+
* Improve PHPUnit fixtures
13+
* Add accessibility analysis tests
14+
115
1.18.0 / 2020-09-07
216
==================
317

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": "1.18.0",
3+
"version": "1.19.0",
44
"description": "Cloudinary PHP SDK",
55
"keywords": ["cloudinary", "sdk", "cloud", "image management", "cdn"],
66
"type": "library",

src/Cloudinary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Cloudinary
1414
const SHORT_URL_SIGNATURE_LENGTH = 8;
1515
const LONG_URL_SIGNATURE_LENGTH = 32;
1616

17-
const VERSION = "1.18.0";
17+
const VERSION = "1.19.0";
1818

1919
/**
2020
* @internal

0 commit comments

Comments
 (0)