diff --git a/plugin.info.txt b/plugin.info.txt index d13127c..4871f08 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -1,7 +1,7 @@ base cellbg author dr4ke email -date 2010-03-22 +date 2013-10-09 name Cell Background desc Allows user-defined background colored cells in tables url http://www.dokuwiki.org/plugin:cellbg diff --git a/syntax.php b/syntax.php index c8e82b5..7cfd30d 100644 --- a/syntax.php +++ b/syntax.php @@ -25,7 +25,7 @@ function getInfo(){ // return some info return array( 'author' => 'dr4Ke', 'email' => 'dr4ke@dr4ke.net', - 'date' => '2009-12-08', + 'date' => '2013-10-09', 'name' => 'Cells background color plugin', 'desc' => 'Sets background of a cell with a specific color', 'url' => 'http://www.dokuwiki.org/plugin:cellbg',