File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 6.1.2 (2025-08-20)
4+
5+ - improvement: allow : MC suffix for radio-box multi-choice
6+ - improvement: better UX for on-the-fly validation of student answers
7+ - bugfix: certain Unicode characters caused a parse error
8+ - bugfix: fix problem with rendering of formatted combined unit field
9+ - internal: update CI to use PostgreSQL 15
10+
311### 6.1.1 (2025-07-27)
412
513- bugfix: allow assigning values to elements of shuffled lists
Original file line number Diff line number Diff line change 2525defined ('MOODLE_INTERNAL ' ) || die ();
2626
2727$ plugin ->component = 'qtype_formulas ' ;
28- $ plugin ->version = 2025072700 ;
28+ $ plugin ->version = 2025082000 ;
2929
3030$ plugin ->cron = 0 ;
3131$ plugin ->requires = 2022112800 ;
3636 'filter_mathjaxloader ' => 2022112800 ,
3737];
3838$ plugin ->supported = [401 , 500 ];
39- $ plugin ->release = '6.1.1 ' ;
39+ $ plugin ->release = '6.1.2 ' ;
4040
4141$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments