Releases: statamic/seo-pro
Releases · statamic/seo-pro
v7.0.0-beta.7
What's improved
- Requires Alpha 18 by @duncanmcclean
- Added translation for "Visit URL" by @duncanmcclean
useArchitecturalBackgroundis now imported from Statamic by @duncanmcclean
6.11.6
v7.0.0-beta.6
What's fixed
- Fixed dark mode issues in Page Details modal #477 by @duncanmcclean
- Added min-width on dropdowns #476 by @helloDanuk
v7.0.0-beta.5
What's fixed
- German translations #474 by @helloDanuk
- Column labels on reports index page are now properly translated by @duncanmcclean
- Fixed
HumansTestby @duncanmcclean - Dropped
axiosdependency #472 by @duncanmcclean - Avoid constructing SEO Preview image URL when inherited value is empty by @duncanmcclean
- Fixed fieldtype icon by @duncanmcclean
6.11.5
What's Changed
- Fix failing tests due to Symfony
Content-Typechange by @duncanmcclean in #470 - Avoid error when report rule class doesn't exist by @duncanmcclean in #471
- Avoid infinite loop when "From Field" points to multiple non-existant fields by @duncanmcclean in #475
v7.0.0-beta.4
What's fixed
- Tweak site default translations
- Added
text-prettyto rows in report summary table - Don't rely on pages being in the cache
- Fixed an error when deleting last report
- Fixed "Delete null" in report deletion modal
- Clicking the site score should take you to the report
- Fixed alignment of site score
- Avoid pushing query params when visiting the reports show page
- Fixed some more translation strings #458 by @helloDanuk
Breaking changes
- Dropped support for Laravel 11 & PHP 8.2 #468 by @duncanmcclean
v7.0.0-beta.3
What's fixed
- Truncated options in source fieldtype #455 by @duncanmcclean
- Fixed translation strings #454 by @duncanmcclean
6.11.4
What's fixed
- Augment entry/term values before returning from REST API by @duncanmcclean in #457
- Fall back to section/site default when "From Field" value is empty by @duncanmcclean in #456
v7.0.0-beta.2
What's fixed
- Fixed an issue where the addon settings update script wouldn't run when updating by @duncanmcclean
v7.0.0-beta.1
What's new
- Updated the Control Panel 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
- Site Defaults are now stored using Statamic's Addon Settings feature #432 by @duncanmcclean
- Robots have been split off into their own section by @jackmcdade
- "Enabled" toggle in SEO Settings now controls the visibility of SEO fields
- Updated German translations #444 by @helloDanuk
Breaking changes
- Dropped support for PHP 8.1 and Laravel 10
- 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.
- 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