Skip to content

Commit

Permalink
Prepare release v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Dec 10, 2024
1 parent 2e0b6d9 commit 6681141
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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];

0 comments on commit 6681141

Please sign in to comment.