| Línea 21... |
Línea 21... |
| 21 |
* @copyright 2016 Juan Leyva
|
21 |
* @copyright 2016 Juan Leyva
|
| 22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 23 |
*/
|
23 |
*/
|
| Línea 24... |
Línea 24... |
| 24 |
|
24 |
|
| 25 |
defined('MOODLE_INTERNAL') || die();
|
25 |
defined('MOODLE_INTERNAL') || die();
|
| 26 |
$plugin->version = 2024042200; // The current plugin version (Date: YYYYMMDDXX).
|
26 |
$plugin->version = 2025041400; // The current plugin version (Date: YYYYMMDDXX).
|
| 27 |
$plugin->requires = 2024041600; // Requires this Moodle version.
|
27 |
$plugin->requires = 2025040800; // Requires this Moodle version.
|
| 28 |
$plugin->component = 'tool_mobile'; // Full name of the plugin (used for diagnostics).
|
28 |
$plugin->component = 'tool_mobile'; // Full name of the plugin (used for diagnostics).
|
| 29 |
$plugin->dependencies = [
|
29 |
$plugin->dependencies = [
|
| 30 |
'webservice_rest' => 2024041600,
|
30 |
'webservice_rest' => 2025040800,
|