From ff76068e41e1cc277a1985b807bfdbd6bb889294 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 27 Oct 2023 19:15:44 +0200 Subject: [PATCH] Prepare 9.4.7 release --- CHANGELOG | 9 +++++++++ docs/changelog/index.md | 4 ++++ docs/insiders/changelog/index.md | 5 +++++ material/__init__.py | 2 +- material/templates/base.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1a2bef57fa1..f132c011188 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +mkdocs-material-9.4.7+insiders-4.42.3 (2023-10-27) + + * Fixed #6251: Cards in grids cut off on very small screens + * Fixed #6241: Using social plugin + static-i18n plugin errors + +mkdocs-material-9.4.7 (2023-10-27) + + * Added Azerbaijani translations + mkdocs-material-9.4.6+insiders-4.42.2 (2023-10-14) * Fixed #6186: Privacy plugin ignores hash fragments on images diff --git a/docs/changelog/index.md b/docs/changelog/index.md index bc7b0654200..c3fea06dd74 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,10 @@ ## Material for MkDocs +### 9.4.7 October 27, 2023 { id="9.4.7" } + +- Added Azerbaijani translations + ### 9.4.6 October 14, 2023 { id="9.4.6" } - Updated Danish and Norwegian (Nynorsk) translations diff --git a/docs/insiders/changelog/index.md b/docs/insiders/changelog/index.md index c38f58b1cc8..80acc7afffe 100644 --- a/docs/insiders/changelog/index.md +++ b/docs/insiders/changelog/index.md @@ -2,6 +2,11 @@ ## Material for MkDocs Insiders +### 4.42.3 October 27, 2023 { id="4.42.3" } + +- Fixed #6251: Cards in grids cut off on very small screens +- Fixed #6241: Using social plugin + static-i18n plugin errors + ### 4.42.2 October 14, 2023 { id="4.42.2" } - Fixed #6186: Privacy plugin ignores hash fragments on images diff --git a/material/__init__.py b/material/__init__.py index 36c6b4c9b02..13eb2282f50 100644 --- a/material/__init__.py +++ b/material/__init__.py @@ -18,4 +18,4 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -__version__ = "9.4.6" +__version__ = "9.4.7" diff --git a/material/templates/base.html b/material/templates/base.html index 3c78d3eeaa6..d03677f01a1 100644 --- a/material/templates/base.html +++ b/material/templates/base.html @@ -32,7 +32,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 249452093c9..8179833d055 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.4.6", + "version": "9.4.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.4.6", + "version": "9.4.7", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index d8db41aaebf..53ee1cac8ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.4.6", + "version": "9.4.7", "description": "Documentation that simply works", "keywords": [ "mkdocs",