Skip to content

Commit ecdf336

Browse files
committed
Prepare 9.2.5 release
1 parent acd70cf commit ecdf336

File tree

6 files changed

+26
-4
lines changed

6 files changed

+26
-4
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
mkdocs-material-9-2.5+insiders-4.40.1 (2023-08-27)
2+
3+
* Fixed #5902: ResizeObserver polyfill not detected by privacy plugin
4+
* Fixed empty category pages in blog plugin (4.40.0 regression)
5+
6+
mkdocs-material-9-2.5 (2023-08-27)
7+
8+
* Fixed error in dirty serve mode when using blog plugin
9+
* Fixed page title not being consistent in blog plugin pagination
10+
* Fixed #5899: Blog plugin pagination breaks when disabling directory URLs
11+
112
mkdocs-material-9.2.4+insiders-4.40.0 (2023-08-26)
213

314
* Added logo, title and description options to social plugin default layouts

docs/changelog/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Material for MkDocs
44

5+
### 9.2.5 <small>August 27, 2023</small> { id="9.2.5" }
6+
7+
- Fixed error in dirty serve mode when using blog plugin
8+
- Fixed page title not being consistent in blog plugin pagination
9+
- Fixed #5899: Blog plugin pagination breaks when disabling directory URLs
10+
511
### 9.2.4 <small>August 26, 2023</small> { id="9.2.4" }
612

713
- Added version to bug report name in info plugin

docs/insiders/changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Material for MkDocs Insiders
44

5+
### 4.40.1 <small>August 27, 2023</small> { id="4.40.1" }
6+
7+
- Fixed #5902: ResizeObserver polyfill not detected by privacy plugin
8+
- Fixed empty category pages in blog plugin (4.40.0 regression)
9+
510
### 4.40.0 <small>August 26, 2023</small> { id="4.40.0" }
611

712
- Added logo, title and description options to social plugin default layouts

material/base.html

+1-1
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.4">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.5">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% if page.meta and page.meta.title %}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "9.2.4",
3+
"version": "9.2.5",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)