From 66811412e6bfd1d9cd4bec5ec37405c25bd343d9 Mon Sep 17 00:00:00 2001 From: Stephan Robotta Date: Tue, 10 Dec 2024 09:42:23 +0100 Subject: [PATCH] Prepare release v1.11 --- README.md | 6 +++++- version.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e839576..e515f9a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Moodle Tiny editor Cloze question type button ============================================= -![Release](https://img.shields.io/badge/Release-1.10-blue.svg) +![Release](https://img.shields.io/badge/Release-1.11-blue.svg) [![Moodle Plugin CI](https://github.com/srobotta/moodle-tiny_cloze/workflows/Moodle%20Plugin%20CI/badge.svg?branch=main)](https://github.com/srobotta/moodle-tiny_cloze/actions?query=workflow%3A%22Moodle+Plugin+CI%22+branch%3Amain) ![Supported](https://img.shields.io/badge/Moodle-4.1+-orange.svg) @@ -125,6 +125,10 @@ or write a new comment on the [Moodle plugins directory](https://moodle.org/plug ## History +### v1.11 +- Fix [Issue 25](https://github.com/srobotta/moodle-tiny_cloze/issues/25) on error in essay +questions in the questionnaire plugin. + ### v1.10 - Fix issue with Moodle 4.1 where class loading doesn't seem to work for the question_bank class. - Extend the README file by a Troubleshooting FAQ when the button is not displayed. diff --git a/version.php b/version.php index 7fe4a51..8cf9dde 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tiny_cloze'; -$plugin->release = '1.10'; -$plugin->version = 2024103100; +$plugin->release = '1.11'; +$plugin->version = 2024121000; $plugin->requires = 2022112800; $plugin->maturity = MATURITY_STABLE; $plugin->supported = [401, 405];