add news item for ikiwiki 1.11
[ikiwiki] / doc / news / version_1.11.mdwn
1 ikiwiki 1.11 released with these changes:
2
3    * Patch from Enrico that
4      - Adds a tag plugin that allows more easily tagging pages.
5        The meta plugin can also still be used for that, but the tag plugin
6        also lists a page's tags at the bottom of the page.
7      - Allows preprocessor directives to have parameters with no specified
8        value.
9      - Fixes preprocessor directive parameter parsing so that
10        foo=bar baz now means "foo=bar" and a "baz" with no value.
11    * Run pagetemplate hooks when inlining pages so that inlined pages also
12      list their tags.
13    * Make all plugins with pagetemplate hooks check that variables exist
14      on the template before setting them, for robustness.
15    * Switch pagetemplate hooks to using named parameters.
16    * Pass a destpage parameter to preprocessor and pagetemplate hooks.
17      This will be the page that a source page will be part of, which is
18      different than the source page for inlined pages.
19    * Audited all plugins to endure they pass (page, destpage) to htmllink
20      appropriatly. This means inlining of various plugins will not work
21      properly, with correct links generated.