Releases: nystudio107/craft-seomatic
Releases · nystudio107/craft-seomatic
Version 3.0.0-beta.19
Changed
- Fixed an issue where you could not disable
humans.txt
orrobots.txt
- Fixed an issue where the
computedType
wasn't saved properly for Global and Content SEO - Fixed an issue with JSON-LD generated for content containers not cascading as intended
Added
- Added the ability to globally disable sitemap rendering
Version 3.0.0-beta.18
Changed
- Preserve Site Identity and Site Creator settings across bundle updates
Version 3.0.0-beta.17
Changed
- Check against
siteType
,siteSubType
andsiteSpecificType
beingnull
on the Site Settings pages - Updated
humans.txt
template to display information from the Creator settings - Separate Identity and Creator Entity Brand fields
- Remove JSON-LD schema.org properties that have just one entry in them (just the
@type
) - Fixed an issue where
hreflang
s could be incorrect
Added
- Documented the Identity and Creator Site Settings variables
- Added
menu
andacceptsReservations
to the FoodEstablishment JSON-LD - Added link
rel=“home”
to the default tag container - Added
seomatic.helper.getLocalizedUrls()
function that will return a list of localized URLs - Added
sameAs
social media URLs to the Identity JSON-LD - Added
og:locale:alternate
Facebook OpenGraph tags
Version 3.0.0-beta.16
Changed
- Fixed an issue where fresh installations were not taken to the Welcome screen
- Replaced old SEOmatic icon in the Asset Bundle
- Fixed an issue where Identity and Creator settings were not properly defaulted from the config files on fresh installations
- Better parsing of the JSON-LD config files
Added
- Added Miscellaneous settings with Google Site Links search settings
- Preserve user settings in the Tracking Scripts when bundles are updated
- Fleshed out the JSON-LD for
mainEntityOfPage
,identity
, andcreator
Version 3.0.0-beta.15
Changed
- Separated the mainEntityOfPage templates off into a partial
- Cleaned up the Identity Settings & Creator Settings pages
Added
- Added a description of JSON-LD Structured Data to the Identity & Creator pages
- Added Main Entity of Page settings on the Global SEO and Content SEO General pages
Version 3.0.0-beta.14
Changed
- Fixed an issue with console requests raising an exception in
addDynamicMetaToContainers()
- Add
errors
display to all settings templates
Added
- Implemented dynamic Identity Settings & Creator Settings pages
Version 3.0.0-beta.13
Changed
- Don't look for
getPathInfo()
during a console request - Fixed an issue switching between sites on the Tracking scripts settings
- Revise how
seoFileLink()
works - Handle eager loaded elements in
TextHelper
Version 3.0.0-beta.12
Added
- Added colored status indicators on the Content SEO index page that match the colors in the donut chart on the Dashboard
- Added
seomatic.helper.seoFileLink()
to allow setting theX-Robots-Tag
andLink
headers on static files as per Advanced rel="canonical" HTTP Headers - Added a
Link
header for the canonical URL
Changed
- Don't display SEO previews if the Section has no URLs
Version 3.0.0-beta.11
Changed
- Refactored the meta bundle update process to preserve user configured meta bundle settings
- Throw a 404 if a sitemap is hit but sitemaps have been disabled for that section
- Exclude section sitemaps from the sitemap index if sitemaps have been disabled for that section
Version 3.0.0-beta.10
Changed
- Reverted incorrect bundle merging