Skip to content

Releases: f9webltd/laravel-meta

2.0.1

18 Mar 10:23
60f3dc9
Compare
Choose a tag to compare

What's Changed

  • Remove unused parameter from meta helper function by @ultrono in #30

Full Changelog: 2.0.0...2.0.1

2.0.0

18 Mar 10:11
70c8034
Compare
Choose a tag to compare

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

05 Feb 12:16
6960f93
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.6...1.7.7

1.7.6

31 May 15:51
5554486
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.5...1.7.6

1.7.5

28 Feb 08:57
c411b84
Compare
Choose a tag to compare

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.4

16 Feb 18:00
21810f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.3...1.7.4

1.7.3

29 Dec 19:35
096d7ae
Compare
Choose a tag to compare
  • 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

18 Jan 12:22
Compare
Choose a tag to compare

Patch release to set more sensible config defaults

1.7.0

30 Dec 10:38
Compare
Choose a tag to compare
  • Support PHP 8.0
  • Improve readme
  • Add config option to replace characters when rendering the meta title, tidy some tests

1.6.1

15 Sep 15:56
Compare
Choose a tag to compare
  • Add Laravel 8 support. No changes to the API were required, hence a patch release.