v1.1.2
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.