From f33349c2eef451e77405d63bdf012a249f0ab938 Mon Sep 17 00:00:00 2001 From: iBug Date: Sun, 5 May 2024 04:37:14 +0800 Subject: [PATCH] Update CHANGELOG and history --- CHANGELOG.md | 1 + README.md | 6 ++++-- docs/_docs/18-history.md | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19425c9d..114fdb7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Add support for [Jekyll Paginate V2](https://github.com/sverrirs/jekyll-paginate-v2) 🎉 [#2636](https://github.com/mmistakes/minimal-mistakes/pull/2636) - Auto scroll sticky ToC with content. [#3115](https://github.com/mmistakes/minimal-mistakes/pull/3115) - Replace "hidden" check in Liquid templates with `where_exp: "item", "item.hidden != true"`. +- Remove deprecated `page.header.cta_url` setting. [#4821](https://github.com/mmistakes/minimal-mistakes/pull/4821) ### Documentation & Maintenance diff --git a/README.md b/README.md index 0691e6cd..9d10bd02 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ To install: bundle ``` -4. Add `remote_theme: "mmistakes/minimal-mistakes@4.25.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. +4. Add `remote_theme: "mmistakes/minimal-mistakes@4.25.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. **Looking for an example?** Use the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter/generate) for the quickest method of getting a GitHub Pages hosted site up and running. Generate a new repository from the starter, replace sample content with your own, and configure as needed. diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index e36b52c6..9424d5f8 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -5,7 +5,7 @@ permalink: "/docs/history/" excerpt: Change log of enhancements and bug fixes made to the theme. sidebar: nav: docs -last_modified_at: '2024-05-05T04:00:39+08:00' +last_modified_at: '2024-05-05T04:36:37+08:00' toc: false --- @@ -26,6 +26,7 @@ toc: false - Add support for [Jekyll Paginate V2](https://github.com/sverrirs/jekyll-paginate-v2) 🎉 [#2636](https://github.com/mmistakes/minimal-mistakes/pull/2636) - Auto scroll sticky ToC with content. [#3115](https://github.com/mmistakes/minimal-mistakes/pull/3115) - Replace "hidden" check in Liquid templates with `where_exp: "item", "item.hidden != true"`. +- Remove deprecated `page.header.cta_url` setting. [#4821](https://github.com/mmistakes/minimal-mistakes/pull/4821) ### Documentation & Maintenance