From 688e44ef2bd85670e818c9a3a0168469fd851158 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 5 Jul 2024 11:33:09 +0200 Subject: [PATCH] feat(lang): add new language strings for EXP360 activity 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. --- lang/en/exp360.php | 2 ++ version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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