Skip to content

Commit 2ca5cf0

Browse files
committed
Prepare 9.5.2 release
1 parent 52feaba commit 2ca5cf0

File tree

7 files changed

+33
-5
lines changed

7 files changed

+33
-5
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)
2+
3+
* Improved editing experience for projects plugin
4+
* Improved resilience of optimize and social plugin
5+
* Fixed race condition when writing manifest in optimize and social plugin
6+
* Fixed #6475: Logo not taking precedence over icon in social card
7+
* Fixed #6399: Projects plugin doesn't pick up added/removed projects
8+
* Fixed #6306: Projects plugin cache not correctly updated
9+
10+
mkdocs-material-9.5.2 (2023-12-11)
11+
12+
* Fixed types for `slugify` settings in blog plugin config
13+
* Fixed #6469: Horizontal scrollbars on MathJax containers
14+
115
mkdocs-material-9.5.1+insiders-4.47.0 (2023-12-08)
216

317
* Added support for staying on page when switching languages

docs/changelog/index.md

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

33
## Material for MkDocs
44

5+
### 9.5.2 <small>December 11, 2023</small> { id="9.5.2" }
6+
7+
- Fixed types for `slugify` settings in blog plugin config
8+
- Fixed #6469: Horizontal scrollbars on MathJax containers
9+
510
### 9.5.1 <small>December 8, 2023</small> { id="9.5.1" }
611

712
- Updated Greek translations

docs/insiders/changelog/index.md

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

33
## Material for MkDocs Insiders
44

5+
### 4.47.1 <small>December 11, 2023</small> { id="4.47.1" }
6+
7+
- Improved editing experience for projects plugin
8+
- Improved resilience of optimize and social plugin
9+
- Fixed race condition when writing manifest in optimize and social plugin
10+
- Fixed #6475: Logo not taking precedence over icon in social card
11+
- Fixed #6399: Projects plugin doesn't pick up added/removed projects
12+
- Fixed #6306: Projects plugin cache not correctly updated
13+
514
### 4.47.0 <small>December 8, 2023</small> { id="4.47.0" }
615

716
- Added support for staying on page when switching languages

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.5.1"
21+
__version__ = "9.5.2"

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

0 commit comments

Comments
 (0)