Skip to content

Commit

Permalink
Create new 4.1 branch, update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Oct 30, 2023
1 parent c4cdc0f commit 63ef3f4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
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
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
------------

Expand All @@ -33,12 +44,12 @@ Usage
Author
------

The module has been written and is currently maintained by David Mudrák <[email protected]>
The module was originally written by David Mudrák <[email protected]> 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
-------
Expand Down
7 changes: 4 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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];

0 comments on commit 63ef3f4

Please sign in to comment.