From 35a838ab21b0d0abbecfaae94017614c7225f129 Mon Sep 17 00:00:00 2001 From: Clemens Frahnow Date: Thu, 12 Sep 2024 14:53:53 +0200 Subject: [PATCH] Create new version --- CHANGES.md | 5 +++++ version.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ff45dc7..47bea79 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +### v1.2.1 (Build - 2024091201) + +* Namespaced styles +* Fixed missing language strings + ### v1.2.0 (Build - 2024090201) * Added support for groups and groupings. diff --git a/version.php b/version.php index edaafdd..6f8c06e 100644 --- a/version.php +++ b/version.php @@ -28,8 +28,8 @@ $plugin->component = 'mod_kialo'; // See https://moodledev.io/docs/apis/commonfiles/version.php. -$plugin->version = 2024090201; // Must be incremented for each new release! -$plugin->release = '1.2.0'; // Semantic version. +$plugin->version = 2024091201; // Must be incremented for each new release! +$plugin->release = '1.2.1-beta1'; // Semantic version. // Officially we require PHP 7.4. The first Moodle version that requires this as a minimum is Moodle 4.1. // But technically this plugin also runs on older Moodle versions, as long as they run on PHP 7.4,