Skip to content

Commit d7db89b

Browse files
"Version 1.12.0"
1 parent 79ec920 commit d7db89b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11

2+
1.12.0 / 2018-10-11
3+
===================
4+
5+
New functionality and features
6+
------------------------------
7+
* Add support of custom codecs in video tag
8+
* Add Google Cloud Storage protocol support in upload
9+
10+
Other Changes
11+
-------------
12+
* Add `update_version.sh` tool
13+
* Rename `custom_action` to `custom_function`
14+
215
1.11.1 / 2018-09-12
316
===================
417

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

15-
const VERSION = "1.11.1";
15+
const VERSION = "1.12.0";
1616

1717
/**
1818
* @internal

0 commit comments

Comments
 (0)