Skip to content

Commit

Permalink
"Version 1.13.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Dec 16, 2018
1 parent 91d30d8 commit 442cba0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@

1.13.0 / 2018-12-16
===================

New functionality and features
------------------------------

* Add custom `pre` function support
* Add `fps` video transformation parameter
* Add `keyframe_interval` video transformation parameter
* Add `quality_analysis` upload parameter

Other Changes
-------------

* Fix file extension in `upload_large`
* Fix for Uploader.php to prevent uploads failing
* Fix missing padding in `base64url_encode`
* Mock upload presets tests
* Fix `test_detection` unit test
* Remove secure variables from travis.yml

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

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

/**
* @internal
Expand Down

0 comments on commit 442cba0

Please sign in to comment.