File tree 6 files changed +34
-4
lines changed
6 files changed +34
-4
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9-2.6+insiders-4.40.2 (2023-08-31)
2
+
3
+ * Added configurable error handling capabilities for social plugin
4
+ * Fixed #5922: Blog plugin shows no posts when building a standalone blog
5
+ * Fixed #5914: Tags plugin tags_extra_files errors (4.39.3 regression)
6
+ * Fixed #5904: Blog plugin sometimes excludes files (4.40.1 regression)
7
+
8
+ mkdocs-material-9-2.6 (2023-08-31)
9
+
10
+ * Added Basque translations
11
+ * Added template for simple redirects
12
+ * Improved blog plugin interop by moving view generation to on_files
13
+ * Fixed #5924: Social plugin still checks dependencies when disabled
14
+ * Fixed #5916: Blog plugin crashes on Python 3.8 (9.2.0 regression)
15
+
1
16
mkdocs-material-9-2.5+insiders-4.40.1 (2023-08-27)
2
17
3
18
* Fixed #5902: ResizeObserver polyfill not detected by privacy plugin
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.2.6 <small >August 31, 2023</small > { id="9.2.6" }
6
+
7
+ - Added Basque translations
8
+ - Added template for simple redirects
9
+ - Improved blog plugin interop by moving view generation to ` on_files `
10
+ - Fixed #5924 : Social plugin still checks dependencies when disabled
11
+ - Fixed #5916 : Blog plugin crashes on Python 3.8 (9.2.0 regression)
12
+
5
13
### 9.2.5 <small >August 27, 2023</small > { id="9.2.5" }
6
14
7
15
- Fixed error in dirty serve mode when using blog plugin
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs Insiders
4
4
5
+ ### 4.40.2 <small >August 31, 2023</small > { id="4.40.2" }
6
+
7
+ - Added configurable error handling capabilities for social plugin
8
+ - Fixed #5922 : Blog plugin shows no posts when building a standalone blog
9
+ - Fixed #5914 : Tags plugin tags_extra_files errors (4.39.3 regression)
10
+ - Fixed #5904 : Blog plugin sometimes excludes files (4.40.1 regression)
11
+
5
12
### 4.40.1 <small >August 27, 2023</small > { id="4.40.1" }
6
13
7
14
- Fixed #5902 : ResizeObserver polyfill not detected by privacy plugin
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.5 ">
35
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.6 ">
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.5 " ,
3
+ "version" : " 9.2.6 " ,
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