Skip to content

Commit 5cb3117

Browse files
committed
Prepare 9.5.20 release
1 parent 4752779 commit 5cb3117

File tree

12 files changed

+28
-6
lines changed

12 files changed

+28
-6
lines changed

Diff for: CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mkdocs-material-9.5.20 (2024-04-29)
2+
3+
* Fixed deprecation warning in privacy plugin (9.5.19 regression)
4+
* Fixed #7119: Tags plugin emits deprecation warning (9.5.19 regression)
5+
* Fixed #7118: Social plugin crashes if fonts are disabled (9.5.19 regression)
6+
* Fixed #7085: Social plugin crashes on Windows when downloading fonts
7+
18
mkdocs-material-9.5.19+insiders-4.53.8 (2024-04-26)
29

310
* Fixed #7052: Preview extension automatically including all pages

Diff for: docs/changelog/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Material for MkDocs
44

5+
### 9.5.20 <small>April 29, 2024</small> { id="9.5.20" }
6+
7+
- Fixed deprecation warning in privacy plugin (9.5.19 regression)
8+
- Fixed #7119: Tags plugin emits deprecation warning (9.5.19 regression)
9+
- Fixed #7118: Social plugin crashes if fonts are disabled (9.5.19 regression)
10+
- Fixed #7085: Social plugin crashes on Windows when downloading fonts
11+
512
### 9.5.19 <small>April 25, 2024</small> { id="9.5.19" }
613

714
- Updated MkDocs to 1.6 and limited version to < 2

Diff for: docs/schema/assets/icons.json

+4
Original file line numberDiff line numberDiff line change
@@ -10366,6 +10366,7 @@
1036610366
"simple/aurelia",
1036710367
"simple/auth0",
1036810368
"simple/authelia",
10369+
"simple/authentik",
1036910370
"simple/authy",
1037010371
"simple/autocad",
1037110372
"simple/autodesk",
@@ -11113,6 +11114,7 @@
1111311114
"simple/garmin",
1111411115
"simple/gatling",
1111511116
"simple/gatsby",
11117+
"simple/gcore",
1111611118
"simple/gdal",
1111711119
"simple/geant",
1111811120
"simple/geeksforgeeks",
@@ -12685,6 +12687,7 @@
1268512687
"simple/startrek",
1268612688
"simple/starz",
1268712689
"simple/statamic",
12690+
"simple/statista",
1268812691
"simple/statuspage",
1268912692
"simple/statuspal",
1269012693
"simple/steam",
@@ -12849,6 +12852,7 @@
1284912852
"simple/tinder",
1285012853
"simple/tindie",
1285112854
"simple/tinkercad",
12855+
"simple/tinygrad",
1285212856
"simple/tinyletter",
1285312857
"simple/tistory",
1285412858
"simple/tldraw",

Diff for: material/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
# IN THE SOFTWARE.
2020

21-
__version__ = "9.5.19"
21+
__version__ = "9.5.20"

Diff for: material/overrides/assets/javascripts/iconsearch_index.json

+1-1
Large diffs are not rendered by default.

Diff for: material/templates/.icons/simple/authentik.svg

+1
Loading

Diff for: material/templates/.icons/simple/gcore.svg

+1
Loading

Diff for: material/templates/.icons/simple/statista.svg

+1
Loading

Diff for: material/templates/.icons/simple/tinygrad.svg

+1
Loading

Diff for: material/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
3333
{% endif %}
3434
<link rel="icon" href="{{ config.theme.favicon | url }}">
35-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.19">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.20">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% if page.meta and page.meta.title %}

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "9.5.19",
3+
"version": "9.5.20",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)