MDL-79863 qtype_ordering: * Fix Behat failure following button change in Moodle master branch

This commit is contained in:
Gordon Bateson
2024-04-04 10:59:31 +08:00
committed by Mathew May
parent ed8147a556
commit 4b80d7b6e0
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -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]>
+2 -2
View File
@@ -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)';