Skip to content

Commit

Permalink
Prepare 9.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Dec 23, 2023
1 parent 6b690e9 commit 284264a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mkdocs-material-9.5.3 (2023-12-23)

* Limited version range of MkDocs to < 1.6
* Updated Macedonian translations
* Fixed #6520: Group plugin crashes when using mike
* Fixed #6494: Hide author's email address if disabled in git-authors plugin

mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)

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

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

* Fixed types for `slugify` settings in blog plugin config
* Fixed types for slugify settings in blog plugin config
* Fixed #6469: Horizontal scrollbars on MathJax containers

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

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

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

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.3 <small>December 23, 2023</small> { id="9.5.3" }

- Limited version range of MkDocs to < 1.6
- Updated Macedonian translations
- Fixed #6520: Group plugin crashes when using mike
- Fixed #6494: Hide author's email address if disabled in git-authors plugin

### 9.5.2 <small>December 11, 2023</small> { id="9.5.2" }

- Fixed types for `slugify` settings in blog plugin config
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.2"
__version__ = "9.5.3"
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.2">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.3">
{% 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.2",
"version": "9.5.3",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 284264a

Please sign in to comment.