Skip to content

Commit

Permalink
Prepare 9.5.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Apr 29, 2024
1 parent 4752779 commit 5cb3117
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
mkdocs-material-9.5.20 (2024-04-29)

* Fixed deprecation warning in privacy plugin (9.5.19 regression)
* Fixed #7119: Tags plugin emits deprecation warning (9.5.19 regression)
* Fixed #7118: Social plugin crashes if fonts are disabled (9.5.19 regression)
* Fixed #7085: Social plugin crashes on Windows when downloading fonts

mkdocs-material-9.5.19+insiders-4.53.8 (2024-04-26)

* Fixed #7052: Preview extension automatically including all pages
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog/index.md
Expand Up @@ -2,6 +2,13 @@

## Material for MkDocs

### 9.5.20 <small>April 29, 2024</small> { id="9.5.20" }

- Fixed deprecation warning in privacy plugin (9.5.19 regression)
- Fixed #7119: Tags plugin emits deprecation warning (9.5.19 regression)
- Fixed #7118: Social plugin crashes if fonts are disabled (9.5.19 regression)
- Fixed #7085: Social plugin crashes on Windows when downloading fonts

### 9.5.19 <small>April 25, 2024</small> { id="9.5.19" }

- Updated MkDocs to 1.6 and limited version to < 2
Expand Down
4 changes: 4 additions & 0 deletions docs/schema/assets/icons.json
Expand Up @@ -10366,6 +10366,7 @@
"simple/aurelia",
"simple/auth0",
"simple/authelia",
"simple/authentik",
"simple/authy",
"simple/autocad",
"simple/autodesk",
Expand Down Expand Up @@ -11113,6 +11114,7 @@
"simple/garmin",
"simple/gatling",
"simple/gatsby",
"simple/gcore",
"simple/gdal",
"simple/geant",
"simple/geeksforgeeks",
Expand Down Expand Up @@ -12685,6 +12687,7 @@
"simple/startrek",
"simple/starz",
"simple/statamic",
"simple/statista",
"simple/statuspage",
"simple/statuspal",
"simple/steam",
Expand Down Expand Up @@ -12849,6 +12852,7 @@
"simple/tinder",
"simple/tindie",
"simple/tinkercad",
"simple/tinygrad",
"simple/tinyletter",
"simple/tistory",
"simple/tldraw",
Expand Down
2 changes: 1 addition & 1 deletion material/__init__.py
Expand Up @@ -18,4 +18,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.

__version__ = "9.5.19"
__version__ = "9.5.20"

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/templates/.icons/simple/authentik.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions material/templates/.icons/simple/gcore.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions material/templates/.icons/simple/statista.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions material/templates/.icons/simple/tinygrad.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion material/templates/base.html
Expand Up @@ -32,7 +32,7 @@
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.19">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.20">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.5.19",
"version": "9.5.20",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 5cb3117

Please sign in to comment.