Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: squidfunk/mkdocs-material
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.1.20
Choose a base ref
...
head repository: squidfunk/mkdocs-material
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.1.21
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 27, 2023

  1. Copy the full SHA
    feef806 View commit details
  2. Prepare 9.1.21 release

    squidfunk committed Jul 27, 2023
    Copy the full SHA
    98a009b View commit details
Showing with 14 additions and 5 deletions.
  1. +4 −0 CHANGELOG
  2. +4 −0 docs/changelog/index.md
  3. +1 −1 material/base.html
  4. +1 −0 mkdocs.yml
  5. +2 −2 package-lock.json
  6. +1 −1 package.json
  7. +1 −1 requirements.txt
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
mkdocs-material-9.1.21 (2023-07-27)

* Fixed MkDocs 1.4 compat issue in social plugin (9.1.20 regression)

mkdocs-material-9.1.20 (2023-07-27)

* Fixed deprecation warnings for social plugin
4 changes: 4 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@

## Material for MkDocs

### 9.1.21 <small>July 27, 2023</small> { id="9.1.20" }

- Fixed MkDocs 1.4 compat issue in social plugin (9.1.20 regression)

### 9.1.20 <small>July 27, 2023</small> { id="9.1.20" }

- Updated Sanskrit translations
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
<link rel="next" href="{{ page.next_page.url | url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.20">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.21">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -43,6 +43,7 @@ theme:
- content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select
# - content.tabs.link
- content.tooltips
# - header.autohide
4 changes: 2 additions & 2 deletions 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": "9.1.20",
"version": "9.1.21",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
# Requirements for core
jinja2>=3.0
markdown>=3.2
mkdocs>=1.4.2
mkdocs>=1.5.0
mkdocs-material-extensions>=1.1
pygments>=2.14
pymdown-extensions>=9.9.1