Skip to content

Releases: wanze/SeoMaestro

v1.1.1

03 Jun 20:02
Compare
Choose a tag to compare

Fixed

  • Fix a couple of PHP 8.1 related errors (#43) - thanks @yuters

v1.1.0

04 Jul 21:00
Compare
Choose a tag to compare

Added

  • Add support for installations with Composer 2 (#35)

v1.0.2

22 Mar 20:10
Compare
Choose a tag to compare

Changed

  • Remove autojoin option for SeoMaestro fields (#31) - thanks @tiefenb
  • Fallback to default language for empty values (#27) - thanks @tiefenb
  • Prevent adding repeater pages as structured data breadcrumbs (#25) - thanks @RjGAmer

v1.0.1

01 Feb 15:54
Compare
Choose a tag to compare

Fixed

  • Fix double encoding issues when rendering metatags (#15) - thanks @tiefenb

v1.0.0 🎉

20 Nov 10:30
Compare
Choose a tag to compare

Fixed

  • Fix misleading error message when the XML sitemap cannot be created for reasons other than a non-writable parent directory
  • Meta tags should not encode german umlaut characters (#14)

Changed

  • Do not create the XML sitemap for ajax requests

v0.9.0

02 Oct 17:40
Compare
Choose a tag to compare

Fixed

  • Make the meta title format multi language aware (#13)
  • Update recommended meta description length (#12)

Added

  • Check if the path to the XML sitemap is writeable and warn the user if it is not
  • Add a new webmaster tools section on field level, allowing to add Google and Bing verification codes ✌️

v0.8.0

15 Jun 10:19
Compare
Choose a tag to compare

Added

  • Add facebook share preview for content editors when editing Opengraph meta data
  • Add support to extend the rendered meta title with additional information such as the domain or site name (#11)
  • Render structured data (JSON-LD) for breadcrumbs via new group structuredData (#10)
  • Add new meta group structuredData which will handle more types of structured data in the future 🤓

v0.7.0

01 Jun 13:34
Compare
Choose a tag to compare

Fixed

  • Fix label being showed above the "inherit" checkbox (#9)

Added

  • Add the possibility to resize the Opengraph image when referencing a page image by specifying a width and/or height (#7)
  • Opengraph image: If the referenced image field is empty and pulls the image from another page (default value), the module now substitutes the default image (#8)

v0.6.0

13 Mar 08:08
Compare
Choose a tag to compare

Fixed

  • Fix date formatting for the lastmod property in the XML sitemap for single language setups 🤦‍️

Added

  • The canonical URL is now part of the meta group and can be customized (#4)
  • Add possibility to include custom sitemap items by hooking SeoMaestro::sitemapItems

v0.5.0

17 Feb 18:05
Compare
Choose a tag to compare

Fixed

  • Fix wrong url in the <link rel="alternate" hreflang="x-default"> meta tag.
  • Fix date formatting for the lastmod property in the XML sitemap.