Added
- Updated to schema.org version:
v30.0for the JSON-LD objects(#1737) - Added a "none" option to the local business price range, which will cause
priceRangeto be omitted if selected (#1752)
Changed
- Ensure that sitemap URLs are properly RFC-3986 encoded for legacy crawlers (#1673)
- Update the schema logo image transform to a more modern 600x600 pixel, with a "fit" to keep the logo dimensions correct (#1736) (#1372)
Fixed
- Fixed an issue where sitemaps excluded entries with robots or canonical SEO Settings field override values (#1724)
- Fix a potential stale cache of sitemaps in a very specific set of circumstances by switching back to
Elements::EVENT_AFTER_SAVE_ELEMENTfromElement::EVENT_AFTER_PROPAGATE(#1725) - Properly check whether an entity implements
LocalBusinessInterfaceto ensure thatoperatingHoursworks as expected for all entity sub-types (#1752)