Skip to content

Commit 7d61488

Browse files
committed
Update quick-start guide to use 4.25.0, fix #4809
1 parent a7af9b0 commit 7d61488

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- GitHub Workflows security hardening [#3884](https://github.com/mmistakes/minimal-mistakes/issues/3884)
2121
- Replace Font Awesome v5 search page with v6.
2222
- Try adding an FAQ page.
23+
- Update remote theme reference in Quick-Start Guide to point to 4.25.0. [#4809](https://github.com/mmistakes/minimal-mistakes/issues/4809)
2324

2425
## [4.25.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.0)
2526

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# `jekyll serve`. If you change this file, please restart the server process.
77

88
remote_theme : "mmistakes/minimal-mistakes@master"
9-
theme_version : "4.24.0"
9+
theme_version : "4.25.0" # for use with in-page templates
1010

1111
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
1212

docs/_docs/18-history.md

Lines changed: 2 additions & 1 deletion
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: '2024-04-26T00:45:40+08:00'
8+
last_modified_at: '2024-04-28T00:38:38+08:00'
99
toc: false
1010
---
1111

@@ -35,6 +35,7 @@ toc: false
3535
- GitHub Workflows security hardening [#3884](https://github.com/mmistakes/minimal-mistakes/issues/3884)
3636
- Replace Font Awesome v5 search page with v6.
3737
- Try adding an FAQ page.
38+
- Update remote theme reference in Quick-Start Guide to point to 4.25.0. [#4809](https://github.com/mmistakes/minimal-mistakes/issues/4809)
3839

3940
## [4.25.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.0)
4041

0 commit comments

Comments
 (0)