Skip to content

Commit 7d7d88f

Browse files
committed
release preparations
darcs-hash:20080707184512-2b4f5-7a1871fafe1cdf018d35741467fcab9bc9db0f40.gz
1 parent 68f843d commit 7d7d88f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2007-08-22
1+
2008-07-07

action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function getInfo() {
1919
return array(
2020
'author' => 'Gina Häußge, Michael Klier, Esther Brunner',
2121
'email' => '[email protected]',
22-
'date' => '2008-06-30',
22+
'date' => @file_get_contents(DOKU_PLUGIN . 'blog/VERSION'),
2323
'name' => 'Blog Plugin',
2424
'desc' => 'Brings blog functionality to DokuWiki',
2525
'url' => 'http://wiki.splitbrain.org/plugin:blog',

helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function getInfo() {
2525
return array(
2626
'author' => 'Gina Häußge, Michael Klier, Esther Brunner',
2727
'email' => '[email protected]',
28-
'date' => '2008-06-30',
28+
'date' => @file_get_contents(DOKU_PLUGIN . 'blog/VERSION'),
2929
'name' => 'Blog Plugin (helper class)',
3030
'desc' => 'Returns a number of recent entries from a given namespace',
3131
'url' => 'http://wiki.splitbrain.org/plugin:blog',

syntax/archive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function getInfo() {
2222
return array(
2323
'author' => 'Gina Häußge, Michael Klier, Esther Brunner',
2424
'email' => '[email protected]',
25-
'date' => '2008-04-20',
25+
'date' => @file_get_contents(DOKU_PLUGIN . 'blog/VERSION'),
2626
'name' => 'Blog Plugin (archive component)',
2727
'desc' => 'Displays a list of wiki pages from a given month',
2828
'url' => 'http://wiki.splitbrain.org/plugin:blog',

syntax/blog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function getInfo() {
2222
return array(
2323
'author' => 'Gina Häußge, Michael Klier, Esther Brunner',
2424
'email' => '[email protected]',
25-
'date' => '2008-06-30',
25+
'date' => @file_get_contents(DOKU_PLUGIN . 'blog/VERSION'),
2626
'name' => 'Blog Plugin (blog component)',
2727
'desc' => 'Displays a number of recent entries from a given namesspace',
2828
'url' => 'http://wiki.splitbrain.org/plugin:blog',

syntax/draft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function getInfo() {
1818
return array(
1919
'author' => 'Gina Häußge, Michael Klier, Esther Brunner',
2020
'email' => '[email protected]',
21-
'date' => '2008-04-20',
21+
'date' => @file_get_contents(DOKU_PLUGIN . 'blog/VERSION'),
2222
'name' => 'Blog Plugin (draft component)',
2323
'desc' => 'Marks the current page as draft',
2424
'url' => 'http://wiki.splitbrain.org/plugin:blog',

0 commit comments

Comments
 (0)