6 files changed +28
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.4.1 / 2025-01-29
2
+
3
+ ### Bug Fixes
4
+
5
+ * Restore globbed path behavior in front matter defaults (#9762 )
6
+
1
7
## 4.4.0 / 2025-01-27
2
8
3
9
### Minor Enhancements
Original file line number Diff line number Diff line change 1
1
---
2
- version : 4.4.0
2
+ version : 4.4.1
3
3
name : Jekyll • Simple, blog-aware, static sites
4
4
description : Transform your plain text into static websites and blogs
5
5
url : https://jekyllrb.com
Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ permalink: "/docs/history/"
4
4
note : This file is autogenerated. Edit /History.markdown instead.
5
5
---
6
6
7
+ ## 4.4.1 / 2025-01-29
8
+ {: #v4-4-1}
9
+
10
+ ### Bug Fixes
11
+ {: #bug-fixes-v4-4-1}
12
+
13
+ - Restore globbed path behavior in front matter defaults ([ #9762 ] ({{ site.repository }}/issues/9762))
14
+
15
+
7
16
## 4.4.0 / 2025-01-27
8
17
{: #v4-4-0}
9
18
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : ' Jekyll 4.4.1 Released'
3
+ date : 2025-01-29 18:15:32 +0530
4
+ author : ashmaroli
5
+ version : 4.4.1
6
+ category : release
7
+ ---
8
+
9
+ Publishing a patch release to restore existing behavior around defining front matter defaults
10
+ where a scope with path containing glob patterns are lax in matching paths on disk.
Original file line number Diff line number Diff line change 1
- 4.4.0
1
+ 4.4.1
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Jekyll
4
- VERSION = "4.4.0 "
4
+ VERSION = "4.4.1 "
5
5
end
0 commit comments