Skip to content

Commit b6c501c

Browse files
authored
Release 1.0.4 (#35)
1 parent 51017d7 commit b6c501c

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGES.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
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

68
1.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

1113
1.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

1719
1.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)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(fname):
2323

2424
setup(
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",

0 commit comments

Comments
 (0)