Skip to content

Commit 284264a

Browse files
committed
Prepare 9.5.3 release
1 parent 6b690e9 commit 284264a

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

CHANGELOG

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mkdocs-material-9.5.3 (2023-12-23)
2+
3+
* Limited version range of MkDocs to < 1.6
4+
* Updated Macedonian translations
5+
* Fixed #6520: Group plugin crashes when using mike
6+
* Fixed #6494: Hide author's email address if disabled in git-authors plugin
7+
18
mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)
29

310
* Improved editing experience for projects plugin
@@ -9,7 +16,7 @@ mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)
916

1017
mkdocs-material-9.5.2 (2023-12-11)
1118

12-
* Fixed types for `slugify` settings in blog plugin config
19+
* Fixed types for slugify settings in blog plugin config
1320
* Fixed #6469: Horizontal scrollbars on MathJax containers
1421

1522
mkdocs-material-9.5.1+insiders-4.47.0 (2023-12-08)
@@ -2521,7 +2528,7 @@ mkdocs-material-4.0.0 (2019-02-13)
25212528

25222529
mkdocs-material-3.3.0 (2019-01-29)
25232530

2524-
* Moved Google Analytics integration into `head` using Google Tag Manager
2531+
* Moved Google Analytics integration into head using Google Tag Manager
25252532
* Fixed #972: Unicode slugifier breaks table of contents blur on scroll
25262533
* Fixed #974: Additional links in table of contents break blur on scroll
25272534

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.3 <small>December 23, 2023</small> { id="9.5.3" }
6+
7+
- Limited version range of MkDocs to < 1.6
8+
- Updated Macedonian translations
9+
- Fixed #6520: Group plugin crashes when using mike
10+
- Fixed #6494: Hide author's email address if disabled in git-authors plugin
11+
512
### 9.5.2 <small>December 11, 2023</small> { id="9.5.2" }
613

714
- Fixed types for `slugify` settings in blog plugin config

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.2"
21+
__version__ = "9.5.3"

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.2">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.3">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% if page.meta and page.meta.title %}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2",
3+
"version": "9.5.3",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)