From f51f059f98a9682a40a87b14f3ade2ba764b2ade Mon Sep 17 00:00:00 2001 From: Mathias Kahl Date: Fri, 20 Oct 2023 14:27:08 +0200 Subject: [PATCH] PM-43087 updated CHANGES.md --- CHANGES.md | 8 +++----- version.php | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ec0887f..bced700 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,9 @@ -### v1.0.24 (Build - 2023101801) - -* Minor internal improvements. - -### v1.0.23 (Build - 2023092701) +### v1.0.23 (Build - 2023102002) * Send plugin version number to Kialo. * Fix help center link. +* Minor internal improvements. +* Added warning about group mode support. ### v1.0.22 (Build - 2023091401) diff --git a/version.php b/version.php index b6de56a..5707cb7 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 = 2023102001; // Must be incremented for each new release! -$plugin->release = '1.0.23-beta1'; // Semantic version. +$plugin->version = 2023102002; // Must be incremented for each new release! +$plugin->release = '1.0.23-beta2'; // 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,