Skip to content

Commit

Permalink
Version 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Jan 13, 2021
1 parent 93127d2 commit 2a8e6ed
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1.20.0 / 2021-01-13
==================

New functionality and features
------------------------------

* Add `download_backedup_asset` helper method
* Add support for `metadata` parameter in `resources` Admin API

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

* Add test helper to determine whether to test an addon
* Update bug_report.md
* Extract default upload prefix to a constant
* Change test for `eval` upload parameter

1.19.0 / 2020-10-29
==================

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.19.0",
"version": "1.20.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 @@ -16,7 +16,7 @@ class Cloudinary

const DEFAULT_UPLOAD_PREFIX = 'https://api.cloudinary.com';

const VERSION = "1.19.0";
const VERSION = "1.20.0";

/**
* @internal
Expand Down

0 comments on commit 2a8e6ed

Please sign in to comment.