Skip to content

Releases: jekyll/jekyll-seo-tag

v1.1.0

20 Feb 19:05
Compare
Choose a tag to compare
  • Add support for Facebook App metadata
  • Add support for verifying site's with Google webmaster tools

v1.0.0

03 Feb 17:57
Compare
Choose a tag to compare

Breaking changes

  • Make page.image url relative to site rather than absolute (#44, props @boturnbow)

Improvements

  • Use page.excerpt if the page.description doesn't exist (#34)
  • Use site.name if site.title is not present(#25)
  • Allow author data as an object (#26)
  • Fix HTML5 validation errors (#38, props @CGarces)
  • Use seo_description in JSON-LD (#40, props @GCarces)
  • Performance optimizations (#22)
  • Do not escape smart quotes (#21)

Development fixes

  • Update tests to work with Liquid 3 (#43)
  • Add default filter to simplify logic (#36)

v0.1.4

07 Jan 23:20
Compare
Choose a tag to compare
  • Performance optimizations (#13, #16, #20)
  • og:title no longer contains site.title (#11)
  • Use baseurl to build seo_url (#15)
  • Strip trailing /index.html from seo_url (#14)
  • Gem version moved to its own file

A very special thanks to @pathawks for all his contributions to this release.

v0.1.3

25 Nov 21:28
Compare
Choose a tag to compare
  • Properly escape smart quotes in titles and descriptions
  • Simplified whitespace-smushing regex

v.0.1.2

01 Nov 20:46
Compare
Choose a tag to compare

Loosen Jekyll dependency

v0.1.1

31 Oct 18:15
Compare
Choose a tag to compare
  • Fixed: Properly escape titles and descriptions
  • Developer: Validate HTML output via html-proofer

v0.1.0

30 Oct 16:18
Compare
Choose a tag to compare

Initial release