Skip to content

Commit

Permalink
Version 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Oct 30, 2019
1 parent 9bdfb4a commit d3ff05f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

1.15.1 / 2019-10-30
===================

* Fix `Undefined index` warning in `cl_upload_url`
* Fix PHP7.4 deprecation warnings
* Detect data URLs with suffix in mime type
* Fix samples when using without composer

1.15.0 / 2019-10-02
===================

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.15.0",
"version": "1.15.1",
"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.15.0";
const VERSION = "1.15.1";

/**
* @internal
Expand Down

0 comments on commit d3ff05f

Please sign in to comment.