From 48d84c2535041a6b64725590fdc607fa253b67cc Mon Sep 17 00:00:00 2001 From: Stephan Robotta Date: Tue, 27 Aug 2024 22:10:43 +0200 Subject: [PATCH] Prepare release 1.7 --- README.md | 4 ++-- version.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9a279b..de52111 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.6-blue.svg) +![Release](https://img.shields.io/badge/Release-1.7-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) @@ -103,7 +103,7 @@ at https://docs.moodle.org/en/Multi-language_content_filter. ## History -### Current Master +### v1.7 - When creating blanks for possible answers, the default grade is now "Correct" instead of the previous "Incorrect". - When a text is selected, the content is taken for the first answer field. This restores diff --git a/version.php b/version.php index f5905f1..6fc1178 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tiny_cloze'; -$plugin->release = '1.6'; -$plugin->version = 2024042500; +$plugin->release = '1.7'; +$plugin->version = 2024082700; $plugin->requires = 2022112800; $plugin->maturity = MATURITY_STABLE; $plugin->supported = [401, 404];