Skip to content
Snippets Groups Projects
Commit a00c8b1f authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Prepare 1.5.1 release

parent 758f07ca
No related branches found
No related tags found
No related merge requests found
mkdocs-material-1.5.1 (2017-03-30)
* Fixed rendering and offset of targetted footnotes
* Fixed #238: Link on logo is not set to site_url
mkdocs-material-1.5.0 (2017-03-24) mkdocs-material-1.5.0 (2017-03-24)
* Added support for localization of search placeholder * Added support for localization of search placeholder
......
...@@ -12,11 +12,18 @@ To determine the currently installed version, use the following command: ...@@ -12,11 +12,18 @@ To determine the currently installed version, use the following command:
``` sh ``` sh
pip show mkdocs-material | grep -E ^Version pip show mkdocs-material | grep -E ^Version
# Version 1.5.0 # Version 1.5.1
``` ```
## Changelog ## Changelog
### 1.5.1 <small> _ March 30, 2017</small>
* Fixed rendering and offset of targetted footnotes
* Fixed [#238][238]: Link on logo is not set to `site_url`
[238]: https://github.com/squidfunk/mkdocs-material/issues/238
### 1.5.0 <small> _ March 24, 2017</small> ### 1.5.0 <small> _ March 24, 2017</small>
* Added support for localization of search placeholder * Added support for localization of search placeholder
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
{% else %} {% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png"> <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %} {% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.0"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.1">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta.title %} {% if page and page.meta.title %}
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "1.5.0", "version": "1.5.1",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment