File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 25
25
26
26
* Upgrade cloudinary php library
27
27
* 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
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class CloudinaryEngine
29
29
*
30
30
* @var string PACKAGE_VERSION
31
31
*/
32
- const PACKAGE_VERSION = '1.0.4 ' ;
32
+ const PACKAGE_VERSION = '1.0.5 ' ;
33
33
34
34
public const ASSET_ID = 'asset_id ' ;
35
35
public const PUBLIC_ID = 'public_id ' ;
You can’t perform that action at this time.
0 commit comments