File tree 6 files changed +26
-4
lines changed
6 files changed +26
-4
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9-2.5+insiders-4.40.1 (2023-08-27)
2
+
3
+ * Fixed #5902: ResizeObserver polyfill not detected by privacy plugin
4
+ * Fixed empty category pages in blog plugin (4.40.0 regression)
5
+
6
+ mkdocs-material-9-2.5 (2023-08-27)
7
+
8
+ * Fixed error in dirty serve mode when using blog plugin
9
+ * Fixed page title not being consistent in blog plugin pagination
10
+ * Fixed #5899: Blog plugin pagination breaks when disabling directory URLs
11
+
1
12
mkdocs-material-9.2.4+insiders-4.40.0 (2023-08-26)
2
13
3
14
* Added logo, title and description options to social plugin default layouts
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.2.5 <small >August 27, 2023</small > { id="9.2.5" }
6
+
7
+ - Fixed error in dirty serve mode when using blog plugin
8
+ - Fixed page title not being consistent in blog plugin pagination
9
+ - Fixed #5899 : Blog plugin pagination breaks when disabling directory URLs
10
+
5
11
### 9.2.4 <small >August 26, 2023</small > { id="9.2.4" }
6
12
7
13
- Added version to bug report name in info plugin
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs Insiders
4
4
5
+ ### 4.40.1 <small >August 27, 2023</small > { id="4.40.1" }
6
+
7
+ - Fixed #5902 : ResizeObserver polyfill not detected by privacy plugin
8
+ - Fixed empty category pages in blog plugin (4.40.0 regression)
9
+
5
10
### 4.40.0 <small >August 26, 2023</small > { id="4.40.0" }
6
11
7
12
- Added logo, title and description options to social plugin default layouts
Original file line number Diff line number Diff line change 32
32
< link rel ="alternate " type ="application/rss+xml " title ="{{ lang.t('rss.updated') }} " href ="{{ 'feed_rss_updated.xml' | url }} ">
33
33
{% endif %}
34
34
< link rel ="icon " href ="{{ config.theme.favicon | url }} ">
35
- < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.4 ">
35
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.5 ">
36
36
{% endblock %}
37
37
{% block htmltitle %}
38
38
{% if page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mkdocs-material" ,
3
- "version" : " 9.2.4 " ,
3
+ "version" : " 9.2.5 " ,
4
4
"description" : " Documentation that simply works" ,
5
5
"keywords" : [
6
6
" mkdocs" ,
You can’t perform that action at this time.
0 commit comments