Releases: jekyll/jekyll-seo-tag
Releases · jekyll/jekyll-seo-tag
v2.8.0
v2.7.1
v2.7.0
Minor Enhancements
- Change pagination message with
seo_paginator_message
option (#324) - Make Twitter Summary Card without having Twitter account (#284)
- Prefer site.tagline to site.description for page title (#356)
- Render og:locale meta only when defined explicitly (#388)
Bug Fixes
- Ensure a single leading
@
for twitter usernames (#367)
Development Fixes
- chore(deps): require Ruby > 2.4.0 EOL
- test: fix locale specs that use the fallback locale (#360)
- refactor: Replace read-only empty hash with private constant (#418)
- refactor: Mutate hash literals instead of duplicating them (#417)
- refactor: Reduce allocations of instance-agnostic objects (#376)
- refactor: Memoize #author_hash in SeoTag::AuthorDrop (#342)
- refactor: simplify conditional in SeoTag::Drop#date_modified (#343)
- chore(ci): profile seo-tag plugin on a third-party repository (#414)
- chore(ci): Jekyll v4.0 (#372)
- chore(ci): test against current stable Ruby 2.5 and 2.7 (#385)
- style: align with latest jekyll-rubocop (#382)
- fix: Travis builds for Jekyll 3.x (#415)
Documentation
- Structured Data Testing Tool is deprecated (#409)
- Rename Google webmaster tools to Google Search Console (#403)
- Improve documentation on plugin usage (#399)
- remove Google+ from example snippet (#358)
- HTTPS link to https://ogp.me/ (#359)
- HTTPS links to schema.org (#350)
- use example.com for example URL (#351)
v2.6.1
v2.6.0
Minor Enhancements
- Twitter Image and Title (#330)
Bug Fixes
Development Fixes
- Relax version constraint on Bundler (#325)
- chore(ci): Add Ruby 2.6, drop Ruby 2.3 (#326)
- chore (ci): remove deprecated
sudo: false
in .travis.yml (#333) - Lint Ruby code with rubocop-jekyll gem (#302)
- chore(deps): bump rubocop-jekyll to v0.4 (#320)
- chore(deps): bump rubocop-jekyll to v0.3 (#316)
- Correct RuboCop offenses in spec files (#319)
Documentation
- Rectify error in Usage documentation (#328)
v2.5.0
v2.4.0
v2.3.0
Minor Enhancements
- Use canonical_url specified in page if present #211
- Fix for image.path causing an invalid url error #228
- Ensure
site.data.authors
is properly formatted before attempting to retrieve author meta #227 - Convert author, image, and JSON-LD to dedicated drops #229
- Cache parsed template #231
- Define path with
__dir__
#232
Documentation
gems:
is deprecated in current Jekyll version of github-pages #230