Skip to content

Commit

Permalink
Release 1.0.4 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Mar 30, 2022
1 parent 51017d7 commit b6c501c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
1.0.4 (unreleased)
1.0.4 (2022-03-30)
------------------

- Transferred ownership of the package to mkdocs organization.
- Transferred ownership of the package to mkdocs organization.
- Fix regression from 1.0.2 when handling index pages with `use_directory_urls: false` (#25)
- Fix the content of produced redirect pages on Windows (#34)

1.0.3 (2021-04-29)
------------------

- Fix crash on redirect targets to `index.md` or `README.md` with `use_directory_urls: true`: https://github.com/datarobot/mkdocs-redirects/pull/21
- Fix crash on redirect targets to `index.md` or `README.md` with `use_directory_urls: true` (#21)

1.0.2 (2021-04-23)
------------------

- Use relative paths for redirects: https://github.com/datarobot/mkdocs-redirects/pull/19
- Use relative paths for redirects (#19)
- Fix for python 2/3 compatibility.

1.0.1 (2020-05-31)
------------------

- Fixes path separator for Windows.
- Use site_url as root for redirect paths.
- Make redirects more SEO friendly (set canonical rel link, noindex for robots)
- Fixes path separator for Windows. (#9)
- Use site_url as root for redirect paths. (#12)
- Make redirects more SEO friendly (set canonical rel link, noindex for robots) (#7)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(fname):

setup(
name='mkdocs-redirects',
version='1.0.4b0',
version='1.0.4',
description='A MkDocs plugin for dynamic page redirects to prevent broken links.',
long_description=read('README.md'),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b6c501c

Please sign in to comment.