diff --git a/lang/en/exp360.php b/lang/en/exp360.php index 078519e..5014c0e 100644 --- a/lang/en/exp360.php +++ b/lang/en/exp360.php @@ -8,3 +8,5 @@ $string['exp360:submit'] = 'Submit EXP360 activity'; $string['exp360:view'] = 'View EXP360 activity'; $string['pluginadministration'] = 'EXP360 administration'; $string['pluginname'] = 'EXP360'; +$string['exp360name'] = 'Activity Name'; +$string['contentid'] = 'Content ID'; \ No newline at end of file diff --git a/version.php b/version.php index a963dec..273d0e3 100644 --- a/version.php +++ b/version.php @@ -2,6 +2,6 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024070501; // The current module version (Date: YYYYMMDDXX) +$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) \ No newline at end of file