Releases: 21stdigital/statamic-cloudinary
Releases · 21stdigital/statamic-cloudinary
Fix data type of item when generating aspect ratios
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
fix: include missing log facade (#21) Added Import for Log facade for logging warnings.
Fix Error Logging
v1.4.1 fix: error accessing the src param inside the error log when the para…
Allow external URLs
v1.4.0 feat: allow external URLs (#17)
v1.3.2
feat(CloudinaryConverter.php): add params property to store additional parameters for cloudinary conversion
feat(CloudinaryConverter.php): add params property to store additional parameters for cloudinary conversion
v1.3.0
Statamic v4 support
v1.2.13 🔒 chore(composer.json): update statamic/cms version requirement to "^…
Improve error message if src parameter is not found
Merge pull request #10 from 21stdigital/improvements-8 feat: Improve Error Message if src parameter is not set
Add Ken Burns Effect
Merge pull request #8 from 21stdigital/improvements-7 feat: add ken burns effect