File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- 1.0.4 (unreleased )
1+ 1.0.4 (2022-03-30 )
22------------------
33
4- - Transferred ownership of the package to mkdocs organization.
4+ - Transferred ownership of the package to mkdocs organization.
5+ - Fix regression from 1.0.2 when handling index pages with ` use_directory_urls: false ` (#25 )
6+ - Fix the content of produced redirect pages on Windows (#34 )
57
681.0.3 (2021-04-29)
79------------------
810
9- - Fix crash on redirect targets to ` index.md ` or ` README.md ` with ` use_directory_urls: true ` : https://github.com/datarobot/mkdocs-redirects/pull/21
11+ - Fix crash on redirect targets to ` index.md ` or ` README.md ` with ` use_directory_urls: true ` ( # 21 )
1012
11131.0.2 (2021-04-23)
1214------------------
1315
14- - Use relative paths for redirects: https://github.com/datarobot/mkdocs-redirects/pull/19
16+ - Use relative paths for redirects ( # 19 )
1517- Fix for python 2/3 compatibility.
1618
17191.0.1 (2020-05-31)
1820------------------
1921
20- - Fixes path separator for Windows.
21- - Use site_url as root for redirect paths.
22- - Make redirects more SEO friendly (set canonical rel link, noindex for robots)
22+ - Fixes path separator for Windows. ( # 9 )
23+ - Use site_url as root for redirect paths. ( # 12 )
24+ - Make redirects more SEO friendly (set canonical rel link, noindex for robots) ( # 7 )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def read(fname):
2323
2424setup (
2525 name = 'mkdocs-redirects' ,
26- version = '1.0.4b0 ' ,
26+ version = '1.0.4 ' ,
2727 description = 'A MkDocs plugin for dynamic page redirects to prevent broken links.' ,
2828 long_description = read ('README.md' ),
2929 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments