diff --git a/README.md b/README.md index c031046..ff8b0dc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Subcourse module for Moodle =========================== -![Moodle Plugin CI](https://github.com/mudrd8mz/moodle-mod_subcourse/workflows/Moodle%20Plugin%20CI/badge.svg) +![Moodle Plugin CI](https://github.com/catalyst/moodle-mod_subcourse/workflows/Moodle%20Plugin%20CI/badge.svg) This Moodle module provides very simple yet useful functionality. When added into a course, it behaves as a graded activity. The grade for each student is took from a @@ -9,6 +9,17 @@ final grade in another course. Combined with [metacourses](http://docs.moodle.org/en/Course_meta_link), this allows course designers to effectively organise courses into separate units. + +Branches +------------ +The git branches here support the following versions. + +| Moodle version | Branch | +|-----------------------|-------------------| +| Mooodle 3.9 to 4.0 | MOODLE_39_STABLE | +| Moodle 4.1 and higher | MOODLE_401_STABLE | + + Installation ------------ @@ -33,12 +44,12 @@ Usage Author ------ -The module has been written and is currently maintained by David Mudrák +The module was originally written by David Mudrák and is now maintained by Catalyst IT. Useful links ------------ -* [Bug tracker](https://github.com/mudrd8mz/moodle-mod_subcourse/issues) +* [Bug tracker](https://github.com/catalyst/moodle-mod_subcourse/issues) License ------- diff --git a/version.php b/version.php index 9a727aa..f6cd7a3 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_subcourse'; -$plugin->release = '10.1.0'; +$plugin->release = 2023103000; +$plugin->version = 2023103000; $plugin->maturity = MATURITY_STABLE; -$plugin->version = 2021021401; -$plugin->requires = 2020061500; +$plugin->requires = 2022112800; // Requires 4.1 +$plugin->supported = [401, 403];