mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-59243 mod_workshop: New WS mod_workshop_add_submission
This commit is contained in:
parent
4c776cae2d
commit
c2cf2450ac
4 changed files with 242 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2017051504; // The current module version (YYYYMMDDXX)
|
||||
$plugin->version = 2017051505; // The current module version (YYYYMMDDXX)
|
||||
$plugin->requires = 2017050500; // Requires this Moodle version.
|
||||
$plugin->component = 'mod_workshop';
|
||||
$plugin->cron = 60; // Give as a chance every minute.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue