Releases: nystudio107/craft-seomatic
Releases · nystudio107/craft-seomatic
5.1.11
Changed
- Removed leading spaces from the
robots.txt
template, though Google ignores whitespace
Fixed
- Fixed an issue where the Entry Types menu in Content SEO settings would only appear if you had mulitple sites (#1563)
4.1.11
Changed
- Removed leading spaces from the
robots.txt
template, though Google ignores whitespace
3.5.14
Changed
- Removed leading spaces from the
robots.txt
template, though Google ignores whitespace
5.1.10
Added
- Added a
ModifySitemapQueryEvent
to allow the modification of the element query used to generate a sitemap (#1553)
Changed
- Use the
site
query parameter used globally by Craft in the CP for SEOmatic settings (#1527)
Fixed
- Fixed an issue where the L2 cache was not properly invalidated for containers after a preview request, which could result in stale metadata
- Handle the case where SEOmatic settings for a specific
typeId
ended up in its own metabundle in addition to the default metabundle for that section (#1557)
4.1.10
Added
- Added a
ModifySitemapQueryEvent
to allow the modification of the element query used to generate a sitemap (#1553)
Changed
- Use the
site
query parameter used globally by Craft in the CP for SEOmatic settings (#1527)
Fixed
- Fixed an issue where the L2 cache was not properly invalidated for containers after a preview request, which could result in stale metadata
- Handle the case where SEOmatic settings for a specific
typeId
ended up in its own metabundle in addition to the default metabundle for that section (#1557)
3.5.13
Added
- Added a
ModifySitemapQueryEvent
to allow the modification of the element query used to generate a sitemap (#1553)
Fixed
- Fixed an issue where the L2 cache was not properly invalidated for containers after a preview request, which could result in stale metadata
- Handle the case where SEOmatic settings for a specific
typeId
ended up in its own metabundle in addition to the default metabundle for that section (#1557)
5.1.9
Changed
- Encode the URI in the
canonical
link
header (#1519) - Ensure that URLs that are a site index URL and have a path prefix strip trailing slashes as appropriate (#717) (#5675)
Fixed
- Add missing
<news>
sitemap entry implementation that didn't make it over to the Craft 5 version of the plugin (#1551)