Skip to content

Commit 6c9ba87

Browse files
committed
Prepare 9.5.16 release
1 parent f2bfab9 commit 6c9ba87

17 files changed

+38
-6
lines changed

Diff for: CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mkdocs-material-9.5.16 (2024-03-31)
2+
3+
* Updated Russian translations
4+
* Improved error handling and reporting in social plugin
5+
* Fixed blog plugin not allowing to use time in format strings
6+
* Fixed #6983: Social plugin crashes because of Google Fonts API change
7+
18
mkdocs-material-9.5.15+insiders-4.53.3 (2024-03-23)
29

310
* Added support for font variants in social plugin

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.16 <small>March 31, 2024</small> { id="9.5.16" }
6+
7+
- Updated Russian translations
8+
- Improved error handling and reporting in social plugin
9+
- Fixed blog plugin not allowing to use time in format strings
10+
- Fixed #6983: Social plugin crashes because of Google Fonts API change
11+
512
### 9.5.15 <small>March 23, 2024</small> { id="9.5.15" }
613

714
- Reverted fix for transparent iframes (9.5.14)

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

+9
Original file line numberDiff line numberDiff line change
@@ -10215,11 +10215,13 @@
1021510215
"simple/amazonapigateway",
1021610216
"simple/amazonaws",
1021710217
"simple/amazoncloudwatch",
10218+
"simple/amazoncognito",
1021810219
"simple/amazondocumentdb",
1021910220
"simple/amazondynamodb",
1022010221
"simple/amazonec2",
1022110222
"simple/amazonecs",
1022210223
"simple/amazoneks",
10224+
"simple/amazonelasticache",
1022310225
"simple/amazonfiretv",
1022410226
"simple/amazongames",
1022510227
"simple/amazoniam",
@@ -10372,9 +10374,11 @@
1037210374
"simple/awesomelists",
1037310375
"simple/awesomewm",
1037410376
"simple/awsamplify",
10377+
"simple/awselasticloadbalancing",
1037510378
"simple/awsfargate",
1037610379
"simple/awslambda",
1037710380
"simple/awsorganizations",
10381+
"simple/awssecretsmanager",
1037810382
"simple/axios",
1037910383
"simple/azureartifacts",
1038010384
"simple/azuredataexplorer",
@@ -10940,6 +10944,7 @@
1094010944
"simple/esri",
1094110945
"simple/etcd",
1094210946
"simple/ethereum",
10947+
"simple/ethers",
1094310948
"simple/ethiopianairlines",
1094410949
"simple/etihadairways",
1094510950
"simple/etsy",
@@ -11455,6 +11460,7 @@
1145511460
"simple/jetpackcompose",
1145611461
"simple/jfrog",
1145711462
"simple/jfrogpipelines",
11463+
"simple/jhipster",
1145811464
"simple/jinja",
1145911465
"simple/jira",
1146011466
"simple/jirasoftware",
@@ -11510,6 +11516,7 @@
1151011516
"simple/keras",
1151111517
"simple/keybase",
1151211518
"simple/keycdn",
11519+
"simple/keycloak",
1151311520
"simple/keystone",
1151411521
"simple/kfc",
1151511522
"simple/khanacademy",
@@ -12324,6 +12331,7 @@
1232412331
"simple/reasonstudios",
1232512332
"simple/recoil",
1232612333
"simple/red",
12334+
"simple/redash",
1232712335
"simple/redbubble",
1232812336
"simple/redbull",
1232912337
"simple/reddit",
@@ -12719,6 +12727,7 @@
1271912727
"simple/symfony",
1272012728
"simple/symphony",
1272112729
"simple/sympy",
12730+
"simple/syncthing",
1272212731
"simple/synology",
1272312732
"simple/system76",
1272412733
"simple/tabelog",

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.15"
21+
__version__ = "9.5.16"

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

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

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

+1
Loading
+1
Loading
Loading
+1
Loading

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

+1
Loading

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

+1
Loading

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

+1
Loading

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

+1
Loading

Diff for: material/templates/.icons/simple/syncthing.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.15">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.16">
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.15",
3+
"version": "9.5.16",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)