Skip to content

Commit ff76068

Browse files
committed
Prepare 9.4.7 release
1 parent 525fc94 commit ff76068

File tree

7 files changed

+23
-5
lines changed

7 files changed

+23
-5
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
mkdocs-material-9.4.7+insiders-4.42.3 (2023-10-27)
2+
3+
* Fixed #6251: Cards in grids cut off on very small screens
4+
* Fixed #6241: Using social plugin + static-i18n plugin errors
5+
6+
mkdocs-material-9.4.7 (2023-10-27)
7+
8+
* Added Azerbaijani translations
9+
110
mkdocs-material-9.4.6+insiders-4.42.2 (2023-10-14)
211

312
* Fixed #6186: Privacy plugin ignores hash fragments on images

docs/changelog/index.md

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

33
## Material for MkDocs
44

5+
### 9.4.7 <small>October 27, 2023</small> { id="9.4.7" }
6+
7+
- Added Azerbaijani translations
8+
59
### 9.4.6 <small>October 14, 2023</small> { id="9.4.6" }
610

711
- Updated Danish and Norwegian (Nynorsk) translations

docs/insiders/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 Insiders
44

5+
### 4.42.3 <small>October 27, 2023</small> { id="4.42.3" }
6+
7+
- Fixed #6251: Cards in grids cut off on very small screens
8+
- Fixed #6241: Using social plugin + static-i18n plugin errors
9+
510
### 4.42.2 <small>October 14, 2023</small> { id="4.42.2" }
611

712
- Fixed #6186: Privacy plugin ignores hash fragments on images

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.4.6"
21+
__version__ = "9.4.7"

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

0 commit comments

Comments
 (0)