From 04f673f8a65a6b807ca25938d34ee812f85ea300 Mon Sep 17 00:00:00 2001 From: Gina Haeussge Date: Sun, 8 Mar 2009 16:11:27 +0100 Subject: [PATCH] Release preparations 2009-03-08 --- syntax.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syntax.php b/syntax.php index 131245e..2728c8f 100644 --- a/syntax.php +++ b/syntax.php @@ -36,11 +36,11 @@ class syntax_plugin_filelist extends DokuWiki_Syntax_Plugin { function getInfo() { return array( 'author' => 'Gina Haeussge', - 'email' => 'osd@foosel.net', - 'date' => '2008-04-04', + 'email' => 'gina@foosel.net', + 'date' => '2009-03-08', 'name' => 'Filelist Plugin', 'desc' => 'Lists files matching a given glob pattern.', - 'url' => 'http://wiki.foosel.net/snippets/dokuwiki/filelist', + 'url' => 'http://foosel.net/snippets/dokuwiki/filelist', ); }