Skip to content

Commit 6d0485a

Browse files
committed
Update to readme for version 0.03
1 parent 9d0ee91 commit 6d0485a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2+
Release 0.03 of the Moodle AIText question type April 2025
3+
4+
Fixed compatibility with Moodle 5.0, thanks to Philipp Memmel of Mebis-lp for the hint about Dependency Injection.
5+
6+
In question editing form changed sample answer allowing multiple sample responses. This saves multiple responses
7+
to be tested against the prompt. Make the spinner prettier for the web service call in the editing form.
8+
9+
Fix backup/restore and xml import/export
10+
11+
112
### Release 0.02 of the Moodle AIText question type Dec 2024
213

314
Merged in code from https://github.com/mebis-lp/moodle-qtype_aitext

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
$plugin->component = 'qtype_aitext';
2828
$plugin->version = 2025041002;
2929
$plugin->requires = 2020110900;
30-
$plugin->release = '0.02';
30+
$plugin->release = '0.03';
3131
$plugin->maturity = MATURITY_BETA;

0 commit comments

Comments
 (0)