Skip to content

v1.5.1

Latest

Choose a tag to compare

@Sm1lEE Sm1lEE released this 29 Jul 15:41
78ce598

Summary

  • fix {{ cloudinary:field }} crashing with ArgumentCountError instead of falling back to Glide, at both fallback sites in Tags\Cloudinary::wildcard()

Notes

  • this is a bugfix-only release; no behaviour changes beyond the fallback now working as it was always meant to
  • two ways to hit the bug in v1.5.0: an install without Cloudinary credentials 500s on every {{ cloudinary:field }} tag, and a correctly configured install 500s as soon as a referenced asset is missing or renamed
  • no breaking changes; no config or template updates required
  • internal: first test coverage for Tags\Cloudinary, plus a repair of the dev toolchain — require-dev had pinned orchestra/testbench ^9 (Laravel 11), which is uninstallable because those releases are blocked by security advisories, so no test runner was installable at all. The harness now runs on Laravel 12, which means the declared Statamic ^5 support range is not covered by any test run.