|
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 |
12 | 2 |
|
13 | 3 | ### Minor Enhancements |
14 | 4 |
|
15 | | - * Adding possibility to change pagination message by config file (#324) |
| 5 | + * Change pagination message with `seo_paginator_message` option (#324) |
16 | 6 | * Make Twitter Summary Card without having Twitter account (#284) |
17 | | - * Ensure a single leading `@` for twitter usernames (#367) |
18 | 7 | * Prefer site.tagline to site.description for page title (#356) |
19 | | - * chore(ci): bump Ruby versions (#385) |
20 | 8 | * Render og:locale meta only when defined explicitly (#388) |
21 | 9 |
|
| 10 | +### Bug Fixes |
| 11 | + |
| 12 | + * Ensure a single leading `@` for twitter usernames (#367) |
| 13 | + |
22 | 14 | ### Development Fixes |
23 | 15 |
|
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) |
27 | 26 | * 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) |
30 | 28 |
|
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) |
32 | 38 |
|
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) |
37 | 39 |
|
38 | 40 | ## 2.6.1 / 2019-05-17 |
39 | 41 |
|
|
0 commit comments