Update history to reflect merge of #243 [ci skip]
This commit is contained in:
parent
c8976c8fb2
commit
fc985bf998
|
@ -1,40 +1,44 @@
|
|||
## HEAD
|
||||
|
||||
### Documentation
|
||||
|
||||
* Avoid deprecation warning when building docs (#243)
|
||||
|
||||
## 2.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
|
||||
* 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
|
||||
* gems: is deprecated in current Jekyll version of github-pages #230
|
||||
|
||||
## 2.2.3
|
||||
## 2.2.3
|
||||
|
||||
* Guard against the author's Twitter handle being Nil when stripping @'s #203
|
||||
* Guard against empty title or description strings #206
|
||||
* Guard against the author's Twitter handle being Nil when stripping @'s #203
|
||||
* Guard against empty title or description strings #206
|
||||
|
||||
## 2.2.2
|
||||
|
||||
### Minor Enhancements
|
||||
|
||||
* Guard against arrays in subhashes #197
|
||||
* Guard against invalid or missing URLs #199
|
||||
* Guard against arrays in subhashes #197
|
||||
* Guard against invalid or missing URLs #199
|
||||
|
||||
### Development fixes
|
||||
|
||||
* Remove dynamic GitHub Pages logic from Gemfile #194
|
||||
* Remove dynamic GitHub Pages logic from Gemfile #194
|
||||
|
||||
## 2.2.1
|
||||
|
||||
* Convert template logic to a Liquid Drop (significant performance improvement) (#184)
|
||||
* Fix for JSON-LD validation warning for images missing required properties (#183)
|
||||
* Convert template logic to a Liquid Drop (significant performance improvement) (#184)
|
||||
* Fix for JSON-LD validation warning for images missing required properties (#183)
|
||||
|
||||
## 2.2.0
|
||||
|
||||
|
@ -44,7 +48,7 @@
|
|||
* Add og:locale support #166
|
||||
* Add support for Bing and Yandex webmaster tools. Closes #147 (#148)
|
||||
* Add SEO author and date modified to validate JSON-LD output (#151)
|
||||
|
||||
|
||||
### Minor Enhancements
|
||||
|
||||
* Use `|` for title separator (#162)
|
||||
|
|
Loading…
Reference in New Issue