Skip to content

Commit c5d2eb5

Browse files
Version 1.20.2
1 parent 21119f3 commit c5d2eb5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
1.20.2 / 2023-02-09
3+
===================
4+
5+
* Fix PHP 8.2 deprecation warnings
6+
17
1.20.1 / 2022-02-01
28
==================
39

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.20.1",
3+
"version": "1.20.2",
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
@@ -16,7 +16,7 @@ class Cloudinary
1616

1717
const DEFAULT_UPLOAD_PREFIX = 'https://api.cloudinary.com';
1818

19-
const VERSION = "1.20.1";
19+
const VERSION = "1.20.2";
2020

2121
/**
2222
* @internal

0 commit comments

Comments
 (0)