Kumi
688e44ef2b
Added 'Activity Name' and 'Content ID' strings to improve clarity and usability for users configuring EXP360 activities. Updated plugin version to ensure the changes are recognized. This enhances the user interface and ensures the correct version tracking.
7 lines
No EOL
276 B
PHP
7 lines
No EOL
276 B
PHP
<?php
|
|
|
|
defined('MOODLE_INTERNAL') || die();
|
|
|
|
$plugin->version = 2024070502; // 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)
|