MDL-57920 mod_data: New WS mod_data_search_entries

This commit is contained in:
Juan Leyva
2017-03-30 01:53:46 +02:00
committed by Eloy Lafuente (stronk7)
parent c8a804ff68
commit 56b8edcb1e
4 changed files with 267 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2016120505; // The current module version (Date: YYYYMMDDXX)
$plugin->version = 2016120506; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2016112900; // Requires this Moodle version
$plugin->component = 'mod_data'; // Full name of the plugin (used for diagnostics)
$plugin->cron = 0;