Release 💎 3.4.3
This commit is contained in:
parent
df0d3f20c4
commit
9d66fc2292
|
@ -47,6 +47,10 @@
|
||||||
* Remove dependency on include from default about.md (#5903)
|
* Remove dependency on include from default about.md (#5903)
|
||||||
* Allow colons in `uri_escape` filter (#5957)
|
* Allow colons in `uri_escape` filter (#5957)
|
||||||
|
|
||||||
|
## 3.4.3 / 2017-03-21
|
||||||
|
|
||||||
|
* Backport #5957 for v3.4.x: Allow colons in `uri_escape` filter (#5968)
|
||||||
|
|
||||||
## 3.4.2 / 2017-03-09
|
## 3.4.2 / 2017-03-09
|
||||||
|
|
||||||
* Backport #5871 for v3.4.x: Convert StaticFile liquid representation to a Drop & add front matter defaults support to StaticFiles (#5940)
|
* Backport #5871 for v3.4.x: Convert StaticFile liquid representation to a Drop & add front matter defaults support to StaticFiles (#5940)
|
||||||
|
|
|
@ -4,6 +4,12 @@ permalink: "/docs/history/"
|
||||||
note: This file is autogenerated. Edit /History.markdown instead.
|
note: This file is autogenerated. Edit /History.markdown instead.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.4.3 / 2017-03-21
|
||||||
|
{: #v3-4-3}
|
||||||
|
|
||||||
|
- Backport [#5957]({{ site.repository }}/issues/5957) for v3.4.x: Allow colons in `uri_escape` filter ([#5968]({{ site.repository }}/issues/5968))
|
||||||
|
|
||||||
|
|
||||||
## 3.4.2 / 2017-03-09
|
## 3.4.2 / 2017-03-09
|
||||||
{: #v3-4-2}
|
{: #v3-4-2}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
3.4.2
|
3.4.3
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Jekyll
|
module Jekyll
|
||||||
VERSION = "3.4.2".freeze
|
VERSION = "3.4.3".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue