Skip to content

v1.1.2

Choose a tag to compare

@markvaneijk markvaneijk released this 30 Jun 20:52
· 8 commits to main since this release

Bug fixes

Fix Trying to access array offset on false error in OgImage::getSignature().

When parse_url() returned false for a malformed URL (e.g. a misconfigured APP_URL), accessing $url['query'] threw an Illuminate\View\ViewException during rendering. The query string is now extracted directly via parse_url($url, PHP_URL_QUERY) and the package degrades gracefully instead of throwing.