Skip to content

Releases: nystudio107/craft-seomatic

Version 3.0.0-beta.19

28 Mar 18:56
Compare
Choose a tag to compare

Changed

  • Fixed an issue where you could not disable humans.txt or robots.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

27 Mar 00:02
Compare
Choose a tag to compare

Changed

  • Preserve Site Identity and Site Creator settings across bundle updates

Version 3.0.0-beta.17

26 Mar 23:51
Compare
Choose a tag to compare

Changed

  • Check against siteType, siteSubType and siteSpecificType being null 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 hreflangs could be incorrect

Added

  • Documented the Identity and Creator Site Settings variables
  • Added menu and acceptsReservations 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

26 Mar 03:02
Compare
Choose a tag to compare

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, and creator

Version 3.0.0-beta.15

24 Mar 23:00
Compare
Choose a tag to compare

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

24 Mar 05:25
Compare
Choose a tag to compare

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

22 Mar 14:30
Compare
Choose a tag to compare

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

21 Mar 17:29
Compare
Choose a tag to compare

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 the X-Robots-Tag and Link 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

19 Mar 20:30
Compare
Choose a tag to compare

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

19 Mar 01:53
Compare
Choose a tag to compare

Changed

  • Reverted incorrect bundle merging