diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-28 01:00:06 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-28 01:00:06 +0000 |
commit | b5d6acae779d4ccfac33a0e5c09f0d82ff062460 (patch) | |
tree | d7e37fd0221673c48f30b780deea0e71a1056021 /doc | |
parent | 7fa275249335b3546d320012ca40be0c8c50edeb (diff) |
web commit by joey
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news/version_1.11.mdwn | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/news/version_1.11.mdwn b/doc/news/version_1.11.mdwn index 17a9d6009..bd7365373 100644 --- a/doc/news/version_1.11.mdwn +++ b/doc/news/version_1.11.mdwn @@ -1,4 +1,18 @@ -ikiwiki 1.11 released with these changes: +ikiwiki 1.11 is released. + +There are some changes to tags in this release, due to a new tag plugin. If you have +been using the meta plugin to tag pages, you'll want to enable the tag +plugin too, and change things like this: + + \[[meta link="foobar"]] + +To this: + + \[[tag foobar]] + +The new tags will appear at page footers, and are also easier to type. + +Full list of changes: * Patch from Enrico that - Adds a tag plugin that allows more easily tagging pages. |