Best way to request for register plugins to moodle.org

Best way to request for register plugins to moodle.org

by suman bogati -
Number of replies: 3

Hi Everyone, 


I have a main module(mod/myModule) which has other plugin(admin/tool/myModuleDependecies) as dependency, 

I want to request for register that plugin to moodle.org repository, Shall I do individual request for each plugin OR Is there any way by which I can do one request for both plugin.

Thank you.


Average of ratings: -
In reply to suman bogati

Re: Best way to request for register plugins to moodle.org

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Start by reading https://docs.moodle.org/dev/Plugin_contribution - I would register the main plugin first.  Then the one that depends on it.  I'm not sure how to specify dependencies on the plugin's DB, but you can in the version.php file of the plugin itself.

Average of ratings: Useful (2)
In reply to Gareth J Barnard

Re: Best way to request for register plugins to moodle.org

by suman bogati -

Thanks for reply Gareth, 


I have requested individually for both plugins, One is main and other is dependent plugin.


In reply to Gareth J Barnard

Re: Best way to request for register plugins to moodle.org

by David Mudrák -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators

The dependency declared via version.php is the way to go.