Skip to content

Releases: statamic/seo-pro

v7.4.0

30 Mar 16:22
fed52f5

Choose a tag to compare

What's new

What's fixed

v7.3.0

13 Mar 12:23
754e388

Choose a tag to compare

What's new

What's fixed

v7.2.0

09 Mar 17:16
aac8dc7

Choose a tag to compare

What's new

What's fixed

v7.1.1

27 Feb 21:52

Choose a tag to compare

What's fixed

6.11.8

27 Feb 21:54
cca912b

Choose a tag to compare

What's fixed

v7.1.0

23 Feb 15:13
f8156a7

Choose a tag to compare

What's improved

What's fixed

v7.0.3

18 Feb 10:11
ae0baa1

Choose a tag to compare

What's fixed

v7.0.2

06 Feb 18:32
b045a7a

Choose a tag to compare

What's fixed

v7.0.1

30 Jan 13:10
762137c

Choose a tag to compare

What's fixed

v7.0.0

28 Jan 16:24
742234c

Choose a tag to compare

What's new

What's improved

  • Robots have been split off into their own section by @jackmcdade
  • "Enabled" toggle in SEO Settings now controls the visibility of SEO fields
  • Site Defaults are now stored using Statamic's Addon Settings feature #432 by @duncanmcclean

Breaking changes

  • Dropped support for PHP 8.2 and Laravel 11
  • Site Defaults are now stored using Statamic's Addon Settings feature.
    • SEO Pro will attempt to move the content/seo.yaml file to resources/addons/seo-pro.yaml during the upgrade process. It will also update the structure of the YAML file.
    • If this doesn't happen, you should run the update script manually via php please updates:run 7.0.0-beta.1 --package=statamic/seo-pro.
  • Site Defaults can now be localized.
    • When multi-site is enabled, SEO Pro will have configured origins for your non-default sites pointing at the default site to best mirror the previous behavior where all sites used the same defaults.
    • You can update these origins via the "Site Defaults" page in the Control Panel.
  • The SeoProSiteDefaultsSaved event has been renamed to SiteDefaultsSaved.
    • The $defaults property is now a LocalizedSiteDefaults object.