Prepare 2.5.2 release

This commit is contained in:
squidfunk 2018-01-22 18:56:21 +01:00 committed by Martin Donath
parent 4f5677d584
commit ee6b241250
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,9 @@
mkdocs-material-2.5.2 (2017-01-XX)
* Added default search language mappings for all localizations
* Fixed #673: Error loading non-existent search language
* Fixed #675: Uncaught reference error when search plugin disabled
mkdocs-material-2.5.1 (2017-01-20)
* Fixed permalink for main headline

View File

@ -38,6 +38,15 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
### 2.5.2 <small>_ January XX, 2018</small>
* Added default search language mappings for all localizations
* Fixed [#673][673]: Error loading non-existent search language
* Fixed [#675][675]: Uncaught reference error when search plugin disabled
[673]: https://github.com/squidfunk/mkdocs-material/issues/673
[675]: https://github.com/squidfunk/mkdocs-material/issues/675
### 2.5.1 <small>_ January 20, 2018</small>
* Fixed permalink for main headline

View File

@ -34,7 +34,7 @@
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
{% endfor %}
<link rel="shortcut icon" href="{{ base_url }}/{{ config.theme.favicon }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.5.1">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.5.2">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "2.5.1",
"version": "2.5.2",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",