How to replace zip file uploaded in moodle plugin directory ?

Re: How to replace zip file uploaded in moodle plugin directory ?

by David Mudrák -
Number of replies: 1
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

Submitted ZIPs can't be replaced - they have been released as a plugin version.

The correct procedure is to release a new version of your plugin that contains the fixes.

All the processing is done against the code submitted via the ZIP files. Your Github (or any other SCM system) is supposed to be used for development. The Plugins directory is where you submit and distribute the plugins.

See https://docs.moodle.org/dev/Plugin_contribution#Sharing_code_in_the_Plugins_directory for more details.

Average of ratings: Useful (1)