mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 4.6.3 release
This commit is contained in:
parent
d46000b66a
commit
8d2ea6c65f
@ -1,3 +1,8 @@
|
||||
mkdocs-material 4.6.3 (2020-02-14)
|
||||
|
||||
* Removed optional third-party plugins from requirements.txt
|
||||
* Updated Docker image to contain all supported third-party plugins
|
||||
|
||||
mkdocs-material 4.6.2 (2020-02-08)
|
||||
|
||||
* Added Romanian translations
|
||||
|
@ -64,6 +64,11 @@ pip show mkdocs-material
|
||||
|
||||
## Changelog
|
||||
|
||||
### 4.6.3 <small>_ February 14, 2020</small>
|
||||
|
||||
* Removed optional third-party plugins from `requirements.txt`
|
||||
* Updated Docker image to contain all supported third-party plugins
|
||||
|
||||
### 4.6.2 <small>_ February 8, 2020</small>
|
||||
|
||||
* Added Romanian translations
|
||||
|
@ -44,7 +44,7 @@
|
||||
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
||||
{% endfor %}
|
||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.6.2">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.6.3">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "4.6.2",
|
||||
"version": "4.6.3",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user