Skip to content

Commit

Permalink
Prepare 1.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Apr 8, 2017
1 parent 7a6acb8 commit 87538c1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mkdocs-material-1.5.4 (2017-04-08)

* Fixed broken highlighting for two or more search terms
* Fixed missing search results when only a h1 is present
* Fixed unresponsive overlay on Android

mkdocs-material-1.5.3 (2017-04-07)

* Fixed deprecated calls for template variables
Expand Down
8 changes: 7 additions & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ To determine the currently installed version, use the following command:

``` sh
pip show mkdocs-material | grep -E ^Version
# Version 1.5.3
# Version 1.5.4
```

## Changelog

### 1.5.4 <small> _ April 8, 2017</small>

* Fixed broken highlighting for two or more search terms
* Fixed missing search results when only a h1 is present
* Fixed unresponsive overlay on Android

### 1.5.3 <small> _ April 7, 2017</small>

* Fixed deprecated calls for template variables
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.3">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.4">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "1.5.3",
"version": "1.5.4",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 87538c1

Please sign in to comment.