Skip to content

Commit

Permalink
Version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PROSPER OTEMUYIWA authored and PROSPER OTEMUYIWA committed Mar 3, 2022
1 parent 3af8c36 commit ca45f79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@

* Upgrade cloudinary php library
* Fix Bug with HumanReadableSize Function - Cybersai

1.0.5 / 2022-03-03
======================

* Upgrade cloudinary php library
* Add support for Laravel 9
* Add more options to attach Media
* Fix Flystem Adapter for Cloudinary Adapter
* Add support for getting asset url using only public id
* Replace deprecated method names with v2
2 changes: 1 addition & 1 deletion src/CloudinaryEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CloudinaryEngine
*
* @var string PACKAGE_VERSION
*/
const PACKAGE_VERSION = '1.0.4';
const PACKAGE_VERSION = '1.0.5';

public const ASSET_ID = 'asset_id';
public const PUBLIC_ID = 'public_id';
Expand Down

0 comments on commit ca45f79

Please sign in to comment.