Skip to content

Commit

Permalink
Version 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Oct 29, 2020
1 parent b5ac904 commit 9698155
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.19.0 / 2020-10-29
==================

New functionality and features
------------------------------
* Add method `Cloudinary::download_folder`

Other Changes
-------------

* Fix `upload_large` endpoint
* Improve PHPUnit fixtures
* Add accessibility analysis tests

1.18.0 / 2020-09-07
==================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary/cloudinary_php",
"version": "1.18.0",
"version": "1.19.0",
"description": "Cloudinary PHP SDK",
"keywords": ["cloudinary", "sdk", "cloud", "image management", "cdn"],
"type": "library",
Expand Down
2 changes: 1 addition & 1 deletion src/Cloudinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Cloudinary
const SHORT_URL_SIGNATURE_LENGTH = 8;
const LONG_URL_SIGNATURE_LENGTH = 32;

const VERSION = "1.18.0";
const VERSION = "1.19.0";

/**
* @internal
Expand Down

0 comments on commit 9698155

Please sign in to comment.