1 ikiwiki 2.5 released with [[toggle text="these changes"]]
3 * Wrap the editpage template in the standard misctemplate, this allows the
4 pagetemplate hook to work for that page.
5 * Above change fixes the favicon plugin to work on edit pages.
6 * Correct some issues with escaped preprocessor directives.
7 * Make the map plugin notice when pages in the map are deleted and update
9 * Add a htmlext config option, this can be used to make ikiwiki generate
10 html files with a different extension.
11 * Fix graphviz plugin to not try to read images as utf-8; they might
12 sometimes contain invalid utf-8 byte sequences. Thanks,
14 * Fix re-rendering of pages when a linked to page goes away. This was broken
15 in version 1.50 with the addition of %destsources. Thanks, Ethan
17 * Add templatefile hook.
18 * Add pagetemplate plugin, which allows changing the template used for
19 a page. (Not to be confused with the hook of the same name..)
20 * Add a libdir config option to let ikiwiki load perl modules, including
21 plugins, from a user-configurable directory."""]]
23 Due to some config changes in this version, wrappers need to be rebuilt on
24 upgrade. If you listed your wiki in /etc/ikiwiki/wikilist this will be
25 one automatically when the Debian package is upgraded.