Skip to content

Commit 327f2db

Browse files
author
Amir Tocker
committed
Version 1.4.2
1 parent 130a01d commit 327f2db

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

2+
1.4.2 / 2016-10-28
3+
==================
4+
5+
New functionality and features
6+
------------------------------
7+
8+
* Add streaming profiles API
9+
* Merge pull request #40 from sergey-safonov/feature/config-connection-timeout
10+
* Allow specify connection timeout in config
11+
212
1.4.1 / 2016-08-14
313
==================
414

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.4.1",
3+
"version": "1.4.2",
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
@@ -10,7 +10,7 @@ class Cloudinary {
1010
const RANGE_VALUE_RE = '/^(?P<value>(\d+\.)?\d+)(?P<modifier>[%pP])?$/';
1111
const RANGE_RE = '/^(\d+\.)?\d+[%pP]?\.\.(\d+\.)?\d+[%pP]?$/';
1212

13-
const VERSION = "1.4.1";
13+
const VERSION = "1.4.2";
1414
/** @internal Do not change this value */
1515
const USER_AGENT = "CloudinaryPHP/1.1.4";
1616

0 commit comments

Comments
 (0)