Skip to content

Commit

Permalink
Version 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Nov 28, 2019
1 parent b21de85 commit e33619e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

1.16.0 / 2019-11-28
===================

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

* Add `update_metadata` Upload API.
* Add `metadata` parameter to `upload` and `explicit` Upload APIs.

1.15.1 / 2019-10-30
===================

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.15.1",
"version": "1.16.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 @@ -12,7 +12,7 @@ class Cloudinary
const RANGE_VALUE_RE = '/^(?P<value>(\d+\.)?\d+)(?P<modifier>[%pP])?$/';
const RANGE_RE = '/^(\d+\.)?\d+[%pP]?\.\.(\d+\.)?\d+[%pP]?$/';

const VERSION = "1.15.1";
const VERSION = "1.16.0";

/**
* @internal
Expand Down

0 comments on commit e33619e

Please sign in to comment.