File tree 2 files changed +10
-8
lines changed
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 )
2
2
------------------
3
3
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 )
5
7
6
8
1.0.3 (2021-04-29)
7
9
------------------
8
10
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 )
10
12
11
13
1.0.2 (2021-04-23)
12
14
------------------
13
15
14
- - Use relative paths for redirects: https://github.com/datarobot/mkdocs-redirects/pull/19
16
+ - Use relative paths for redirects ( # 19 )
15
17
- Fix for python 2/3 compatibility.
16
18
17
19
1.0.1 (2020-05-31)
18
20
------------------
19
21
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):
23
23
24
24
setup (
25
25
name = 'mkdocs-redirects' ,
26
- version = '1.0.4b0 ' ,
26
+ version = '1.0.4 ' ,
27
27
description = 'A MkDocs plugin for dynamic page redirects to prevent broken links.' ,
28
28
long_description = read ('README.md' ),
29
29
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments