Releases: statamic/seo-pro
Releases · statamic/seo-pro
v7.4.0
What's new
- Add missing default values to site defaults #520 by @duncanmcclean
What's fixed
- Refactor SEO field placeholders #523 by @duncanmcclean
- Fix squished Google preview image #524 by @duncanmcclean
- Reload preview images when asset is updated #525 by @duncanmcclean
- Previews field shouldn't be localizable #526 by @duncanmcclean
- Fix "Array to string conversion" error when resolving placeholders #527 by @duncanmcclean
v7.3.0
What's new
- Transform preview images using Glide #516 by @duncanmcclean
What's fixed
- Remember tab in site defaults publish form #517 by @duncanmcclean
- Fix border of twitter preview in dark mode #518 by @duncanmcclean
v7.2.0
What's new
- Supports Laravel 13 #502 by @duncanmcclean
What's fixed
- Fix error when generating JSON-LD breadcrumbs #513 by @duncanmcclean
- Fix sitemap cache invalidation #514 by @duncanmcclean
v7.1.1
What's fixed
- Antlers parsing and cascade hydration #507 by @jasonvarga
- Default site name should be APP_NAME #505 by @edalzell
6.11.8
What's fixed
- Antlers parsing and cascade hydration by @duncanmcclean in #506
v7.1.0
What's improved
- Add spreadsheet to sitemaps #504 by @duncanmcclean
- Use
RunsUpdateScriptstrait in test #500 by @duncanmcclean
What's fixed
- Add missing GraphQL fields #503 by @samalisam-novu
v7.0.3
What's fixed
- Fixed JSON-lD entity type comparison #499 by @samalisam-novu
v7.0.2
What's fixed
- Fix disabled SEO fields (again!) #496 by @duncanmcclean
v7.0.1
What's fixed
- Avoid "From Field" dropdown in site defaults #494 by @duncanmcclean
- Fix disabled SEO fields #493 by @duncanmcclean
- Display custom collection icon in section default listing #492 by @duncanmcclean
- Fix field conditions in JSON-LD tab #491 by @duncanmcclean
v7.0.0
What's new
- Updated for Statamic 6
- Localizable Site Defaults #436 by @duncanmcclean
- Structured Data (JSON-LD) support #440 by @duncanmcclean
- Search Engine & Social Card Previews #442 by @duncanmcclean
- Added report rules for ideal title & description lengths #443 by @jackmcdade
- Allow enforcement of trailing slashes on urls and links #393 by @jesseleite
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.yamlfile toresources/addons/seo-pro.yamlduring 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.
- SEO Pro will attempt to move the
- 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
SeoProSiteDefaultsSavedevent has been renamed toSiteDefaultsSaved.- The
$defaultsproperty is now aLocalizedSiteDefaultsobject.
- The