MDL-79863 qtype_ordering: * Fix Behat failure following button change in Moodle master branch
This commit is contained in:
committed by
Mathew May
parent
ed8147a556
commit
4b80d7b6e0
@@ -2,6 +2,9 @@
|
||||
Change log for qtype_ordering
|
||||
========================================
|
||||
|
||||
2023-05-31 (08)
|
||||
- * Fix Behat failure following button change in Moodle master branch
|
||||
|
||||
2023-04-29 (07)
|
||||
- Co-authored-by: Anupama Sarjoshi <[email protected]>
|
||||
|
||||
|
||||
@@ -29,5 +29,5 @@ $plugin->cron = 0;
|
||||
$plugin->component = 'qtype_ordering';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->requires = 2021051700; // Moodle 3.11.
|
||||
$plugin->version = 2023042907;
|
||||
$plugin->release = '2023-04-29 (07)';
|
||||
$plugin->version = 2023053108;
|
||||
$plugin->release = '2023-05-31 (08)';
|
||||
|
||||
Reference in New Issue
Block a user