Skip to content

Commit

Permalink
Prepare 9.5.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Mar 31, 2024
1 parent f2bfab9 commit 6c9ba87
Show file tree
Hide file tree
Showing 17 changed files with 38 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mkdocs-material-9.5.16 (2024-03-31)

* Updated Russian translations
* Improved error handling and reporting in social plugin
* Fixed blog plugin not allowing to use time in format strings
* Fixed #6983: Social plugin crashes because of Google Fonts API change

mkdocs-material-9.5.15+insiders-4.53.3 (2024-03-23)

* Added support for font variants in social plugin
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Material for MkDocs

### 9.5.16 <small>March 31, 2024</small> { id="9.5.16" }

- Updated Russian translations
- Improved error handling and reporting in social plugin
- Fixed blog plugin not allowing to use time in format strings
- Fixed #6983: Social plugin crashes because of Google Fonts API change

### 9.5.15 <small>March 23, 2024</small> { id="9.5.15" }

- Reverted fix for transparent iframes (9.5.14)
Expand Down
9 changes: 9 additions & 0 deletions docs/schema/assets/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -10215,11 +10215,13 @@
"simple/amazonapigateway",
"simple/amazonaws",
"simple/amazoncloudwatch",
"simple/amazoncognito",
"simple/amazondocumentdb",
"simple/amazondynamodb",
"simple/amazonec2",
"simple/amazonecs",
"simple/amazoneks",
"simple/amazonelasticache",
"simple/amazonfiretv",
"simple/amazongames",
"simple/amazoniam",
Expand Down Expand Up @@ -10372,9 +10374,11 @@
"simple/awesomelists",
"simple/awesomewm",
"simple/awsamplify",
"simple/awselasticloadbalancing",
"simple/awsfargate",
"simple/awslambda",
"simple/awsorganizations",
"simple/awssecretsmanager",
"simple/axios",
"simple/azureartifacts",
"simple/azuredataexplorer",
Expand Down Expand Up @@ -10940,6 +10944,7 @@
"simple/esri",
"simple/etcd",
"simple/ethereum",
"simple/ethers",
"simple/ethiopianairlines",
"simple/etihadairways",
"simple/etsy",
Expand Down Expand Up @@ -11455,6 +11460,7 @@
"simple/jetpackcompose",
"simple/jfrog",
"simple/jfrogpipelines",
"simple/jhipster",
"simple/jinja",
"simple/jira",
"simple/jirasoftware",
Expand Down Expand Up @@ -11510,6 +11516,7 @@
"simple/keras",
"simple/keybase",
"simple/keycdn",
"simple/keycloak",
"simple/keystone",
"simple/kfc",
"simple/khanacademy",
Expand Down Expand Up @@ -12324,6 +12331,7 @@
"simple/reasonstudios",
"simple/recoil",
"simple/red",
"simple/redash",
"simple/redbubble",
"simple/redbull",
"simple/reddit",
Expand Down Expand Up @@ -12719,6 +12727,7 @@
"simple/symfony",
"simple/symphony",
"simple/sympy",
"simple/syncthing",
"simple/synology",
"simple/system76",
"simple/tabelog",
Expand Down
2 changes: 1 addition & 1 deletion material/__init__.py
Original file line number Diff line number Diff line change
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.15"
__version__ = "9.5.16"

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/templates/.icons/simple/amazoncognito.svg
Loading
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/amazonelasticache.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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/awssecretsmanager.svg
Loading
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/ethers.svg
Loading
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/jhipster.svg
Loading
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/keycloak.svg
Loading
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/redash.svg
Loading
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/syncthing.svg
Loading
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
Original file line number Diff line number Diff line change
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.15">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.16">
{% 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.5.15",
"version": "9.5.16",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 6c9ba87

Please sign in to comment.