Skip to content

Releases: ralphjsmit/laravel-seo

1.7.2

22 Sep 14:21

Choose a tag to compare

  • Fix: support closure-based middleware

1.7.1

28 Aug 19:35
c47e8b0

Choose a tag to compare

  • Fix: instantiating TwitterCardTags with image and no fallback image specified in #100 by @SOD96.

1.7.0

25 Feb 18:11
209e92d

Choose a tag to compare

  • Feat: Laravel 12 support

1.6.7

22 Jan 18:47

Choose a tag to compare

  • Fix: prevent Livewire from injecting morph markers into tag view.

1.6.6

22 Jan 18:22

Choose a tag to compare

  • Fix: incorrect Blade closing @unless tag.

1.6.5

20 Jan 19:27
3dfffdf

Choose a tag to compare

  • Feat: automatic detection of Inertia routes and addition of inertia attribute to <title> tag in #89by @touqeershafi.

1.6.4

06 Dec 19:45

Choose a tag to compare

  • Fix: do not check for image file existence if path is url.

1.6.3

30 Aug 11:58

Choose a tag to compare

  • Fix: potential preventAccessingMissingAttributes() exception if someone had old database migration.

1.6.2

15 Jun 14:22

Choose a tag to compare

  • Fix: do also not escape image URLs for OpenGraph and Twitter.

1.6.1

15 Jun 14:12

Choose a tag to compare

  • Fix: duplicate Twitter cards issue (#83).
  • Fix: image URL escaping (#84).