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

Prepare 1.7.4 release

parent 47ac324d
No related branches found
No related tags found
No related merge requests found
mkdocs-material-1.7.4 (2017-06-21)
* Fixed functional link colors in table of contents for active palette
* Fixed compatibility issues with IE11
mkdocs-material-1.7.3 (2017-06-07)
* Fixed error when setting language to Japanese for site search
......
......@@ -12,11 +12,18 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 1.7.3
# Version 1.7.4
```
## Changelog
### 1.7.4 <small> _ June 21, 2017</small>
* Fixed functional link colors in table of contents for active palette
* Fixed [#368][368] compatibility issues with IE11
[368]: https://github.com/squidfunk/mkdocs-material/issues/368
### 1.7.3 <small> _ June 7, 2017</small>
* Fixed error when setting language to Japanese for site search
......
......@@ -24,7 +24,7 @@
{% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.3">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.7.4">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}
......
{
"name": "mkdocs-material",
"version": "1.7.3",
"version": "1.7.4",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
......@@ -29,9 +29,6 @@
"help": "scripts/help",
"lint": "scripts/lint",
"start": "scripts/start",
"test:visual:run": "scripts/test/visual/run",
"test:visual:update": "scripts/test/visual/update",
"test:visual:session": "scripts/test/visual/session",
"travis": "scripts/travis"
},
"dependencies": {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment