mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Prepare 9.0.6 release
This commit is contained in:
parent
e7013e66a9
commit
5a228db63f
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
* Fixed built-in info plugin erroring for Insiders on version check
|
||||
|
@ -2,6 +2,11 @@
|
||||
|
||||
## 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" }
|
||||
|
||||
- Fixed #4842: Improved accessibility of search result list
|
||||
|
@ -28,7 +28,7 @@
|
||||
<link rel="next" href="{{ page.next_page.url | url }}">
|
||||
{% endif %}
|
||||
<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 %}
|
||||
{% block htmltitle %}
|
||||
{% if page.meta and page.meta.title %}
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.0.5",
|
||||
"version": "9.0.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.0.5",
|
||||
"version": "9.0.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-flat-polyfill": "^1.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.0.5",
|
||||
"version": "9.0.6",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user