mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-35864 enrol: misc fixups
* Removed get_config_instance_capabilities() which was from older reviewed vrsions of the patch * Added note to upgrade.txt * Fixed deprecation note * Bump versions
This commit is contained in:
parent
12bdea2eb5
commit
82f88cabe9
15 changed files with 31 additions and 37 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2014051200; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2014050800; // Requires this Moodle version
|
||||
$plugin->version = 2014072200; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2014072200; // Requires this Moodle version
|
||||
$plugin->component = 'enrol_manual'; // Full name of the plugin (used for diagnostics)
|
||||
$plugin->cron = 600;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue