Skip to content

Commit 86d52b9

Browse files
committed
Prepare 9.2.8 release
1 parent 26b57bb commit 86d52b9

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
mkdocs-material-9.2.8+insiders-4.40.4 (2023-09-04)
2+
3+
* Fixed privacy plugin choking on boolean HTML5 attributes
4+
* Fixed wrapping of inline code blocks in typeset table of contents
5+
* Fixed blog plugin error when running under dirty reload
6+
7+
mkdocs-material-9.2.8 (2023-09-04)
8+
9+
* Updated Italian and Russian translations
10+
* Fixed #5952: Combining blog and tags plugin leads to wrong links
11+
* Fixed #5951: Blog plugin ignores post title in metadata
12+
* Fixed #5949: Blog plugin ignores post linked in nav
13+
114
mkdocs-material-9-2.7+insiders-4.40.3 (2023-09-02)
215

316
* Fixed #5946: Docker image missing pngquant for optimize plugin

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

material/partials/languages/ru.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"source.file.date.created": "Дата создания",
5252
"source.file.date.updated": "Последнее обновление",
5353
"tabs": "Вкладки",
54-
"toc": "Содержание раздела",
54+
"toc": "Содержание",
5555
"top": "К началу"
5656
}[key] }}{% endmacro %}

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.7",
3+
"version": "9.2.8",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)