diff --git a/question/type/ordering/CHANGES.txt b/question/type/ordering/CHANGES.txt index fd87445ab47..a1a8ab6f512 100644 --- a/question/type/ordering/CHANGES.txt +++ b/question/type/ordering/CHANGES.txt @@ -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 diff --git a/question/type/ordering/readme.txt b/question/type/ordering/readme.txt index 3c3bd68e42c..992ff9db6e0 100644 --- a/question/type/ordering/readme.txt +++ b/question/type/ordering/readme.txt @@ -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 diff --git a/question/type/ordering/version.php b/question/type/ordering/version.php index a1867db005a..c8178841989 100644 --- a/question/type/ordering/version.php +++ b/question/type/ordering/version.php @@ -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)';