Skip to content

Commit 0064dab

Browse files
committed
Release 4.27.3 💎
1 parent 67676e5 commit 0064dab

File tree

10 files changed

+25
-11
lines changed

10 files changed

+25
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22

33
## Unreleased
44

5+
## [4.27.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.3)
6+
7+
### Bug Fixes
8+
9+
- Add explicit CSS rules for `.sr-only` following Font Awesome 7's changes. (#5296)
10+
11+
## [4.27.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.2)
12+
513
### Enhancements
614

715
- Hide `.page__footer-follow` if there are no links nor atom feed. (#5279)
816
- Add HTML escaping for some titles, labels and metada that was missing. (#5276)
917
- Add optional `footer.since` for copyright time range. (#5275)
10-
- Add explicit CSS rules for `.sr-only` following Font Awesome 7's changes. (#5296)
1118

1219
### Bug Fixes
1320

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ To install:
121121
bundle
122122
```
123123

124-
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.27.2"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
124+
4. Add `remote_theme: "mmistakes/minimal-mistakes@4.27.3"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
125125

126126
<!--
127127
Dev note: The version number is currently hard-coded in these files:

_includes/copyright.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Minimal Mistakes Jekyll Theme 4.27.2 by Michael Rose
2+
Minimal Mistakes Jekyll Theme 4.27.3 by Michael Rose
33
Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
44
Free for personal and commercial use under the MIT license
55
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

_includes/copyright.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Minimal Mistakes Jekyll Theme 4.27.2 by Michael Rose
2+
* Minimal Mistakes Jekyll Theme 4.27.3 by Michael Rose
33
* Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
44
* Free for personal and commercial use under the MIT license
55
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

_sass/minimal-mistakes/_copyright.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Minimal Mistakes Jekyll Theme 4.27.2 by Michael Rose
2+
* Minimal Mistakes Jekyll Theme 4.27.3 by Michael Rose
33
* Copyright 2013-2025 Michael Rose - mademistakes.com | @mmistakes
44
* Free for personal and commercial use under the MIT license
55
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE

assets/js/main.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_data/theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# for use with in-page templates
22
---
3-
version: 4.27.2
3+
version: 4.27.3

docs/_docs/18-history.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permalink: "/docs/history/"
55
excerpt: Change log of enhancements and bug fixes made to the theme.
66
sidebar:
77
nav: docs
8-
last_modified_at: '2025-07-29T12:58:33+08:00'
8+
last_modified_at: '2025-07-29T13:02:07+08:00'
99
toc: false
1010
---
1111

@@ -17,12 +17,19 @@ toc: false
1717
{% raw %}
1818
## Unreleased
1919

20+
## [4.27.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.3)
21+
22+
### Bug Fixes
23+
24+
- Add explicit CSS rules for `.sr-only` following Font Awesome 7's changes. [#5296](https://github.com/mmistakes/minimal-mistakes/issues/5296)
25+
26+
## [4.27.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.2)
27+
2028
### Enhancements
2129

2230
- Hide `.page__footer-follow` if there are no links nor atom feed. [#5279](https://github.com/mmistakes/minimal-mistakes/issues/5279)
2331
- Add HTML escaping for some titles, labels and metada that was missing. [#5276](https://github.com/mmistakes/minimal-mistakes/issues/5276)
2432
- Add optional `footer.since` for copyright time range. [#5275](https://github.com/mmistakes/minimal-mistakes/issues/5275)
25-
- Add explicit CSS rules for `.sr-only` following Font Awesome 7's changes. [#5296](https://github.com/mmistakes/minimal-mistakes/issues/5296)
2633

2734
### Bug Fixes
2835

docs/_pages/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ header:
1010
url: "/docs/quick-start-guide/"
1111
excerpt: >
1212
A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios.<br />
13-
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.2">Latest release v4.27.2</a></small>
13+
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.3">Latest release v4.27.3</a></small>
1414
feature_row:
1515
- image_path: /assets/images/mm-customizable-feature.png
1616
alt: "customizable"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "minimal-mistakes",
33
"private": true,
4-
"version": "4.27.2",
4+
"version": "4.27.3",
55
"description": "Minimal Mistakes 2 column Jekyll theme.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)