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

CHANGELOG

Lines changed: 7 additions & 0 deletions
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

docs/changelog/index.md

Lines changed: 7 additions & 0 deletions
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

docs/schema/assets/icons.json

Lines changed: 4 additions & 0 deletions
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",

material/__init__.py

Lines changed: 1 addition & 1 deletion
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"

material/overrides/assets/javascripts/iconsearch_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

material/templates/base.html

Lines changed: 1 addition & 1 deletion
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 %}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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)