Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed May 20, 2016
1 parent 2b8592f commit b53f2aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Readme.md
Expand Up @@ -36,8 +36,6 @@ Current checks supported:

The script can optionally delete the files as well. We assume no responsibility if you use this feature!

It does *NOT* support cluster mode yet

How to use it:
--------------

Expand Down
2 changes: 1 addition & 1 deletion extension.xml
Expand Up @@ -2,7 +2,7 @@
<software>
<metadata>
<name>eZ DB Integrity extension</name>
<version>0.5</version>
<version>0.5.1</version>
<copyright>Copyright (C) 2014-216 Gaetano Giunta</copyright>
<license>GNU General Public License v2.0</license>
</metadata>
Expand Down
4 changes: 1 addition & 3 deletions ezinfo.php
Expand Up @@ -6,11 +6,9 @@ static function info()
{
return array(
'Name' => "<a href=\"http://projects.ez.no/ezdbintegrity\">eZ DB Integrity extension</a>",
'Version' => "0.5",
'Version' => "0.5.1",
'Copyright' => "Copyright (C) 2014-2016 Gaetano Giunta",
'License' => "GNU General Public License v2.0"
);
}
}

?>

0 comments on commit b53f2aa

Please sign in to comment.