Skip to content

Commit 7bc42b9

Browse files
committed
Prepare 9.0.7 release
1 parent c75fc14 commit 7bc42b9

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

CHANGELOG

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
mkdocs-material-9.0.7 (2023-01-28)
2+
3+
* Improved accessibility of sidebar navigation
4+
* Moved all translations into community edition
5+
* Updated Polish and Portuguese (Brasilian) translations
6+
* Fixed info plugin terminating on subsequent reload when serving
7+
* Fixed #4910: Sidebar navigation labels have invalid ARIA roles
8+
* Fixed #4884: Search query terms can't be separated by colons
9+
110
mkdocs-material-9.0.6+insiders-4.29.0 (2023-01-21)
211

312
* Added built-in optimize plugin for automatically compressing images

docs/changelog/index.md

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

33
## Material for MkDocs
44

5+
### 9.0.7 <small>January 28, 2023</small> { id="9.0.7" }
6+
7+
- Improved accessibility of sidebar navigation
8+
- Moved all translations into community edition
9+
- Updated Polish and Portuguese (Brasilian) translations
10+
- Fixed info plugin terminating on subsequent reload when serving
11+
- Fixed #4910: Sidebar navigation labels have invalid ARIA roles
12+
- Fixed #4884: Search query terms can't be separated by colons
13+
514
### 9.0.6 <small>January 19, 2023</small> { id="9.0.6" }
615

716
- Fixed #4883: Automatically disable info plugin when serving

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<link rel="next" href="{{ page.next_page.url | url }}">
2929
{% endif %}
3030
<link rel="icon" href="{{ config.theme.favicon | url }}">
31-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.6">
31+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.7">
3232
{% endblock %}
3333
{% block htmltitle %}
3434
{% 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.0.6",
3+
"version": "9.0.7",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)