2016-10-23 16:18:23 +00:00
|
|
|
## HEAD
|
2016-10-28 20:00:08 +00:00
|
|
|
|
2017-12-04 15:20:17 +00:00
|
|
|
### Documentation
|
|
|
|
|
|
|
|
* Avoid deprecation warning when building docs (#243)
|
|
|
|
|
2017-12-04 15:22:09 +00:00
|
|
|
### Development Fixes
|
|
|
|
|
|
|
|
* Travis: Test against Rubies (#242)
|
2017-12-04 15:53:18 +00:00
|
|
|
* Try testing on Ruby v2.3 and 2.4 (#181)
|
2017-12-04 15:22:09 +00:00
|
|
|
|
2017-08-24 18:27:35 +00:00
|
|
|
## 2.3.0
|
|
|
|
|
|
|
|
### Minor Enhancements
|
|
|
|
|
2017-12-04 15:20:17 +00:00
|
|
|
* 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
|
2017-08-24 18:27:35 +00:00
|
|
|
|
|
|
|
### Documentation
|
|
|
|
|
2017-12-04 15:20:17 +00:00
|
|
|
* gems: is deprecated in current Jekyll version of github-pages #230
|
2017-05-25 13:38:56 +00:00
|
|
|
|
2017-12-04 15:20:17 +00:00
|
|
|
## 2.2.3
|
2017-05-06 16:29:11 +00:00
|
|
|
|
2017-12-04 15:20:17 +00:00
|
|
|
* Guard against the author's Twitter handle being Nil when stripping @'s #203
|
|
|
|
* Guard against empty title or description strings #206
|
2017-05-02 17:49:22 +00:00
|
|
|
|
2017-05-01 16:59:26 +00:00
|
|
|
## 2.2.2
|
|
|
|
|
|
|
|
### Minor Enhancements
|
|
|
|
|
2017-12-04 15:20:17 +00:00
|
|
|
* Guard against arrays in subhashes #197
|
|
|
|
* Guard against invalid or missing URLs #199
|
2017-04-26 15:58:36 +00:00
|
|
|
|
2017-05-01 16:59:26 +00:00
|
|
|
### Development fixes
|
|
|
|
|
2017-12-04 15:20:17 +00:00
|
|
|
* Remove dynamic GitHub Pages logic from Gemfile #194
|
2017-05-01 16:59:26 +00:00
|
|
|
|
2017-04-25 15:22:06 +00:00
|
|
|
## 2.2.1
|
|
|
|
|
2017-12-04 15:20:17 +00:00
|
|
|
* Convert template logic to a Liquid Drop (significant performance improvement) (#184)
|
|
|
|
* Fix for JSON-LD validation warning for images missing required properties (#183)
|
2017-04-11 21:37:47 +00:00
|
|
|
|
2017-04-06 19:05:27 +00:00
|
|
|
## 2.2.0
|
|
|
|
|
2017-04-04 17:30:00 +00:00
|
|
|
### Major Enhancements
|
2017-01-13 15:18:08 +00:00
|
|
|
|
2017-04-04 17:30:00 +00:00
|
|
|
* Add author meta (#103)
|
|
|
|
* Add og:locale support #166
|
|
|
|
* Add support for Bing and Yandex webmaster tools. Closes #147 (#148)
|
2017-04-06 19:03:42 +00:00
|
|
|
* Add SEO author and date modified to validate JSON-LD output (#151)
|
2017-12-04 15:20:17 +00:00
|
|
|
|
2017-01-13 15:24:27 +00:00
|
|
|
### Minor Enhancements
|
|
|
|
|
2017-04-04 17:30:00 +00:00
|
|
|
* Use `|` for title separator (#162)
|
|
|
|
* Use `og:image` for twitter image (#174)
|
|
|
|
|
|
|
|
### Development Fixes
|
|
|
|
|
|
|
|
* Style fixes (#170, #157, #149)
|
|
|
|
* Test against latest version of Jekyll (#171)
|
|
|
|
* Bump dev dependencies (#172)
|
|
|
|
* Remove Rake dependency (#180)
|
2017-01-13 15:24:27 +00:00
|
|
|
|
2017-01-13 15:18:08 +00:00
|
|
|
## 2.1.0
|
2016-11-02 20:48:55 +00:00
|
|
|
|
2016-10-23 20:59:07 +00:00
|
|
|
### Major Enhancement
|
2016-10-23 16:18:23 +00:00
|
|
|
|
2016-10-23 20:59:07 +00:00
|
|
|
* Use new URL filters (#123)
|
2016-10-28 20:00:08 +00:00
|
|
|
|
2016-10-23 20:59:07 +00:00
|
|
|
### 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
|
2016-10-28 20:00:08 +00:00
|
|
|
|
2016-10-23 16:18:23 +00:00
|
|
|
### Documentation
|
|
|
|
|
|
|
|
* Add front matter default example for image (#132)
|
2016-10-23 20:59:07 +00:00
|
|
|
* Fix tiny typo (#106)
|
2016-10-28 20:00:08 +00:00
|
|
|
* add example usage of social profiles (#139)
|
|
|
|
|
2016-10-23 20:59:07 +00:00
|
|
|
### Development
|
2016-10-23 20:49:49 +00:00
|
|
|
|
2016-10-23 20:59:07 +00:00
|
|
|
* Inherit Jekyll's rubocop config for consistency (#109)
|
|
|
|
* Correct spelling in .travis.yml (#112)
|