Skip to content

Releases: cloudinary-community/cloudinary-laravel

3.0.2

13 Oct 05:33
575f450

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1

29 Apr 00:21
dd039fc

Choose a tag to compare

What's Changed

  • Fix bug when Cloudinary storage adapter was not working correctly on Windows by @thecodeholic in #150

New Contributors

Full Changelog: 3.0.0...3.0.1

3.0.0

16 Mar 19:20
a803d0c

Choose a tag to compare

Notable Changes

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.

If you find any bugs or feature requests please open an issue!

Full Changelog: 2.3.0...3.0.0

2.3.0

06 Mar 20:52
ed74eec

Choose a tag to compare

What's Changed

Full Changelog: 2.2.3...2.3.0

2.2.3

28 Jan 19:08
5e75def

Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...2.2.3

2.2.2

25 Sep 20:04
f5c9ca2

Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.2.2

2.2.1

14 Aug 16:25
434bb1f

Choose a tag to compare

What's Changed

  • Properly handle Cloudinary public IDs and extensions for media and raw resources by @newtonjob in #125
  • fix: getResponse return type by @joshmanders in #127

New Contributors

Full Changelog: 2.2.0...2.2.1

2.2.0

12 Aug 16:38
716acb2

Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...2.2.0

1.0.7

30 Jul 19:24
1.0.7

Choose a tag to compare

Re-release of v1.0.5

1.0.6

29 Jul 17:56
20082c2

Choose a tag to compare

  • Fixes for Laravel v9
  • Back fill tests