Releases: Kovah/laravel-html-meta
Releases · Kovah/laravel-html-meta
v4.1.0
- Compatibility with Laravel 12
v4.0.0
- Added support for PHP 8.4.
- Dropped support for PHP 7.x and Laravel 8.
- Added option to parse HTML directly without fetching contents from an URL (#8).
v3.0.0
- Added support for PHP 8.3 and Laravel 11.
- Dropped support for PHP 7.x and Laravel 7.
v2.2.0
- Add compatibility with Laravel 10 and PHP 8.2.
- Add option to add custom headers via the configuration. See the config file for more details.
v2.1.2
- Adds
Accept: text/html
as an additional header by default.
v2.1.1
Add compatibility with Laravel 9.
v2.1.0
- This package now requires at least PHP 7.4, but should be compatible with PHP 8.1 already.
- Adds a new configuration option to use custom User Agents while doing the requests.
v2.0.0
v2.0: Return object containing meta, original response and url, inste…
v1.1.0
Update changelog and readme