Skip to content

Commit

Permalink
Prepare 9.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Dec 11, 2023
1 parent 52feaba commit 2ca5cf0
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
@@ -1,3 +1,17 @@
mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)

* Improved editing experience for projects plugin
* Improved resilience of optimize and social plugin
* Fixed race condition when writing manifest in optimize and social plugin
* Fixed #6475: Logo not taking precedence over icon in social card
* Fixed #6399: Projects plugin doesn't pick up added/removed projects
* Fixed #6306: Projects plugin cache not correctly updated

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

* 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)

* Added support for staying on page when switching languages
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/index.md
Expand Up @@ -2,6 +2,11 @@

## Material for MkDocs

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

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

### 9.5.1 <small>December 8, 2023</small> { id="9.5.1" }

- Updated Greek translations
Expand Down
9 changes: 9 additions & 0 deletions docs/insiders/changelog/index.md
Expand Up @@ -2,6 +2,15 @@

## Material for MkDocs Insiders

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

- Improved editing experience for projects plugin
- Improved resilience of optimize and social plugin
- Fixed race condition when writing manifest in optimize and social plugin
- Fixed #6475: Logo not taking precedence over icon in social card
- Fixed #6399: Projects plugin doesn't pick up added/removed projects
- Fixed #6306: Projects plugin cache not correctly updated

### 4.47.0 <small>December 8, 2023</small> { id="4.47.0" }

- Added support for staying on page when switching languages
Expand Down
2 changes: 1 addition & 1 deletion material/__init__.py
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.1"
__version__ = "9.5.2"
2 changes: 1 addition & 1 deletion material/templates/base.html
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.1">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.2">
{% 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
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.5.1",
"version": "9.5.2",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 2ca5cf0

Please sign in to comment.