Skip to content

Commit

Permalink
Prepare 9.2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 4, 2023
1 parent 26b57bb commit 86d52b9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
mkdocs-material-9.2.8+insiders-4.40.4 (2023-09-04)

* Fixed privacy plugin choking on boolean HTML5 attributes
* Fixed wrapping of inline code blocks in typeset table of contents
* Fixed blog plugin error when running under dirty reload

mkdocs-material-9.2.8 (2023-09-04)

* Updated Italian and Russian translations
* Fixed #5952: Combining blog and tags plugin leads to wrong links
* Fixed #5951: Blog plugin ignores post title in metadata
* Fixed #5949: Blog plugin ignores post linked in nav

mkdocs-material-9-2.7+insiders-4.40.3 (2023-09-02)

* Fixed #5946: Docker image missing pngquant for optimize plugin
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.7">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.8">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
Expand Down
2 changes: 1 addition & 1 deletion material/partials/languages/ru.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"source.file.date.created": "Дата создания",
"source.file.date.updated": "Последнее обновление",
"tabs": "Вкладки",
"toc": "Содержание раздела",
"toc": "Содержание",
"top": "К началу"
}[key] }}{% endmacro %}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.2.7",
"version": "9.2.8",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 86d52b9

Please sign in to comment.