From 558d1b269d0bc0b6d0f9e913bb8dc8f6d6268e36 Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Thu, 20 Jun 2013 13:19:47 +0800 Subject: [PATCH] Updating version date. --- plugin.info.txt | 2 +- syntax.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.info.txt b/plugin.info.txt index 95d51bc..7dbf7b3 100755 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -2,7 +2,7 @@ base addnewpage author iDo, Sam Wilson, Michael Braun email -date 2013-05-17 +date 2013-06-20 name Add New Page desc Adds a "new page form" to any wiki page. url http://www.dokuwiki.org/plugin:addnewpage diff --git a/syntax.php b/syntax.php index d19d546..9645fdb 100644 --- a/syntax.php +++ b/syntax.php @@ -25,7 +25,7 @@ function getInfo() { return array( 'author' => 'iDo, Sam Wilson, Michael Braun', 'email' => '', - 'date' => '2013-05-17', + 'date' => '2013-06-20', 'name' => 'addnewpage', 'desc' => 'Adds a "new page form" to any wiki page.', 'url' => 'https://wiki.dokuwiki.org/plugin:addnewpage',