Releases: wanze/SeoMaestro
Releases · wanze/SeoMaestro
v1.1.1
Fixed
- Fix a couple of PHP
8.1
related errors (#43) - thanks @yuters
v1.1.0
Added
- Add support for installations with Composer 2 (#35)
v1.0.2
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
Fixed
- Fix double encoding issues when rendering metatags (#15) - thanks @tiefenb
v1.0.0 🎉
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
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
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
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
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
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.