Releases: vaersaagod/seomate
Releases · vaersaagod/seomate
SEOMate v. 2.2.1
2.2.1 - 2024-04-04
Fixed
- Fixed a bug where SEOMate could attempt to use string values as callables in
additionalMeta
SEOMate v. 2.2.0
2.2.0 - 2024-01-19
Added
- Sitemaps now include alternate URLs in
<xhtml:link>
entries, if theoutputAlternate
config setting istrue
. #79 - Sitemaps are now styled using an XSLT stylesheet. #79
- Added a LinkedIn card to the SEO preview
Improved
- Improved performance when outputting alternate URLs. #79
- The
cacheDuration
config setting now works with PHP duration interval strings. - Updated and improved the SEO Preview design
Changed
SEOMate v. 2.1.2
2.1.2 - 2023-06-18
Fixed
- Fixes a PHP 8.0 compatibility issue
SEOMate v. 2.1.1
2.1.1 - 2023-02-27
Fixed
- Fixes a template exception that could be thrown when rendering SEO previews
SEOMate v. 2.1.0
2.1.0 - 2023-02-15
Added
- Custom meta templates and template overrides are now supported in SEO previews (#28)
SEOMate v. 2.0.1
2.0.1 - 2022-05-10
Fixed
- Fixes an issue where eager-loaded assets or Matrix sub field values would not be included in element meta.
Changed
- Deprecated the syntax
'matrixFieldHandle:blockTypeHandle.subFieldHandle'
for using Matrix sub field values in element meta. The syntax'matrixFieldHandle.blockTypeHandle:subFieldHandle'
should be used instead.