Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tocker committed Nov 1, 2015
1 parent 427624e commit b8dff83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

1.2.0 / 2015-11-01
==================

* Escape / in overlays
* Support crc32 on 32-bit systems
* Support upload_mappings API
* Support Backup restoration API
* Support easy overlay/underlay construction
* Add script to update and commit new version
* Add invalidate parameter to rename

1.1.4 / 2015-08-23
==================

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.1.4",
"version": "1.2.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 @@ -10,7 +10,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.1.4";
const VERSION = "1.2.0";
/** @internal Do not change this value */
const USER_AGENT = "CloudinaryPHP/1.1.4";

Expand Down

0 comments on commit b8dff83

Please sign in to comment.