diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-28 18:17:59 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-28 18:17:59 +0000 |
commit | 4895955ceaf264c5f17b10c4009e1ab1afcc55ee (patch) | |
tree | 4f8553a9007b263e0b44afd0b9d0cbe8b5cf7b88 /debian | |
parent | e3a6ff004474cacb3e7a69a37696a65ebf1e2fcd (diff) | |
download | ikiwiki-4895955ceaf264c5f17b10c4009e1ab1afcc55ee.tar ikiwiki-4895955ceaf264c5f17b10c4009e1ab1afcc55ee.tar.gz |
* Change htmlize, format, and sanitize hooks to use named parameters.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 5 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS index bb52741e7..3222ec69e 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -5,6 +5,11 @@ ikiwiki (1.22) unstable; urgency=low "<TMPL_VAR BASEURL>style.css" instead of the old method which used STYLEURL. + There have also been some changes to the plugin interface: + Any plugins that use santize, htmlize, or format hooks will need to be + updated for this version of ikiwiki since these hooks have been changed + to use named parameters. + -- Joey Hess <joeyh@debian.org> Tue, 22 Aug 2006 15:33:12 -0400 ikiwiki (1.13) unstable; urgency=low diff --git a/debian/changelog b/debian/changelog index ccff36c9a..f105582a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -41,8 +41,9 @@ ikiwiki (1.22) UNRELEASED; urgency=low * Fix preferences page on anonok wikis; still need to sign in to get to the preferences page. * Add toc (table of contents) plugin. + * Change htmlize, format, and sanitize hooks to use named parameters. - -- Joey Hess <joeyh@debian.org> Mon, 28 Aug 2006 02:31:56 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 28 Aug 2006 13:59:29 -0400 ikiwiki (1.21) unstable; urgency=low |