Prepare 5.5.11 release

This commit is contained in:
squidfunk 2020-08-28 19:43:08 +02:00
parent 1037d591be
commit 610bacb6b4
5 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,7 @@
mkdocs-material-5.5.11 (2020-08-28)
* Fixed Disqus integration, as the minifier killed the config
mkdocs-material-5.5.10 (2020-08-28) mkdocs-material-5.5.10 (2020-08-28)
* Improved rendering by moving Disqus integration after page load * Improved rendering by moving Disqus integration after page load

View File

@ -26,6 +26,10 @@ template: overrides/main.html
## Material for MkDocs ## Material for MkDocs
### 5.5.11 <small>_ August 28, 2020</small>
* Fixed Disqus integration, as the minifier killed the config
### 5.5.10 <small>_ August 28, 2020</small> ### 5.5.10 <small>_ August 28, 2020</small>
* Improved rendering by moving Disqus integration after page load * Improved rendering by moving Disqus integration after page load

View File

@ -29,7 +29,7 @@
<meta name="author" content="{{ config.site_author }}"> <meta name="author" content="{{ config.site_author }}">
{% endif %} {% endif %}
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}"> <link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.10"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.11">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta and page.meta.title %} {% if page and page.meta and page.meta.title %}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "5.5.10", "version": "5.5.11",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "5.5.10", "version": "5.5.11",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",