From 34d91c7b1ba500341ea1177272fa7320f5442c54 Mon Sep 17 00:00:00 2001 From: "raja.lmsace@gmail.com" Date: Mon, 29 Apr 2024 11:39:55 +0530 Subject: [PATCH] placeholders string updated. --- lang/en/pulse.php | 5 +++++ version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lang/en/pulse.php b/lang/en/pulse.php index 1ab556d..a26f065 100644 --- a/lang/en/pulse.php +++ b/lang/en/pulse.php @@ -292,3 +292,8 @@ $string['vardocstr'] = "The full list of available placeholders can be found in the "; $string['placeholder'] = "Placeholders"; $string['documentation'] = "documentation"; + +// Added missing placeholders. +$string['others_vars'] = 'Others'; +$string['others_vars_help'] = 'Additional placeholders'; +$string['completionenrolled'] = 'enrolled'; \ No newline at end of file diff --git a/version.php b/version.php index c6d0056..cd3e8c5 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_pulse'; -$plugin->version = 2024033006; +$plugin->version = 2024033007; $plugin->requires = 2022112800; // Requires Moodle 4.1. $plugin->release = 'v2.1'; $plugin->maturity = MATURITY_STABLE;