Add release information for v3.1.5
This commit is contained in:
parent
eb14b88175
commit
5949b4a5bb
|
@ -101,6 +101,12 @@
|
||||||
* Add pubstorm deployment instructions to docs (#4881)
|
* Add pubstorm deployment instructions to docs (#4881)
|
||||||
* Corrected pagination docs for hidden: true feature (#4903)
|
* Corrected pagination docs for hidden: true feature (#4903)
|
||||||
|
|
||||||
|
## 3.1.5 / 2016-05-18
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Sort the results of the `require_all` glob (affects Linux only). (#4912)
|
||||||
|
|
||||||
## 3.1.4 / 2016-05-18
|
## 3.1.4 / 2016-05-18
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Jekyll
|
module Jekyll
|
||||||
VERSION = '3.1.4'
|
VERSION = '3.1.5'
|
||||||
end
|
end
|
||||||
|
|
|
@ -5,6 +5,15 @@ permalink: "/docs/history/"
|
||||||
note: This file is autogenerated. Edit /History.markdown instead.
|
note: This file is autogenerated. Edit /History.markdown instead.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 3.1.5 / 2016-05-18
|
||||||
|
{: #v3-1-5}
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
{: #bug-fixes-v3-1-5}
|
||||||
|
|
||||||
|
- Sort the results of the `require_all` glob (affects Linux only). ([#4912]({{ site.repository }}/issues/4912))
|
||||||
|
|
||||||
|
|
||||||
## 3.1.4 / 2016-05-18
|
## 3.1.4 / 2016-05-18
|
||||||
{: #v3-1-4}
|
{: #v3-1-4}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
layout: news_item
|
||||||
|
title: 'Jekyll 3.1.5 Released'
|
||||||
|
date: 2016-05-18 21:35:27 -0700
|
||||||
|
author: parkr
|
||||||
|
version: 3.1.5
|
||||||
|
categories: [release]
|
||||||
|
---
|
||||||
|
|
||||||
|
There's always at least one bug, right? :)
|
||||||
|
|
||||||
|
Hot on the trails of [v3.1.4](/news/2016/05/18/jekyll-3-1-4-released/), we
|
||||||
|
bring you v3.1.5! It fixes one bug around requiring the `ExcerptDrop`,
|
||||||
|
which only affects Linux. For the gory details, see [the pull
|
||||||
|
request for the fix](https://github.com/jekyll/jekyll/pull/4912).
|
||||||
|
|
||||||
|
Happy Jekylling!
|
|
@ -1 +1 @@
|
||||||
3.1.4
|
3.1.5
|
||||||
|
|
Loading…
Reference in New Issue