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:
Dan Poltawski 2014-09-11 21:58:13 +01:00
parent 816b3e0176
commit 1028f6fab8
3 changed files with 102 additions and 1 deletions

View file

@ -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)