From 82b40784b7406c8580bebf8dbc22b95e89a94b5f Mon Sep 17 00:00:00 2001 From: Gina Haeussge Date: Mon, 16 Nov 2009 19:22:40 +0100 Subject: [PATCH] Release preparations --- syntax.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax.php b/syntax.php index eca8e11..1de1c33 100644 --- a/syntax.php +++ b/syntax.php @@ -40,10 +40,10 @@ class syntax_plugin_filelist extends DokuWiki_Syntax_Plugin { return array( 'author' => 'Gina Haeussge', 'email' => 'gina@foosel.net', - 'date' => '2009-11-03', + 'date' => '2009-11-16', 'name' => 'Filelist Plugin', 'desc' => 'Lists files matching a given glob pattern.', - 'url' => 'http://foosel.net/snippets/dokuwiki/filelist', + 'url' => 'http://foosel.org/snippets/dokuwiki/filelist', ); }