Releases: nystudio107/craft-seomatic
Releases · nystudio107/craft-seomatic
4.1.2
Changed
- Made the SEO preview sidebar UI more consistent with Craft (#1497)
Fixed
- Fixed an issue where GraphQL or Meta Container endpoint requests that had a token set were not being caches separately
- Also add any
token
to the meta container cache key for regular requests - Fixed an issue where using "Single Page" for the Sitemap Page Size setting would cause an exception to be thrown when generating the sitemap (#1498)
3.5.2
Fixed
- Fixed an issue where GraphQL or Meta Container endpoint requests that had a token set were not being caches separately
- Also add any
token
to the meta container cache key for regular requests - Fixed an issue where using "Single Page" for the Sitemap Page Size setting would cause an exception to be thrown when generating the sitemap (#1498)
5.1.1
Changed
- Renamed the Regenerate Sitemaps Automatically setting to Invalidate Sitemap Caches Automatically for clarity
Fixed
- Fixed an issue where getting the sitemaps via GraphQL and meta container endpoint only retrieved the first page since the switch to paginated sitemaps (#1492)
- Fixed an issue where saving an entry could be slow, because SEOmatic was pointlessly trying to regenerate the sitemap cache (which is no longer a thing with paginated sitemaps) (#1494)
4.1.1
Changed
- Renamed the Regenerate Sitemaps Automatically setting to Invalidate Sitemap Caches Automatically for clarity
Fixed
- Fixed an issue where getting the sitemaps via GraphQL and meta container endpoint only retrieved the first page since the switch to paginated sitemaps (#1492)
- Fixed an issue where saving an entry could be slow, because SEOmatic was pointlessly trying to regenerate the sitemap cache (which is no longer a thing with paginated sitemaps) (#1494)
3.5.1
Changed
- Renamed the Regenerate Sitemaps Automatically setting to Invalidate Sitemap Caches Automatically for clarity
Fixed
- Fixed an issue where getting the sitemaps via GraphQL and meta container endpoint only retrieved the first page since the switch to paginated sitemaps (#1492)
- Fixed an issue where saving an entry could be slow, because SEOmatic was pointlessly trying to regenerate the sitemap cache (which is no longer a thing with paginated sitemaps) (#1494)
5.1.0
Added
- Remove queue generated sitemaps, switch to paginated sitemaps to allow them to be rendered at web response time, but still be managable in size
4.1.0
Added
- Remove queue generated sitemaps, switch to paginated sitemaps to allow them to be rendered at web response time, but still be managable in size
3.5.0
Added
- Remove queue generated sitemaps, switch to paginated sitemaps to allow them to be rendered at web response time, but still be managable in size
5.0.4
Added
- Added a setting in Plugin Settings -> Tags to specify which site should be used as the
x-default
forhreflang
tags (1162)
Changed
- Moved where paginated
hreflang
tags are added for paginated pages, so that they can be overriden via Twig templating code. They are now added inside ofseomatic.helper.paginate()
Fixed
4.0.50
Added
- Added a setting in Plugin Settings -> Tags to specify which site should be used as the
x-default
forhreflang
tags (1162)
Changed
- Moved where paginated
hreflang
tags are added for paginated pages, so that they can be overriden via Twig templating code. They are now added inside ofseomatic.helper.paginate()