Skip to content

Commit

Permalink
Prepare release 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Nov 1, 2024
1 parent bf76b67 commit 699d8ae
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.9-blue.svg)
![Release](https://img.shields.io/badge/Release-1.10-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.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.

### v1.9
- Fix issue that if a selected text contains trailing or leading whitespaces,
these are preserved around the cloze question string when inserted into the text.
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.9';
$plugin->version = 2024101600;
$plugin->release = '1.10';
$plugin->version = 2024103100;
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [401, 405];

0 comments on commit 699d8ae

Please sign in to comment.