All notable changes to OpenGraph
will be documented in this file.
- Add support for Laravel 11
- Add support for Laravel 10
- Fix: SSL get headers image verification
- Add support for Laravel 9
- Add support to fetch meta values.
- Process the html tags for 4XX and 5XX pages.
- Support to add custom user agent.
- New param on the OpenGraph::fetch method to allow users to enable/disable the logging of the malformed HTML parsing.
- Use exception
- Remove illuminate Log
- Replace try/catch
- Added exception handling and warning if the url contains error
- Handling the curl_exec() error.
- Fix error when verifying image url
- Fix non-ascii image url meta data.
- Handling invalid image URL.
- Added support to fetch language specific metadata.
- Verify that the image url is valid in the metadata.
- Added support to fetch all metadata
- Added tests and autoload for laravel >= 5.5
- Fix autoload
- initial release