File tree Expand file tree Collapse file tree 6 files changed +21
-7
lines changed
Expand file tree Collapse file tree 6 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 1+ mkdocs-material-9.5.3 (2023-12-23)
2+
3+ * Limited version range of MkDocs to < 1.6
4+ * Updated Macedonian translations
5+ * Fixed #6520: Group plugin crashes when using mike
6+ * Fixed #6494: Hide author's email address if disabled in git-authors plugin
7+
18mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)
29
310 * Improved editing experience for projects plugin
@@ -9,7 +16,7 @@ mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)
916
1017mkdocs-material-9.5.2 (2023-12-11)
1118
12- * Fixed types for ` slugify` settings in blog plugin config
19+ * Fixed types for slugify settings in blog plugin config
1320 * Fixed #6469: Horizontal scrollbars on MathJax containers
1421
1522mkdocs-material-9.5.1+insiders-4.47.0 (2023-12-08)
@@ -2521,7 +2528,7 @@ mkdocs-material-4.0.0 (2019-02-13)
25212528
25222529mkdocs-material-3.3.0 (2019-01-29)
25232530
2524- * Moved Google Analytics integration into ` head` using Google Tag Manager
2531+ * Moved Google Analytics integration into head using Google Tag Manager
25252532 * Fixed #972: Unicode slugifier breaks table of contents blur on scroll
25262533 * Fixed #974: Additional links in table of contents break blur on scroll
25272534
Original file line number Diff line number Diff line change 22
33## Material for MkDocs
44
5+ ### 9.5.3 <small >December 23, 2023</small > { id="9.5.3" }
6+
7+ - Limited version range of MkDocs to < 1.6
8+ - Updated Macedonian translations
9+ - Fixed #6520 : Group plugin crashes when using mike
10+ - Fixed #6494 : Hide author's email address if disabled in git-authors plugin
11+
512### 9.5.2 <small >December 11, 2023</small > { id="9.5.2" }
613
714- Fixed types for ` slugify ` settings in blog plugin config
Original file line number Diff line number Diff line change 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.2 "
21+ __version__ = "9.5.3 "
Original file line number Diff line number Diff line change 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.2 ">
35+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.3 ">
3636 {% endblock %}
3737 {% block htmltitle %}
3838 {% if page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 11{
22 "name" : " mkdocs-material" ,
3- "version" : " 9.5.2 " ,
3+ "version" : " 9.5.3 " ,
44 "description" : " Documentation that simply works" ,
55 "keywords" : [
66 " mkdocs" ,
You can’t perform that action at this time.
0 commit comments