We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4725971 + 1913722 commit b480ddeCopy full SHA for b480dde
History.markdown
@@ -1,13 +1,21 @@
1
## HEAD
2
3
+## 2.4.0 / 2017-12-04
4
+
5
+### Minor
6
7
+ * Add meta generator (#236)
8
+ * Consistently use self-closing tags (#246)
9
+ * Strip null values from JSON-LD hash (#249)
10
11
### Documentation
12
13
* Avoid deprecation warning when building docs (#243)
14
15
### Development Fixes
16
- * Travis: Test against Rubies (#242)
- * Try testing on Ruby v2.3 and 2.4 (#181)
17
+ * Test against latest Rubies (#242)
18
+ * Use Nokigiri on CI (#181)
19
20
## 2.3.0
21
lib/jekyll-seo-tag/version.rb
@@ -5,6 +5,6 @@ module Liquid; class Tag; end; end
module Jekyll
class SeoTag < Liquid::Tag
- VERSION = "2.3.0".freeze
+ VERSION = "2.4.0".freeze
end
0 commit comments