Skip to content

Commit 514c6a8

Browse files
committed
Increment version to v1.0.15: Support api_proxy parameter for setting up a proxy between the PHP client and Cloudinary, Fixing HHVM Compatibility Issue
1 parent 480e5b7 commit 514c6a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.0.14",
3+
"version": "1.0.15",
44
"description": "Cloudinary PHP SDK",
55
"keywords": ["cloudinary", "sdk", "cloud", "image management", "cdn"],
66
"type": "library",

src/Cloudinary.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ class Cloudinary {
66
const OLD_AKAMAI_SHARED_CDN = "cloudinary-a.akamaihd.net";
77
const AKAMAI_SHARED_CDN = "res.cloudinary.com";
88
const SHARED_CDN = "res.cloudinary.com";
9-
const VERSION = "1.0.14";
10-
const USER_AGENT = "cld-php-1.0.14";
9+
const VERSION = "1.0.15";
10+
const USER_AGENT = "cld-php-1.0.15";
1111
const BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7";
1212
public static $DEFAULT_RESPONSIVE_WIDTH_TRANSFORMATION = array("width"=>"auto", "crop"=>"limit");
1313

0 commit comments

Comments
 (0)