Skip to content

Commit ca45f79

Browse files
PROSPER OTEMUYIWAPROSPER OTEMUYIWA
PROSPER OTEMUYIWA
authored and
PROSPER OTEMUYIWA
committed
Version 1.0.5
1 parent 3af8c36 commit ca45f79

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,13 @@
2525

2626
* Upgrade cloudinary php library
2727
* Fix Bug with HumanReadableSize Function - Cybersai
28+
29+
1.0.5 / 2022-03-03
30+
======================
31+
32+
* Upgrade cloudinary php library
33+
* Add support for Laravel 9
34+
* Add more options to attach Media
35+
* Fix Flystem Adapter for Cloudinary Adapter
36+
* Add support for getting asset url using only public id
37+
* Replace deprecated method names with v2

src/CloudinaryEngine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class CloudinaryEngine
2929
*
3030
* @var string PACKAGE_VERSION
3131
*/
32-
const PACKAGE_VERSION = '1.0.4';
32+
const PACKAGE_VERSION = '1.0.5';
3333

3434
public const ASSET_ID = 'asset_id';
3535
public const PUBLIC_ID = 'public_id';

0 commit comments

Comments
 (0)