Skip to content

Releases: nystudio107/craft-seomatic

Version 3.0.0-beta.16

26 Mar 03:02

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

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

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

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

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

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

Choose a tag to compare

Changed

  • Reverted incorrect bundle merging

Version 3.0.0-beta.9

18 Mar 23:50

Choose a tag to compare

Added

  • Added Schema helper class & controller in preparation for dynamic schema types displayed in the AdminCP

Changed

  • Fixed incorrect moz-transform vendor prefix that caused the sidebar SEO preview to look weird in FireFox
  • Fixed a nasty bug that could cause improper merging of config arrays, resulting in an ever-growing column size in the db

Version 3.0.0-beta.8

16 Mar 20:19

Choose a tag to compare

Changed

  • Fixed per-environment rendering of attributes
  • Made meta bundle updating non-destructive to existing data

Version 3.0.0-beta.7

16 Mar 14:00

Choose a tag to compare

Added

  • Added a "Same as Global Site Name Position" setting as the default for the Site Name Position Content SEO settings

Changed

  • Fixed an issue where the last breadcrumb on the Content SEO edit-content page was a 404
  • Fixed a caching issue that could result in stale data if you used seomatic.helper.loadMetadataForUri()
  • Don't automatically generate thumbnails for videos in the sitemap
  • Changed the Dashboard charts over to gauge charts