Skip to content

Commit e64a1e2

Browse files
committed
Prepare 9.2.3 release
1 parent 2d71645 commit e64a1e2

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-material-9.2.3 (2023-08-22)
2+
3+
* Fixed blog plugin rendering wrongly with markdown.extensions.toc
4+
* Fixed blog plugin entrypoint generation
5+
16
mkdocs-material-9.2.2 (2023-08-22)
27

38
* Fixed #5880: Blog plugin failing when building a standalone blog

docs/changelog/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Material for MkDocs
44

5+
### 9.2.3 <small>August 22, 2023</small> { id="9.2.3" }
6+
7+
- Fixed blog plugin rendering wrongly with markdown.extensions.toc
8+
- Fixed blog plugin entrypoint generation
9+
510
### 9.2.2 <small>August 22, 2023</small> { id="9.2.2" }
611

712
- Fixed #5880: Blog plugin failing when building a standalone blog

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
3333
{% endif %}
3434
<link rel="icon" href="{{ config.theme.favicon | url }}">
35-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.2">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.3">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% if page.meta and page.meta.title %}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "9.2.2",
3+
"version": "9.2.3",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)