Skip to content

Commit

Permalink
Prepare 9.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Aug 31, 2023
1 parent d0ac21e commit aabc68d
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
mkdocs-material-9-2.6+insiders-4.40.2 (2023-08-31)

* Added configurable error handling capabilities for social plugin
* Fixed #5922: Blog plugin shows no posts when building a standalone blog
* Fixed #5914: Tags plugin tags_extra_files errors (4.39.3 regression)
* Fixed #5904: Blog plugin sometimes excludes files (4.40.1 regression)

mkdocs-material-9-2.6 (2023-08-31)

* Added Basque translations
* Added template for simple redirects
* Improved blog plugin interop by moving view generation to on_files
* Fixed #5924: Social plugin still checks dependencies when disabled
* Fixed #5916: Blog plugin crashes on Python 3.8 (9.2.0 regression)

mkdocs-material-9-2.5+insiders-4.40.1 (2023-08-27)

* Fixed #5902: ResizeObserver polyfill not detected by privacy plugin
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Material for MkDocs

### 9.2.6 <small>August 31, 2023</small> { id="9.2.6" }

- Added Basque translations
- Added template for simple redirects
- Improved blog plugin interop by moving view generation to `on_files`
- Fixed #5924: Social plugin still checks dependencies when disabled
- Fixed #5916: Blog plugin crashes on Python 3.8 (9.2.0 regression)

### 9.2.5 <small>August 27, 2023</small> { id="9.2.5" }

- Fixed error in dirty serve mode when using blog plugin
Expand Down
7 changes: 7 additions & 0 deletions docs/insiders/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Material for MkDocs Insiders

### 4.40.2 <small>August 31, 2023</small> { id="4.40.2" }

- Added configurable error handling capabilities for social plugin
- Fixed #5922: Blog plugin shows no posts when building a standalone blog
- Fixed #5914: Tags plugin tags_extra_files errors (4.39.3 regression)
- Fixed #5904: Blog plugin sometimes excludes files (4.40.1 regression)

### 4.40.1 <small>August 27, 2023</small> { id="4.40.1" }

- Fixed #5902: ResizeObserver polyfill not detected by privacy plugin
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.5">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.6">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.2.5",
"version": "9.2.6",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit aabc68d

Please sign in to comment.