Skip to content

Latest commit

 

History

History
152 lines (94 loc) · 5.64 KB

CHANGELOG.md

File metadata and controls

152 lines (94 loc) · 5.64 KB

Changelog

1.1.0 - 2021-07-04

Added

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

1.0.2 - 2021-03-22

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

1.0.1 - 2019-02-01

Fixed

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

1.0.0 - 2019-11-20

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.

0.9.0 - 2019-10-02

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 ✌️

0.8.0 - 2019-06-15

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 🤓

0.7.0 - 2019-06-01

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)

0.6.0 - 2019-03-13

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

0.5.0 - 2019-02-17

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

0.4.0 - 2019-02-08

Fixed

  • Fix meta tag rendering of data in the meta and twitter groups 🤦‍️ (#2)
  • Fix calls to undefined method Page::localHttpUrl if LanguageSupportPageNames ist not installed (#1)

Added

  • Render common meta tags not managed by the fieldtype:
    • <link rel="canonical">
    • <link rel="alternate">
    • <meta name="generator">
  • Add possibility to modify the form rendering SEO data via SeoMaestro::alterSeoDataForm

0.3.0 - 2019-02-07

Fixed

  • Fix module not working correctly on single language installations

0.2.1 - 2019-02-06

Fixed

  • Fix Google preview not truncating title and description on initial page load 🤦‍️

0.2.0 - 2019-02-06

Fixed

  • Fix rendering of the meta title tag
  • Fix encoding of meta data containing placeholders

Added

  • Add a preview how Google renders the current meta title and description to the Inputfield
  • Add possibility to modify rendered meta data by hooking SeoMaestro::renderSeoDataValue
  • Add possibility to modify rendered meta tags by hooking SeoMaestro::renderMetatags
  • Add possibility to exclude pages from the sitemap by hooking SeoMaestro::sitemapAlwaysExclude

0.1.1 - 2019-02-04

Fixed

  • Update Composer package name from wanze/processwire-seomaestro to wanze/seo-maestro to allow installations via Composer

0.1.0 - 2019-02-04

  • Initial release of the module 🐣