Skip to content

Commit

Permalink
Version 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Sep 7, 2020
1 parent 06db385 commit 0f24e86
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
1.18.0 / 2020-09-07
==================

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

* Add support for Mon Sep 7 12:16:42 UTC 2020 in Admin API
* Add support for API parameter

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

* Fix link for Admin API
* Fix assignment of value into previously undefined array
* Fix detection integration test
* Add pull request template
* Integrate with sub-account test service
* Add support of retries in unit tests


1.17.0 / 2020-06-07
===================
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.17.0",
"version": "1.18.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 @@ -14,7 +14,7 @@ class Cloudinary
const SHORT_URL_SIGNATURE_LENGTH = 8;
const LONG_URL_SIGNATURE_LENGTH = 32;

const VERSION = "1.17.0";
const VERSION = "1.18.0";

/**
* @internal
Expand Down

0 comments on commit 0f24e86

Please sign in to comment.