Skip to content
Snippets Groups Projects
Commit 5a228db6 authored by squidfunk's avatar squidfunk
Browse files

Prepare 9.0.6 release

parent e7013e66
No related branches found
Tags 9.0.6
No related merge requests found
mkdocs-material-9.0.6 (2023-01-19)
* Fixed #4883: Automatically disable info plugin when serving
* Fixed #4885: Search plugin crashes in some exotic cases (9.0.3 regression)
mkdocs-material-9.0.5+insiders-4.28.1 (2023-01-17) mkdocs-material-9.0.5+insiders-4.28.1 (2023-01-17)
* Fixed built-in info plugin erroring for Insiders on version check * Fixed built-in info plugin erroring for Insiders on version check
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
## Material for MkDocs ## Material for MkDocs
### 9.0.6 <small>January 19, 2023</small> { id="9.0.6" }
- Fixed #4883: Automatically disable info plugin when serving
- Fixed #4885: Search plugin crashes in some exotic cases (9.0.3 regression)
### 9.0.5 <small>January 14, 2023</small> { id="9.0.5" } ### 9.0.5 <small>January 14, 2023</small> { id="9.0.5" }
- Fixed #4842: Improved accessibility of search result list - Fixed #4842: Improved accessibility of search result list
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<link rel="next" href="{{ page.next_page.url | url }}"> <link rel="next" href="{{ page.next_page.url | url }}">
{% endif %} {% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}"> <link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.5"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.6">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page.meta and page.meta.title %} {% if page.meta and page.meta.title %}
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "9.0.5", "version": "9.0.6",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "9.0.5", "version": "9.0.6",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"array-flat-polyfill": "^1.0.1", "array-flat-polyfill": "^1.0.1",
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "9.0.5", "version": "9.0.6",
"description": "Documentation that simply works", "description": "Documentation that simply works",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment