Skip to content

Commit

Permalink
Prepare 7.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Oct 2, 2021
1 parent eaa6e91 commit 2fbf0e9
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
mkdocs-material-7.3.1 (2021-10-02)

* Added new experimental content tabs implementation
* Fixed #3069: GitHub stats broken for users/orgs (7.1.0 regression)
* Fixed #3070: Sections not linking to index page
* Fixed title not linking to index page when using tabs
* Fixed Disqus integration when using instant loading
* Fixed some spacing issues for right-to-left languages
* Fixed syntax error in Serbian translations

mkdocs-material-7.3.0+insiders-3.1.1 (2021-09-26)

* Fixed ordering bug in search exclusion logic
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ template: overrides/main.html

## Material for MkDocs

### 7.3.1 <small>_ October 2, 2021</small>

- Added new experimental content tabs implementation
- Fixed #3069: GitHub stats broken for users/orgs (7.1.0 regression)
- Fixed #3070: Sections not linking to index page
- Fixed title not linking to index page when using tabs
- Fixed Disqus integration when using instant loading
- Fixed some spacing issues for right-to-left languages
- Fixed syntax error in Serbian translations

### 7.3.0 <small>_ September 23, 2021</small>

- Added support for sticky navigation tabs
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.3.0">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.3.1">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.3.0",
"version": "7.3.1",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 2fbf0e9

Please sign in to comment.