Skip to content

Commit

Permalink
Prepare 2.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Apr 9, 2018
1 parent a3642c7 commit a7b6b60
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
mkdocs-material-2.7.2 (2018-04-09)

* Fixed rendering issue for details on Edge

mkdocs-material-2.7.1 (2018-03-21)

* Added Galician translations
Expand Down
4 changes: 4 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ pip show mkdocs-material

## Changelog

### 2.7.2 <small>_ April 9, 2018</small>

* Fixed rendering issue for `details` on Edge

### 2.7.1 <small>_ March 21, 2018</small>

* Added Galician translations
Expand Down
4 changes: 2 additions & 2 deletions material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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.7.1">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.7.2">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
Expand Down Expand Up @@ -170,7 +170,7 @@ <h2 id="__source">{{ lang.t("meta.source") }}</h2>
{% endblock %}
</div>
{% block scripts %}
<script src="{{ base_url }}/assets/javascripts/application.71eb6834.js"></script>
<script src="{{ base_url }}/assets/javascripts/application.0cf9b500.js"></script>
{% if lang.t("search.language") != "en" %}
{% set languages = lang.t("search.language").split(",") %}
{% if languages | length and languages[0] != "" %}
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": "2.7.1",
"version": "2.7.2",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit a7b6b60

Please sign in to comment.