Skip to content

Commit

Permalink
Prepare release 1.9, update screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Oct 16, 2024
1 parent 57de325 commit 78f549b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions 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.8-blue.svg)
![Release](https://img.shields.io/badge/Release-1.9-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 @@ -103,7 +103,13 @@ at https://docs.moodle.org/en/Multi-language_content_filter.

## History

### Current main branch
### 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.
- Support for a new REGEX and REGEX_C type that might available through a new
plugin [moodle-qtype_multianswerrgx](https://github.com/rezeau/moodle-qtype_multianswerrgx)
by [Joseph Rézeau](https://github.com/rezeau).
- Add CI of Moodle 4.5.
- Fix bug that escaped closing curly brakets where not recognized [issue #21](https://github.com/srobotta/moodle-tiny_cloze/issues/21).
- On double click on a cloze question opens the dialogue automatically.
- Delete icon disappears when there is one answer option left only.
Expand Down
Binary file modified screenshots/cloze_3_dialogue_edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/cloze_6_dialogue_numeric.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 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.8';
$plugin->version = 2024083000;
$plugin->release = '1.9';
$plugin->version = 2024101600;
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [401, 404];
$plugin->supported = [401, 405];

0 comments on commit 78f549b

Please sign in to comment.