Skip to content

Commit 0028518

Browse files
committed
Prepare 9.1.7 release
1 parent 6398f52 commit 0028518

File tree

6 files changed

+26
-4
lines changed

6 files changed

+26
-4
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
mkdocs-material-9.1.7+insiders-4.32.6 (2023-04-22)
2+
3+
- Fixed #5336: Interplay of blog plugin with git-revision-date-localized
4+
5+
mkdocs-material-9.1.7 (2023-04-22)
6+
7+
- Updated Persian (Farsi) and Turkish translations
8+
- Fixed #5401: Added missing flag to disable built-in tags plugin
9+
- Fixed #5206: Ensure defaults are set for primary and accent colors
10+
- Fixed unnecessary inclusion of palette CSS when unused
11+
112
mkdocs-material-9.1.6+insiders-4.32.5 (2023-04-07)
213

314
* Fixed #5322: Navigation tabs hoist nested page icons

docs/changelog/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Material for MkDocs
44

5+
### 9.1.7 <small>April 22, 2023</small> { id="9.1.7" }
6+
7+
- Updated Persian (Farsi) and Turkish translations
8+
- Fixed #5401: Added missing flag to disable built-in tags plugin
9+
- Fixed #5206: Ensure defaults are set for primary and accent colors
10+
- Fixed unnecessary inclusion of palette CSS when unused
11+
512
### 9.1.6 <small>April 7, 2023</small> { id="9.1.6" }
613

714
- Updated Persian (Farsi) translations

docs/insiders/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Material for MkDocs Insiders
44

5+
### 4.32.6 <small>April 22, 2023</small> { id="4.32.6" }
6+
7+
- Fixed #5336: Interplay of blog plugin with git-revision-date-localized
8+
59
### 4.32.5 <small>April 7, 2023</small> { id="4.32.5" }
610

711
- Fixed #5322: Navigation tabs hoist nested page icons

material/base.html

Lines changed: 1 addition & 1 deletion
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.1.6">
31+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.7">
3232
{% endblock %}
3333
{% block htmltitle %}
3434
{% if page.meta and page.meta.title %}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "9.1.6",
3+
"version": "9.1.7",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)