Releases: f9webltd/laravel-meta
Releases · f9webltd/laravel-meta
2.0.0
What's Changed
- Drop legacy support. The package via support PHP
^8.0
and Laravel >=8.12
. There is a breaking change in relation to the meta()
helper function, see UPGRADING.md by @ultrono in #29
Full Changelog: 1.7.7...2.0.0
1.7.5
What's Changed
- Fix built in
noIndex
macro (ref. issue with forget()
method on main Meta
class) by @ultrono in #23
Full Changelog: 1.7.4...1.7.5
1.7.3
- Drop Scrutinizer in favour of GitHub actions (fixes #18)
- Support PHP 8.1
- Handle edge case where "CONNECT" type requests are made the server, causing a 500 error
Full Changelog: 1.7.1...1.7.3
1.7.1
Patch release to set more sensible config defaults
1.7.0
- Support PHP 8.0
- Improve readme
- Add config option to replace characters when rendering the meta title, tidy some tests
1.6.1
- Add Laravel 8 support. No changes to the API were required, hence a patch release.