mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Prepare 4.4.3 release
This commit is contained in:
parent
0826b9243b
commit
fc83e18d98
@ -1,3 +1,9 @@
|
|||||||
|
mkdocs-material-4.4.3 (2019-10-03)
|
||||||
|
|
||||||
|
* Added Estonian translations
|
||||||
|
* Fixed removal of copyright banners in minified JavaScript
|
||||||
|
* Removed unnecessary title attributes from links in table of contents
|
||||||
|
|
||||||
mkdocs-material-4.4.2 (2019-08-27)
|
mkdocs-material-4.4.2 (2019-08-27)
|
||||||
|
|
||||||
* Added Afrikaans translations
|
* Added Afrikaans translations
|
||||||
|
@ -64,6 +64,12 @@ pip show mkdocs-material
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 4.4.3 <small>_ October 3, 2019</small>
|
||||||
|
|
||||||
|
* Added Estonian translations
|
||||||
|
* Fixed removal of copyright banners in minified JavaScript
|
||||||
|
* Removed unnecessary title attributes from links in table of contents
|
||||||
|
|
||||||
### 4.4.2 <small>_ August 27, 2019</small>
|
### 4.4.2 <small>_ August 27, 2019</small>
|
||||||
|
|
||||||
* Added Afrikaans translations
|
* Added Afrikaans translations
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
||||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.4.2">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.4.3">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% if page and page.meta and page.meta.title %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "4.4.2",
|
"version": "4.4.3",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user