Skip to content

Commit c51eb2f

Browse files
committed
Prepare 9.5.14 release
1 parent 3311a61 commit c51eb2f

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

Diff for: CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
mkdocs-material-9.5.14 (2024-03-18)
2+
3+
* Added support for hiding versions from selector when using mike
4+
* Added init system to improve signal handling in Docker image
5+
* Fixed edge cases in exclusion logic of info plugin
6+
* Fixed inability to reset pipeline in search plugin
7+
* Fixed syntax error in Finnish translations
8+
* Fixed #6917: UTF-8 encoding problems in blog plugin on Windows
9+
* Fixed #6889: Transparent iframes get background color
10+
111
mkdocs-material-9.5.13+insiders-4.53.1 (2024-03-06)
212

313
* Fixed #6877: Projects plugin computes incorrect path to assets

Diff for: docs/changelog/index.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Material for MkDocs
44

5+
### 9.5.14 <small>March 18, 2024</small> { id="9.5.14" }
6+
7+
- Added support for hiding versions from selector when using mike
8+
- Added init system to improve signal handling in Docker image
9+
- Fixed edge cases in exclusion logic of info plugin
10+
- Fixed inability to reset pipeline in search plugin
11+
- Fixed syntax error in Finnish translations
12+
- Fixed #6917: UTF-8 encoding problems in blog plugin on Windows
13+
- Fixed #6889: Transparent iframes get background color
14+
515
### 9.5.13 <small>March 6, 2024</small> { id="9.5.13" }
616

717
- Updated Slovak translations

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.13"
21+
__version__ = "9.5.14"

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.13">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.14">
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.13",
3+
"version": "9.5.14",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)