ChangeLog.md 5.7 KB

Dokuwiki pageredirect plugin change log

When writing entries, refer to Keep a CHANGELOG for guidelines.

All notable changes to this project will be documented in this file.

UNRELEASED

20221120

  • Make external redirects optional, #43
  • Add Move plugin support, #40

20220103

20170512

  • plugin now requires dokuwiki 2014-05-05 (Ponder Stibbons)
  • revert broken implementation of adding GET parameters to url from #16, fixes #24, #25
  • do not add parameters to url if the redirect is external. 133a129, #25
  • fix fatal error when showing redirected message. a04bcd9, #23
  • fix plugin conflict with creole plugin. 36ebf4a, #18
  • resolve page names to be absolute. #19
  • added german translation #27

20160924

  • add French translations. #14
  • display pagename if heading is undefined. #15, #9, #13
  • preserve GET parameters when redirecting. #16
  • add Russian translations. #17
  • update Korean translations. #21
  • fix test which is not passing with new version of Dokuwiki. #22

20140414

  • add <br/> tag to the redirect note to avoid being covered by page TOC. #4
  • add Japanese translations. #7
  • make ~~REDIRECT pattern non-greedy. #5, #8
  • honour conf['useheading'] for redirect note. #6, #8
  • basic support for external redirects. #8
  • fix access to protected variable after dokuwiki#555. #10, #11

20120816

  • allow #redirect syntax to be lowercase, but it must be start on line. 1362442

20120612

  • match anything in page name, to wiki path it is converted internally. f423934
  • preserve #section anchors on redirect. c31b525
  • make redirects 301 redirect permanently to be SEO friendly, 9796335
  • apply prevent conflict patch from wiki comments. 87145da
  • add alternative #REDIRECT namespace/pagename syntax. 01efce2
  • add zh-tw translations. 82539ae
  • add Korean translations. 6aa688d
  • add portugese translations. e22f33a
  • fix matching page with #REDIRECT syntax. 4dca632

20070124

  • Build 2