Skip to content

Releases: nystudio107/seomatic

Version 1.0.6

01 Jan 02:57
Compare
Choose a tag to compare
  • [Added] Added an SEOmatic Meta field type that allows you to attach meta to Entries/Sections
  • [Added] The SEOmatic Meta field type can have custom date, or pull from other fields in that Entry, or even extract keywords from other fields
  • [Added] You can preview the settings from SEOmatic Meta field types that are attached to entries
  • [Fixed] Fixed db error on install on Windows due to trying to set a default for genericCreatorHumansTxt
  • [Fixed] Facebook Open Graph tags weren't being generated if you had no Facebook Profile ID set, which could cause templating errors
  • [Fixed] The seomatic.twitter.creator field wasn't set unless summary_large_image was chosen, which could cause templating errors
  • [Fixed] The seomaticMeta variables were being overzealously encoded as htmlentities
  • [Fixed] Fixed an issue where weird characters would appear in truncated strings on certain versions of PHP
  • [Improved] All JSON-LD rendered through SEOmatic is now minified if you have the Minify plugin installed
  • [Improved] Updated the README.md

Version 1.0.5

28 Dec 20:43
Compare
Choose a tag to compare
  • [Added] Added 'renderJSONLD' Twig function & filter, and 'craft.seomatic.renderJSONLD()' variable for rendering arbitary JSON-LD schemas
  • [Added] SEOmatic now uses 'renderJSONLD' internally to render the Identity and WebSite JSON-LD microdata, rather than templates
  • [Added] The 'seomaticIdenity' and 'seomaticCreator' variables are now proper JSON-LD arrays that can be manipulated/added to via Twig
  • [Added] Refactored a bunch of internal code to support the new Identity & WebSite formats
  • [Added] Rolled all of the SEOmatic calculated variables into the 'seomaticHelper' array
  • [Added] Added support for humans.txt authorship accreditation via a tag and template
  • [Fixed] Fixed some sticky encoding issues with meta variables
  • [Fixed] Cleaned up the code base so we're no longer passing objects around into the templates, just pure arrays, for efficiency's sake
  • [Added] Support for Twitter Summary & Summary with Large Image cards
  • [Added] The Twitter Card variables are now rendered into the semomaticMeta array, and thus can be independently manipulated
  • [Added] The Facebook Open Graph variables are now rendered into the semomaticMeta array, and thus can be independently manipulated
  • [Added] Database migrations to support the new features
  • [Improved] Updated the README.md