Skip to content

Commit

Permalink
Prepare release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Dec 21, 2023
1 parent 6b57a76 commit 215a599
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 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.3-blue.svg)
![Release](https://img.shields.io/badge/Release-1.4-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,6 +103,15 @@ at https://docs.moodle.org/en/Multi-language_content_filter.

## History

### v1.4
- Extend tests to cover functionality of the whole plugin.
- Custom grade values for answers (this addresses [issue #16](https://github.com/srobotta/moodle-tiny_cloze/issues/16))
- Add PHP 8.2 tests for the Moodle 4.3 test runs.
- Streamline the process when the strings for the dialogue are fetched.
- Add alt attributes for the icons.
- Add new modal creation process from Moodle 4.3 but keep the old process for backward compatibility.
- Add missing language string when capabilities are displayed.

### v1.3
- Add new CI stack for latest release and adapt changes to work with Moodle 4.3.

Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'tiny_cloze';
$plugin->release = '1.3';
$plugin->version = 2023101000;
$plugin->release = '1.4';
$plugin->version = 2023122100;
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_RC;

0 comments on commit 215a599

Please sign in to comment.