From 4414b35fac191056dff6f32a563669a43512fe68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sat, 13 Jul 2024 10:01:04 +0200 Subject: [PATCH] Added Basque and Spanish. --- db/default.yaml | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/db/default.yaml b/db/default.yaml index 8208ada..bb3173f 100644 --- a/db/default.yaml +++ b/db/default.yaml @@ -5938,7 +5938,7 @@ categories: - text: "Gorputz-hizkuntza" language: *lang_eu - text: "Lenguaje corporal" - language: *lang_en + language: *lang_es criteria: - position: 1 weight: 1 diff --git a/version.php b/version.php index 9e86c6b..e38601a 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_verbalfeedback'; -$plugin->version = 2024042200; +$plugin->version = 2024071300; $plugin->requires = 2022112800; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->supported = [401, 404]; -$plugin->release = 'v4.4-r1'; +$plugin->release = 'v4.4-r2';