Kumi
b4c651b771
Incremented the module version to 2024070504 to signal new updates or improvements. Ensures compatibility and proper version tracking.
7 lines
No EOL
276 B
PHP
7 lines
No EOL
276 B
PHP
<?php
|
|
|
|
defined('MOODLE_INTERNAL') || die();
|
|
|
|
$plugin->version = 2024070504; // The current module version (Date: YYYYMMDDXX)
|
|
$plugin->requires = 2021051700; // Requires this Moodle version
|
|
$plugin->component = 'mod_exp360'; // Full name of the plugin (used for diagnostics)
|