From d4d19113e399315f0f8a328aee025199e8304ca2 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 26 Aug 2021 01:37:09 +0200 Subject: [PATCH] cleanup define file (psr2 and short array and link) --- _define.php | 43 ++++++++++++++++++++++++++++++------------- 1 file changed, 30 insertions(+), 13 deletions(-) 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