Merge branch 'master' into master
This commit is contained in:
commit
eb87a06815
|
@ -1,11 +1,14 @@
|
|||
## HEAD
|
||||
|
||||
## 2.2.0
|
||||
|
||||
### Major Enhancements
|
||||
|
||||
* Add author meta (#103)
|
||||
* 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)
|
||||
|
|
|
@ -3,6 +3,6 @@ module Liquid; class Tag; end; end
|
|||
|
||||
module Jekyll
|
||||
class SeoTag < Liquid::Tag
|
||||
VERSION = "2.1.0".freeze
|
||||
VERSION = "2.2.0".freeze
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue