Skip to content

Commit 71a87f8

Browse files
committed
Prepare 9.4.10 release
1 parent c181a46 commit 71a87f8

File tree

7 files changed

+29
-5
lines changed

7 files changed

+29
-5
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
mkdocs-material-9.4.10+insiders-4.43.1 (2023-11-19)
2+
3+
* Added third-party theme support in projects plugin, improving editing
4+
* Fixed #6360: Projects plugin crashes when theme is not Material for MkDocs
5+
* Fixed #6306: Projects plugin not reloading nested project configuration
6+
7+
mkdocs-material-9.4.10 (2023-11-19)
8+
9+
* Fixed #6356: Version selector can't be disabled via mike's configuration
10+
* Fixed #6281: Navigation not rendering due to Safari bug (9.4.2 regression)
11+
* Fixed #6261: Navigation expansion animates on first load (9.4.2 regression)
12+
113
mkdocs-material-9.4.9 (2023-11-17)
214

315
* Fixed #6344: Long entries cutoff in table of contents

docs/changelog/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Material for MkDocs
44

5+
### 9.4.10 <small>November 19, 2023</small> { id="9.4.10" }
6+
7+
- Fixed #6356: Version selector can't be disabled via mike's configuration
8+
- Fixed #6281: Navigation not rendering due to Safari bug (9.4.2 regression)
9+
- Fixed #6261: Navigation expansion animates on first load (9.4.2 regression)
10+
511
### 9.4.9 <small>November 17, 2023</small> { id="9.4.9" }
612

713
- Fixed #6344: Long entries cutoff in table of contents

docs/insiders/changelog/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Material for MkDocs Insiders
44

5+
### 4.43.1 <small>November 19, 2023</small> { id="4.43.1" }
6+
7+
- Added third-party theme support in projects plugin, improving editing
8+
- Fixed #6360: Projects plugin crashes when theme is not Material for MkDocs
9+
- Fixed #6306: Projects plugin not reloading nested project configuration
10+
511
### 4.43.0 <small>November 5, 2023</small> { id="4.43.0" }
612

713
- Added support for GitLab committers (document contributors)

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.4.9"
21+
__version__ = "9.4.10"

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

0 commit comments

Comments
 (0)