Skip to content

Commit f8a3e83

Browse files
committed
Prepare 9.0.2 release
1 parent 157b4f2 commit f8a3e83

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

Diff for: CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mkdocs-material-9.0.2 (2022-01-04)
2+
3+
* Fixed #4823: Improved contrast ratio in footer to meet WCAG guidelines
4+
* Fixed #4819: Social plugin crashes when card generation is disabled
5+
* Fixed #4817: Search plugin crashes on numeric page titles in `nav`
6+
17
mkdocs-material-9.0.1 (2022-01-03)
28

39
* Removed pipdeptree dependency for built-in info plugin

Diff for: 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.0.2 <small>January 4, 2023</small> { id="9.0.2" }
6+
7+
- Fixed #4823: Improved contrast ratio in footer to meet WCAG guidelines
8+
- Fixed #4819: Social plugin crashes when card generation is disabled
9+
- Fixed #4817: Search plugin crashes on numeric page titles in `nav`
10+
511
### 9.0.1 <small>January 3, 2023</small> { id="9.0.1" }
612

713
- Removed `pipdeptree` dependency for built-in info plugin

Diff for: 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.1">
31+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.2">
3232
{% endblock %}
3333
{% block htmltitle %}
3434
{% if page.meta and page.meta.title %}

Diff for: package-lock.json

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

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

0 commit comments

Comments
 (0)