You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.