Skip to content

Commit 442cba0

Browse files
"Version 1.13.0"
1 parent 91d30d8 commit 442cba0

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

2+
1.13.0 / 2018-12-16
3+
===================
4+
5+
New functionality and features
6+
------------------------------
7+
8+
* Add custom `pre` function support
9+
* Add `fps` video transformation parameter
10+
* Add `keyframe_interval` video transformation parameter
11+
* Add `quality_analysis` upload parameter
12+
13+
Other Changes
14+
-------------
15+
16+
* Fix file extension in `upload_large`
17+
* Fix for Uploader.php to prevent uploads failing
18+
* Fix missing padding in `base64url_encode`
19+
* Mock upload presets tests
20+
* Fix `test_detection` unit test
21+
* Remove secure variables from travis.yml
22+
223
1.12.0 / 2018-10-11
324
===================
425

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.12.0",
3+
"version": "1.13.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.12.0";
15+
const VERSION = "1.13.0";
1616

1717
/**
1818
* @internal

0 commit comments

Comments
 (0)