diff --git a/_define.php b/_define.php index ff63dc5..21cd67d 100644 --- a/_define.php +++ b/_define.php @@ -1,13 +1,30 @@ -registerModule( /* Name */ "kUtRL", /* Description*/ "Use, create and serve short url on your blog", /* Author */ "JC Denis", /* Version */ '2011.03.24', /* Permissions */ 'admin' ); ?> \ No newline at end of file +registerModule( + 'kUtRL', + 'Use, create and serve short url on your blog', + 'Jean-Christian Denis and contributors', + '2011.03.24', + [ + 'permissions' => 'admin', + 'type' => 'plugin', + 'dc_min' => '2.19', + 'support' => 'https://github.com/JcDenis/kUtRL', + 'details' => 'http://plugins.dotaddict.org/dc2/details/kUtRL', + 'repository' => 'https://raw.githubusercontent.com/JcDenis/kUtRL/master/repository.xml' + ] +); \ No newline at end of file