Skip to content

Releases: vaersaagod/seomate

SEOMate v. 3.1.1

05 Sep 13:18
Compare
Choose a tag to compare

3.1.1 - 2024-09-05

Fixed

  • Fixed a regression error introduced in 3.1.0, where SEOMate could fail to render sitemap priority values

SEOMate v. 2.3.1

05 Sep 13:03
Compare
Choose a tag to compare

2.3.1 - 2024-09-05

Fixed

  • Fixed a regression error introduced in 2.3.0, where SEOMate could fail to render sitemap priority values

SEOMate v. 3.1.0

23 Aug 22:47
Compare
Choose a tag to compare

3.1.0 - 2024-08-24

Changed

  • SEOMate now strips preview and token params from canonical and alternate URLs
  • SEOMate now uses elements' canonical ID when querying for alternates
  • SEOMate no longer reads or writes to the meta or sitemap caches for preview and/or tokenized requests

Added

  • Added seomate.home (the current site's URL, stripped of preview and token params)

SEOMate v. 2.3.0

23 Aug 22:40
Compare
Choose a tag to compare

2.3.0 - 2024-08-24

Changed

  • SEOMate now strips preview and token params from canonical and alternate URLs
  • SEOMate now uses elements' canonical ID when querying for alternates
  • SEOMate no longer reads or writes to the meta or sitemap caches for preview and/or tokenized requests

Added

  • Added seomate.home (the current site's URL, stripped of preview and token params)

SEOMate v. 3.0.0

02 Aug 10:52
Compare
Choose a tag to compare

3.0.0 - 2024-08-02

Added

  • Added support for object templates and PHP closures in default meta and field profile definitions.
  • Added the ability to create field profiles specific to a particular section, entry type, category group or Commerce product type (#86)
  • Added the ability to be specific in the previewEnabled setting about which sections, entry types, category groups and/or Commerce product types should be SEO-previewable
  • Added support for custom meta templates and template overrides in SEO Preview to categories, nested entries and Commerce products, in addition to regular ol' section entries
  • Added support for PHP closures returning true or false for the outputAlternate config setting

Changed

  • Bumped the craftcms/cms requirement to ^5.0.0
  • Removed support for the "SEO Preview" for elements using legacy live preview

Fixed

  • Fixed several cases where SEOMate could attempt to use string values as callables

SEOMate v. 3.0.0-beta.7

14 Jul 19:53
Compare
Choose a tag to compare
Pre-release

3.0.0-beta.7 - 2024-07-14

Added

  • Added the ability to have object templates render an asset ID for image meta tags, in field profiles and default meta.

Changed

  • Meta data rendered from object templates or returned from closures is now sanitised.

Improved

  • Improved docs on object templates and closures for the defaultMeta and fieldProfiles config settings.

SEOMate v. 3.0.0-beta.6

24 Apr 22:30
Compare
Choose a tag to compare
Pre-release

3.0.0-beta.6 - 2024-04-25

Added

  • The outputAlternate config setting now accepts a closure returning true or false.

SEOMate v. 3.0.0-beta.5

06 Apr 00:17
Compare
Choose a tag to compare
Pre-release

3.0.0-beta.5 - 2024-04-06

Fixed

  • Fixed a PHP exception that would occur when using the {% seomateMeta %} hook in nested entry templates (#85)

Added

  • Added the ability to create field profiles specific to a particular section, entry type, category group or Commerce product type (#86)
  • Added the ability to be specific in the previewEnabled setting about which sections, entry types, category groups and/or Commerce product types should be SEO-previewable
  • Added support for custom meta templates and template overrides in SEO Preview to categories, nested entries and Commerce products, in addition to regular ol' section entries

Changed

  • Removed support for "SEO Preview" for elements using legacy live preview

SEOMate v. 3.0.0-beta.4

03 Apr 22:20
Compare
Choose a tag to compare
Pre-release

3.0.0-beta.4 - 2024-04-04

Fixed

  • Fixed some additional cases where SEOMate could attempt to use string values as callables

SEOMate v. 3.0.0-beta.3

03 Apr 16:43
Compare
Choose a tag to compare
Pre-release

3.0.0-beta.3 - 2024-04-03

Fixed

  • Fixed a bug where SEOMate could attempt to use string values as callables (#84)

Changed

  • Bumped the craftcms/cms requirement to ^5.0.0