Releases: jekyll/jekyll-seo-tag
Releases · jekyll/jekyll-seo-tag
v2.2.1
v2.2.0
v2.1.0
Major Enhancement
- Use new URL filters (#123)
Minor Enhancements
- Wraps logo image json data in a publisher property (#133)
- Fix duplicated
escape_once
(#93) - Simplify minify regex (#125)
- Don't mangle text with newlines #126
Documentation
- Add front matter default example for image (#132)
- Fix tiny typo (#106)
- add example usage of social profiles (#139)
Development
v2.0.0
v1.4.0
v1.3.3
- Use
summary_large_image
Twitter card whenpage.image
is explicitly set (props @DirtyF) - Prepend site URL to JSON-LD
image
property (props @boturnbow) - Don't prepend
/
to JSON-LDlogo
property (props @boturnbow)
v1.3.2
- Rely on open graph tags, rather than outputting duplicate Twitter-specific meta (#65)
- Remove extra whitespace in JSON-LD block
- Consistent spacing and use of quotes in metadata fields (props @XhmikosR)
- Check for
seo_page_title
before outputtingog:title
- Use
jsonify
to outputurl
in JSON-LD for consistency
v1.3.1
v1.3.0
- New:
benbalter/jekyll-seo-tag
is nowjekyll/jekyll-seo-tag
🎉 - New: Require Jekyll
~> 3
- New: Consolidate JSON-LD output into a single block (props @pathawks)
- Fixed:
twitter:image
now outputs the full url (props @boturnbow) - Fixed: Output the Jekyll version, not the plugin version in the HTML comment
- Fixed: Support
article:publisher
withoutfb:app_id
(props @pathawks)