From fae8826aae5b8d3018efddaa9c4fc4b9b99b8a5b Mon Sep 17 00:00:00 2001 From: Hans Georg Schaathun Date: Fri, 31 Mar 2023 13:30:28 +0200 Subject: [PATCH] Version and CHANGELOG --- CHANGELOG.md | 4 ++++ version.php | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0efe6..a017f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org). ### Changed - +## [1.2.0] - 2023-03-31 + +- Prepared for Moodle 4.0 + ## [1.1.0] - 2022-08-17 - Added button to delete session report diff --git a/version.php b/version.php index f63b9fe..62ee98d 100755 --- a/version.php +++ b/version.php @@ -25,10 +25,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022081700; // The current module version (Date: YYYYMMDDXX). -$plugin->requires = 2020061500; // Moodle 3.9 (or above). +$plugin->version = 2023033100; // The current module version (Date: YYYYMMDDXX). +$plugin->requires = 2022041900; // Moodle 4.0 (or above). $plugin->cron = 0; // Period in seconds for cron to run. $plugin->component = 'mod_jazzquiz'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.1.0 (Build: 2022081700)'; +$plugin->release = '1.2.0 (Build: 2023033100)';