Skip to content
Extraits de code Groupes Projets
Valider 47bd2987 rédigé par sgiehl's avatar sgiehl
Parcourir les fichiers

use plugin.json instead of getInformation() method for DevicesDetection plugin

parent 9d1ce99a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -17,20 +17,6 @@ require_once PIWIK_INCLUDE_PATH . '/plugins/DevicesDetection/functions.php';
class DevicesDetection extends \Piwik\Plugin
{
/**
* @see Piwik\Plugin::getInformation
*/
public function getInformation()
{
return array(
'description' => Piwik::translate("DevicesDetection_PluginDescription"),
'authors' => array(array('name' => 'Piwik PRO', 'homepage' => 'http://piwik.pro')),
'version' => '1.14',
'license' => 'GPL v3+',
'license_homepage' => 'http://www.gnu.org/licenses/gpl.html'
);
}
/**
* @see Piwik\Plugin::getListHooksRegistered
*/
......
{
"name": "DevicesDetection",
"version": "1.14",
"authors": [
{
"name": "Piwik PRO",
"homepage": "http://piwik.pro"
}
]
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter