Skip to content

Commit 20d61fa

Browse files
committed
chore(release): 2.7.0
1 parent 8d509f2 commit 20d61fa

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

History.markdown

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,41 @@
1-
## HEAD
2-
3-
### Documentation
4-
5-
* HTTPS links to schema.org (#350)
6-
* use example.com for example URL (#351)
7-
* remove Google+ from example snippet (#358)
8-
* HTTPS link to https://ogp.me/ (#359)
9-
* Rename Google webmaster tools to Google Search Console (#403)
10-
* Improve documentation on plugin usage (#399)
11-
* Structured Data Testing Tool is deprecated (#409)
1+
## 2.7.0 / 2020-10-18
122

133
### Minor Enhancements
144

15-
* Adding possibility to change pagination message by config file (#324)
5+
* Change pagination message with `seo_paginator_message` option (#324)
166
* Make Twitter Summary Card without having Twitter account (#284)
17-
* Ensure a single leading `@` for twitter usernames (#367)
187
* Prefer site.tagline to site.description for page title (#356)
19-
* chore(ci): bump Ruby versions (#385)
208
* Render og:locale meta only when defined explicitly (#388)
219

10+
### Bug Fixes
11+
12+
* Ensure a single leading `@` for twitter usernames (#367)
13+
2214
### Development Fixes
2315

24-
* Memoize #author_hash in SeoTag::AuthorDrop (#342)
25-
* chore(ci): test Jekyll v4.0 (#372)
26-
* Fix locale specs that use the fallback locale (#360)
16+
* chore(deps): require Ruby > 2.4.0 EOL
17+
* test: fix locale specs that use the fallback locale (#360)
18+
* refactor: Replace read-only empty hash with private constant (#418)
19+
* refactor: Mutate hash literals instead of duplicating them (#417)
20+
* refactor: Reduce allocations of instance-agnostic objects (#376)
21+
* refactor: Memoize #author_hash in SeoTag::AuthorDrop (#342)
22+
* refactor: simplify conditional in SeoTag::Drop#date_modified (#343)
23+
* chore(ci): profile seo-tag plugin on a third-party repository (#414)
24+
* chore(ci): Jekyll v4.0 (#372)
25+
* chore(ci): test against current stable Ruby 2.5 and 2.7 (#385)
2726
* style: align with latest jekyll-rubocop (#382)
28-
* Profile plugin using a third-party repo (#414)
29-
* Simplify conditional in SeoTag::Drop#date_modified (#343)
27+
* fix: Travis builds for Jekyll 3.x (#415)
3028

31-
### Bug Fixes
29+
### Documentation
30+
31+
* Structured Data Testing Tool is deprecated (#409)
32+
* Rename Google webmaster tools to Google Search Console (#403)
33+
* Improve documentation on plugin usage (#399)
34+
* remove Google+ from example snippet (#358)
35+
* HTTPS link to https://ogp.me/ (#359)
36+
* HTTPS links to schema.org (#350)
37+
* use example.com for example URL (#351)
3238

33-
* Reduce allocations of instance-agnostic objects (#376)
34-
* Fix Travis builds for Jekyll 3.x ### -dev (#415)
35-
* Mutate hash literals instead of duplicating them (#417)
36-
* Replace read-only empty hash with private constant (#418)
3739

3840
## 2.6.1 / 2019-05-17
3941

lib/jekyll-seo-tag/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module Liquid; class Tag; end; end
55

66
module Jekyll
77
class SeoTag < Liquid::Tag
8-
VERSION = "2.6.1"
8+
VERSION = "2.7.0"
99
end
1010
end

0 commit comments

Comments
 (0)