Skip to content

Releases: mkdocs/mkdocs-redirects

v1.2.1

18 Jul 21:27
313c776
Compare
Choose a tag to compare
  • Fix deprecation warning about warning_filter

v1.2.0

18 Sep 12:22
ad6769c
Compare
Choose a tag to compare
  • For better interoperability with plugins, the redirect target paths are picked up from the corresponding MkDocs File and not re-computed by simple substitution. (#45)

  • Drop Python 2.7 support

  • Bump minimal MkDocs version to 1.1.1

  • Remove warning about old redirects config

v1.1.0

22 Aug 17:37
663d05d
Compare
Choose a tag to compare
  • Redirect destination paths can now contain #fragments (#42)

    Example config:

    plugins:
      - redirects:
          redirect_maps:
            some/path/examples.md: foo/index.md#examples

    -- this will now correctly redirect to foo/#examples without messing up the path

    Note that this applies only to the destination paths, there's still no handling for fragments in source paths (those specified as map keys).

v1.0.6

12 Aug 16:55
9a14fd2
Compare
Choose a tag to compare
  • Correctly use UTF-8 file encoding even on Windows (#41)

v1.0.5

03 Aug 15:55
44cc8e7
Compare
Choose a tag to compare
  • Normalize only capitalized README.md files to index (#37)

v1.0.4

30 Mar 19:23
b6c501c
Compare
Choose a tag to compare
  • 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)

v1.0.3

30 Mar 19:23
Compare
Choose a tag to compare
  • Fix crash on redirect targets to index.md or README.md with use_directory_urls: true (#21)

v1.0.2

30 Mar 19:23
Compare
Choose a tag to compare
  • Use relative paths for redirects (#19)
  • Fix for python 2/3 compatibility.

v1.0.1

31 May 23:34
Compare
Choose a tag to compare

https://pypi.org/project/mkdocs-redirects/1.0.1/

  • 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)

v1.0.0

15 Aug 20:50
03dd5fd
Compare
Choose a tag to compare

Changes: