Skip to content

Commit aabc68d

Browse files
committed
Prepare 9.2.6 release
1 parent d0ac21e commit aabc68d

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

CHANGELOG

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
mkdocs-material-9-2.6+insiders-4.40.2 (2023-08-31)
2+
3+
* Added configurable error handling capabilities for social plugin
4+
* Fixed #5922: Blog plugin shows no posts when building a standalone blog
5+
* Fixed #5914: Tags plugin tags_extra_files errors (4.39.3 regression)
6+
* Fixed #5904: Blog plugin sometimes excludes files (4.40.1 regression)
7+
8+
mkdocs-material-9-2.6 (2023-08-31)
9+
10+
* Added Basque translations
11+
* Added template for simple redirects
12+
* Improved blog plugin interop by moving view generation to on_files
13+
* Fixed #5924: Social plugin still checks dependencies when disabled
14+
* Fixed #5916: Blog plugin crashes on Python 3.8 (9.2.0 regression)
15+
116
mkdocs-material-9-2.5+insiders-4.40.1 (2023-08-27)
217

318
* Fixed #5902: ResizeObserver polyfill not detected by privacy plugin

docs/changelog/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Material for MkDocs
44

5+
### 9.2.6 <small>August 31, 2023</small> { id="9.2.6" }
6+
7+
- Added Basque translations
8+
- Added template for simple redirects
9+
- Improved blog plugin interop by moving view generation to `on_files`
10+
- Fixed #5924: Social plugin still checks dependencies when disabled
11+
- Fixed #5916: Blog plugin crashes on Python 3.8 (9.2.0 regression)
12+
513
### 9.2.5 <small>August 27, 2023</small> { id="9.2.5" }
614

715
- Fixed error in dirty serve mode when using blog plugin

docs/insiders/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Material for MkDocs Insiders
44

5+
### 4.40.2 <small>August 31, 2023</small> { id="4.40.2" }
6+
7+
- Added configurable error handling capabilities for social plugin
8+
- Fixed #5922: Blog plugin shows no posts when building a standalone blog
9+
- Fixed #5914: Tags plugin tags_extra_files errors (4.39.3 regression)
10+
- Fixed #5904: Blog plugin sometimes excludes files (4.40.1 regression)
11+
512
### 4.40.1 <small>August 27, 2023</small> { id="4.40.1" }
613

714
- Fixed #5902: ResizeObserver polyfill not detected by privacy plugin

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
3333
{% endif %}
3434
<link rel="icon" href="{{ config.theme.favicon | url }}">
35-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.5">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.6">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% 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.2.5",
3+
"version": "9.2.6",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)