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 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
Original file line number Diff line number Diff 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 ' ;
You can’t perform that action at this time.
0 commit comments