- Moodle 2.6 (build 2013111800) or later.
- Meta-course enrolment (build 2013110500 or later).
Copy the metagroups folder into your Moodle /local directory and visit your Admin Notification page to complete the installation.
After installation, or when creating new meta-course enrolment instances, you may need to synchronize existing groups. To do this run the cli/sync.php script (use the --help switch for further instructions on usage).
Any future amendments to groups (add, update and delete) and their membership (add or remove users) in 'child' courses will be automatically reflected in 'parent' courses that use groups.
Paul Holden ([email protected])
- Updates: https://moodle.org/plugins/view.php?plugin=local_metagroups
- Latest code: https://github.com/paulholden/moodle-local_metagroups
Release 1.3 (build 2014103100):
- CLI script can now synchronize specific courses.
- API & documentation updates.
Release 1.2 (build 2014080500):
- Only synchronize parent courses that use groups.
Release 1.1 (build 2014031300):
- Prevent synchronized group memberships being removed.
Release 1.0 (build 2014021001):
- First release.