diff --git a/_admin.php b/_admin.php index 691b6c8..f45b7b4 100644 --- a/_admin.php +++ b/_admin.php @@ -1,11 +1,11 @@ registerModule( - /* Name */ "Noodles", - /* Description*/ "Add users gravatars everywhere", - /* Author */ "JC Denis", - /* Version */ '0.6.1', - /* Permissions */ 'admin' - //* Priority */ 10000000 -); - /* date */ #20100705 \ No newline at end of file + 'Noodles', + 'Add users gravatars everywhere', + 'Jean-Christian Denis and contributors', + '0.6.1', + [ + 'requires' => [['core', '2.19']], + 'permissions' => 'admin', + 'type' => 'plugin', + 'support' => 'https://github.com/JcDenis/noodles', + 'details' => 'http://plugins.dotaddict.org/dc2/details/noodles', + 'repository' => 'https://raw.githubusercontent.com/JcDenis/noodles/master/dcstore.xml' + ] +); \ No newline at end of file diff --git a/_install.php b/_install.php index a340d6a..9928546 100644 --- a/_install.php +++ b/_install.php @@ -1,11 +1,11 @@