mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-46210 langimport: task for updating langpacks
Now langpacks will be updated by scheduled task every day rather than updating manually.
This commit is contained in:
parent
816b3e0176
commit
1028f6fab8
3 changed files with 102 additions and 1 deletions
|
@ -25,6 +25,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2014051202; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->version = 2014051205; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2014050800; // Requires this Moodle version
|
||||
$plugin->component = 'tool_langimport'; // Full name of the plugin (used for diagnostics)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue