From b71fde124085dc0a5e7a456dded22d902c24224f Mon Sep 17 00:00:00 2001 From: Odei Alba Date: Fri, 3 May 2024 17:05:08 +0200 Subject: [PATCH] Release Version 1.0.9 --- CHANGELOG.md | 8 ++++++++ version.php | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2702b..2a8853f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.9 - 2024-05-03 +### Changed +- Change "Save" for "Update" when the user has already voted. +- Make the cards stand out more from the background. +- Change behaviour so once the student has voted, they are taken automatically to the results screen. +### Added +- CI tests for Moodle 4.4. + ## 1.0.8 - 2024-01-30 ### Changed - Instructions removed when the user can't vote. diff --git a/version.php b/version.php index 65b4590..c4f2b58 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_sortvoting'; -$plugin->release = '1.0.8'; -$plugin->version = 2024013000; +$plugin->release = '1.0.9'; +$plugin->version = 2024050300; $plugin->requires = 2022041908; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [];