Skip to content

Commit

Permalink
"Version 1.12.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Oct 11, 2018
1 parent 79ec920 commit d7db89b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

1.12.0 / 2018-10-11
===================

New functionality and features
------------------------------
* Add support of custom codecs in video tag
* Add Google Cloud Storage protocol support in upload

Other Changes
-------------
* Add `update_version.sh` tool
* Rename `custom_action` to `custom_function`

1.11.1 / 2018-09-12
===================

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.11.1",
"version": "1.12.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.11.1";
const VERSION = "1.12.0";

/**
* @internal
Expand Down

0 comments on commit d7db89b

Please sign in to comment.