Releases: jekyll/jekyll-seo-tag
Releases · jekyll/jekyll-seo-tag
v1.1.0
- Add support for Facebook App metadata
- Add support for verifying site's with Google webmaster tools
v1.0.0
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
- 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
- Properly escape smart quotes in titles and descriptions
- Simplified whitespace-smushing regex
v0.1.1
- Fixed: Properly escape titles and descriptions
- Developer: Validate HTML output via html-proofer