Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/API/API.php')
-rw-r--r--plugins/API/API.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/API/API.php b/plugins/API/API.php
index c645a91aea..8d616b153d 100644
--- a/plugins/API/API.php
+++ b/plugins/API/API.php
@@ -19,11 +19,11 @@ class Piwik_API extends Piwik_Plugin
public function getInformation()
{
return array(
- 'name' => 'API',
- 'description' => 'All the data in Piwik is available through simple APIs. This plugin is the web service entry point, that you can call to get your Web Analytics data in xml, json, php, csv, etc. Discover the <a href="http://dev.piwik.org/trac/wiki/API/Reference">Piwik APIs</a>.',
+ 'description' => Piwik_Translate('API_PluginDescription'),
+ 'homepage' => 'misc/redirectToUrl.php?url=http://dev.piwik.org/trac/wiki/API/Reference',
'author' => 'Piwik',
- 'homepage' => 'http://piwik.org/',
- 'version' => '0.1',
+ 'author_homepage' => 'http://piwik.org/',
+ 'version' => Piwik_Version::VERSION,
);
}
}