Skip to content

Releases: vaersaagod/seomate

SEOMate v. 2.2.1

03 Apr 23:25
Compare
Choose a tag to compare

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

19 Jan 12:55
Compare
Choose a tag to compare

2.2.0 - 2024-01-19

Added

  • Sitemaps now include alternate URLs in <xhtml:link> entries, if the outputAlternate config setting is true. #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

  • Elements without URIs are now explicitly excluded from sitemaps. #79
  • Newlines, returns and other control characters in meta text values are now replaced with a literal space. #80
  • SEOMate no longer adds closing slashes to meta tags. #66

SEOMate v. 2.1.2

18 Jun 09:18
Compare
Choose a tag to compare

2.1.2 - 2023-06-18

Fixed

  • Fixes a PHP 8.0 compatibility issue

SEOMate v. 2.1.1

27 Feb 12:13
Compare
Choose a tag to compare

2.1.1 - 2023-02-27

Fixed

  • Fixes a template exception that could be thrown when rendering SEO previews

SEOMate v. 2.1.0

15 Feb 22:57
Compare
Choose a tag to compare

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

09 May 22:40
Compare
Choose a tag to compare

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.

v1.1.12

06 Dec 19:37
Compare
Choose a tag to compare

1.1.12 - 2021-12-06

Fixed

  • Fixed an issue where Categories with URLs would display a double set of Preview/View buttons on their edit pages

v1.1.11

01 Sep 13:27
Compare
Choose a tag to compare

1.1.11 - 2021-09-01

Fixed

  • Fixed an issue where it was not possible to enable SEO Preview on a per-section basis by setting the previewEnabled setting to an array of section handles

v1.1.10

09 Aug 09:35
Compare
Choose a tag to compare

1.1.10 - 2021-08-09

Fixed

  • Fixed an issue where the SEOMate cache would not respect paginated requests. Fixes #52.
  • Fixed an issue where an exception would be thrown if meta images were eager-loaded. Fixes #19.

v1.1.8

16 Feb 18:08
Compare
Choose a tag to compare

1.1.8 - 2021-02-16

Fixed

  • Fixes an issue where an exception would be thrown if Craft was unable to transform the meta image (for example if the file did not exist). Fixes #48