Skip to content

Releases: 21stdigital/statamic-cloudinary

Fix data type of item when generating aspect ratios

11 Feb 14:11
65490bc

Choose a tag to compare

fix: ensure $item is an asset before getting original aspect ratio (#22)

Fixes a bug where a String (like a path) passed into the `wildcard` function would result in a type error. 

This was caused by the `getOriginalAspectRatio` call in `getFinalDimensions` because `$item` is never converted to an `AssetsAsset` (via `getAsset()`).

Fix missing log facade usage

28 Nov 08:39
490dcb8

Choose a tag to compare

fix: include missing log facade (#21)

Added Import for Log facade for logging warnings.

Fix Error Logging

08 Nov 11:06
a9530eb

Choose a tag to compare

v1.4.1

fix: error accessing the src param inside the error log when the para…

Allow external URLs

05 Nov 16:15
399f49d

Choose a tag to compare

v1.4.0

feat: allow external URLs (#17)

v1.3.2

04 Jul 09:18
a28ff8c

Choose a tag to compare

What's Changed

  • chore: update supported statamic version by @Sm1lEE in #14

Full Changelog: v1.3.1...v1.3.2

feat(CloudinaryConverter.php): add params property to store additional parameters for cloudinary conversion

19 Feb 16:24

Choose a tag to compare

feat(CloudinaryConverter.php): add params property to store additional parameters for cloudinary conversion

v1.3.0

27 Sep 14:33
d9cddc7

Choose a tag to compare

What's Changed

  • feat: mimic glide's default cropping settings by @Sm1lEE in #11

Full Changelog: v1.2.13...v1.3.0

Statamic v4 support

21 Jun 11:03

Choose a tag to compare

v1.2.13

🔒 chore(composer.json): update statamic/cms version requirement to "^…

Improve error message if src parameter is not found

09 May 09:40
76af318

Choose a tag to compare

Merge pull request #10 from 21stdigital/improvements-8

feat: Improve Error Message if src parameter is not set

Add Ken Burns Effect

21 Feb 13:23
7d40286

Choose a tag to compare

Merge pull request #8 from 21stdigital/improvements-7

feat: add ken burns effect