jekyll-docs 3.1.3 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/site/_docs/history.md +14 -0
- data/site/latest_version.txt +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e63f448fb6927ac4632a97913ed95fe637a4867
|
|
4
|
+
data.tar.gz: bda8aecdbc867a7a45ad2880e7fdabd536cfca90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44ae8d056ea7e755263cc638c476ddf4d477f031551adeee3681db1eccbf1e5a2e32264ffd4d913734e5635f9d0d051ea9eb37e772fea283ab72340a480a5ab8
|
|
7
|
+
data.tar.gz: b058dbd4233c5993e08b8c35c02903fa87c8da1d835026e4a8120d77b4bc31b9cd835c6f87f939f99cd3eae52cd3714e8b272fbbf60be58b9a82ef21e3811097
|
data/site/_docs/history.md
CHANGED
|
@@ -4,6 +4,20 @@ title: History
|
|
|
4
4
|
permalink: "/docs/history/"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## 3.1.4 / 2016-05-18
|
|
8
|
+
{: #v3-1-4}
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
{: #bug-fixes-v3-1-4}
|
|
12
|
+
|
|
13
|
+
- Add `ExcerptDrop` and remove excerpt's ability to refer to itself in Liquid ([#4907]({{ site.repository }}/issues/4907))
|
|
14
|
+
- Configuration permalink fix where `collections.posts.permalink` inherits properly from `permalink` only when it doesn't exist ([#4910]({{ site.repository }}/issues/4910))
|
|
15
|
+
- Add `Configuration.from` to make it easier to build configs from just a hash
|
|
16
|
+
- Sorting `site.collections` in Liquid by label ([#4910]({{ site.repository }}/issues/4910))
|
|
17
|
+
- Fix bug where `layout` in Liquid would inherit from previously-rendered layouts' metadatas ([#4909]({{ site.repository }}/issues/4909))
|
|
18
|
+
- Fix bug where `layout` in Liquid would override in the wrong direction (more-specific layouts' data were overwritten by their parent layouts' data; this has now been reversed) ([#4909]({{ site.repository }}/issues/4909))
|
|
19
|
+
|
|
20
|
+
|
|
7
21
|
## 3.1.2 / 2016-02-19
|
|
8
22
|
{: #v3-1-2}
|
|
9
23
|
|
data/site/latest_version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.4
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-docs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Parker Moore
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.1.
|
|
19
|
+
version: 3.1.4
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.1.
|
|
26
|
+
version: 3.1.4
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bundler
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|