Skip to content

Commit a803d0c

Browse files
committed
update changelog
1 parent 473bf71 commit a803d0c

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,23 @@
33
> [!IMPORTANT]
44
> For more details about the changes in each version, please refer to the [releases](https://github.com/cloudinary-labs/cloudinary-laravel/releases) page.
55
6-
# 2.2.2 / 2024-09-25
6+
# 3.0.0 / 2024-03-16
77

8-
- See what's new in [2.2.2](https://github.com/cloudinary-labs/cloudinary-laravel/releases/tag/2.2.2)
8+
### Notable Changes
9+
10+
With the v3 update, we've brought the Blade components to use the modern Blade system like `<x-cloudinary::image />`. We've also removed the limited upload, retrieval, transformation and `MediaAlly` system for just setting up and exposing the underlining Cloudinary PHP SDK directly with a helper in `cloudinary()`. We've also integrated directly into the File Storage disk system and auto detects and installs appropriate SDK's for when you're installing into an Inertia application.
11+
12+
If you find any bugs or feature requests please open an issue!
13+
14+
**Full Changelog**: https://github.com/cloudinary-community/cloudinary-laravel/compare/2.3.0...3.0.0
15+
16+
# 2.3.0 / 2024-03-06
17+
18+
- See what's new in [2.3.0](https://github.com/cloudinary-labs/cloudinary-laravel/releases/tag/2.3.0)
19+
20+
# 2.2.3 / 2025-01-28
21+
22+
- See what's new in [2.2.3](https://github.com/cloudinary-labs/cloudinary-laravel/releases/tag/2.2.3)
923

1024
# 2.2.1 / 2024-08-14
1125

0 commit comments

Comments
 (0)