From 3edc4c895f92d687432de15b98691d15cdf3f609 Mon Sep 17 00:00:00 2001 From: Mathias Kahl Date: Fri, 20 Oct 2023 16:51:16 +0200 Subject: [PATCH] v1.0.23 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 142f0aa..68d6cbe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -### v1.0.23 (Build - 2023102004) +### v1.0.23 (Build - 2023102005) * Send plugin version number to Kialo. * Fix help center link. diff --git a/version.php b/version.php index e893239..b002fba 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 = 2023102004; // Must be incremented for each new release! -$plugin->release = '1.0.23-beta4'; // Semantic version. +$plugin->version = 2023102005; // Must be incremented for each new release! +$plugin->release = '1.0.23'; // 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,