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';