1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Prepare 9.2.8 release

This commit is contained in:
squidfunk 2023-09-04 21:36:12 +02:00
parent 26b57bb2d8
commit 86d52b93cd
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
5 changed files with 18 additions and 5 deletions

View File

@ -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

View File

@ -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 %}

View File

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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
"version": "9.2.7",
"version": "9.2.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
"version": "9.2.7",
"version": "9.2.8",
"license": "MIT",
"dependencies": {
"clipboard": "^2.0.11",

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.2.7",
"version": "9.2.8",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",