From 9bae90024229618c1bfd320f1513d1054af89e5a Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 9 Sep 2006 23:07:27 +0000 Subject: * Add a module version number to IkiWiki, so you can "use IkiWiki '1.00'" to declare which version of the interface your plugin needs. --- doc/plugins/write.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 8886bca29..a78785e02 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -173,7 +173,7 @@ they're saved, etc. To import the ikiwiki plugin interface: - use IkiWiki; + use IkiWiki '1.00'; This will import several variables and functions into your plugin's namespace. These variables and functions are the ones most plugins need, -- cgit v1.2.3