MDL-79863 qtype_ordering: qtype_ordering small fix to download URLs in readme.txt

This commit is contained in:
Gordon Bateson
2024-04-04 10:59:31 +08:00
committed by Mathew May
parent cca146e8b0
commit 82bca92947
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -2,6 +2,9 @@
Change log for qtype_ordering
========================================
2023-09-29 (10)
- small fix to download URLs in readme.txt
2023-05-31 (08)
- * Fix Behat failure following button change in Moodle master branch
+2 -2
View File
@@ -23,8 +23,8 @@ To INSTALL or UPDATE this plugin
1. get the files for this plugin from any one of the following locations:
(a) GIT: https://github.com/gbateson/moodle-qtype_ordering.git
(b) zip: the Moodle.org -> Plugins repository (search for Reader)
(c) zip: http://bateson.kanazawa-gu.ac.jp/zip/plugins_qtype_ordering.zip
(b) zip: the Moodle.org -> Plugins repository (search for Ordering)
(c) zip: https://bateson.kochi-tech.ac.jp/zip/plugins_qtype_ordering.zip
If you are installing from a zip file, unzip the zip file, to create a folder
called "ordering" and upload or move this folder into the "question/type" folder
+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 = 2023053108;
$plugin->release = '2023-05-31 (08)';
$plugin->version = 2023092910;
$plugin->release = '2023-09-29 (10)';