Releases: shweshi/OpenGraph
Releases · shweshi/OpenGraph
Add support for Laravel 11
What's Changed
- Support for laravel 11.x added by @anilkumarthakur60 in #90
New Contributors
- @anilkumarthakur60 made their first contribution in #90
Full Changelog: V1.1.3...V1.1.4
Added support for Laravel 10
What's Changed
- Laravel 10 support by @sandermenke in #88
New Contributors
- @sandermenke made their first contribution in #88
Full Changelog: V1.1.2...V1.1.3
Release: Fix: SSL get headers image verification
What's Changed
- Bug Fix: SSL get headers image verification by @ItsSkynet in #84
- Apply fixes from StyleCI by @shweshi in #85
New Contributors
- @ItsSkynet made their first contribution in #84
Full Changelog: V1.1.1...V1.1.2
Release: Add support for Laravel 9
What's Changed
- Add docs by @shweshi in #74
- Add support of Laravel 9 by @Daniel-Mendes in #81
New Contributors
- @Daniel-Mendes made their first contribution in #81
Full Changelog: V1.1.0...V1.1.1
Release: Add support to fetch meta value
Merge pull request #73 from shweshi/shweshi-patch-1 Update CHANGELOG.md
Release: Added support to provide custom user agent
This release includes:
- Add support for custom user agent
Release: Process html tags for 4XX and 5XX pages
Merge pull request #71 from shweshi/shweshi-patch-1 Update CHANGELOG.md
New param on the OpenGraph::fetch method to allow users to enable/disable the logging of the malformed HTML parsing.
replaced try..catch for handling malformed HTML
we use libXML functions
Removed illuminate log
Merge pull request #63 from shweshi/shweshi-patch-1 Update CHANGELOG.md