From ed95c1c52c16189ba732747ad87ef5b066d2bf51 Mon Sep 17 00:00:00 2001 From: squidfunk <martin.donath@squidfunk.com> Date: Wed, 21 Mar 2018 20:26:53 +0100 Subject: [PATCH] Prepare 2.7.1 release --- CHANGELOG | 6 ++++++ docs/getting-started.md | 8 +++++--- docs/index.md | 5 ----- docs/release-notes.md | 9 +++++++++ material/base.html | 2 +- package.json | 2 +- 6 files changed, 22 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e59e5920..7547fb5d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +mkdocs-material-2.7.1 (2018-03-21) + + * Added Galician translations + * Fixed #730: Scroll chasing error on home page if Disqus is enabled + * Fixed #736: Reset drawer and search upon back button invocation + mkdocs-material-2.7.0 (2018-03-06) * Added ability to set absolute URL for logo diff --git a/docs/getting-started.md b/docs/getting-started.md index 3742a438..2c1bd85f 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -297,6 +297,11 @@ theme: ### Language +!!! info "Call for Contributions: Add languages/translations to Material" + + Help translate Material into more languages - it's just **one click** and + takes approximately **2 minutes**: [click here](http://bit.ly/2EbzFc8) + #### Localization > Default: `en` @@ -379,9 +384,6 @@ all translations: cp partials/language/en.html partials/language/jp.html ``` -Feel free to contribute your localization to Material for MkDocs by opening a -Pull Request. - [16]: https://www.w3schools.com/tags/ref_language_codes.asp #### Text direction diff --git a/docs/index.md b/docs/index.md index eb267892..a461791c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,10 +1,5 @@ # Material <small>for MkDocs</small> -!!! info "Call for Contributions: Add languages/translations to Material" - - Help translate Material into more languages - it's just **one click** and - takes approximately **2 minutes**: [click here](http://bit.ly/2EbzFc8) - ## Create beautiful project documentation Material is a theme for [MkDocs][1], an excellent static site generator geared diff --git a/docs/release-notes.md b/docs/release-notes.md index 4f5e54a0..8e1649c3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -37,6 +37,15 @@ pip show mkdocs-material ## Changelog +### 2.7.1 <small>_ March 21, 2018</small> + +* Added Galician translations +* Fixed [#730][730]: Scroll chasing error on home page if Disqus is enabled +* Fixed [#736][736]: Reset drawer and search upon back button invocation + + [730]: https://github.com/squidfunk/mkdocs-material/issues/730 + [736]: https://github.com/squidfunk/mkdocs-material/issues/736 + ### 2.7.0 <small>_ March 6, 2018</small> * Added ability to set absolute URL for logo diff --git a/material/base.html b/material/base.html index e1e02a80..af314c90 100644 --- a/material/base.html +++ b/material/base.html @@ -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.0"> + <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.7.1"> {% endblock %} {% block htmltitle %} {% if page and page.meta and page.meta.title %} diff --git a/package.json b/package.json index afa28a23..ea8fa860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "2.7.0", + "version": "2.7.1", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs", -- GitLab