Webservice functions for cohort enrolment

General plugins (Local) ::: local_ws_enrolcohort
Maintained by This is a picture of meDonald Barrett, Learning Works
A local plugin with webservice functions for managing cohort enrolments.

Webservice functions for cohort enrolment v3.3.4

Moodle 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 4.0
Released: Tuesday, 28 June 2022, 9:58 AM

Moodle Webservices for Cohort Enrolment CHANGELOG.

This change log is not following the format based on Keep a Changelog... yet.

Version history:

[v3.3.4] - 2022062800

  • Finally added github actions for testing against multiple moodle versions and environments
  • Added a thing for uploading to Moodle plugins database when the version file is changed. Be careful!!! Thanks @danmarsden
  • Moved the things around in the change log so that the latest change is at the top smile
  • Hmmm...

[v3.3.3] - 2019042900

for Moodle 3.3, 3.4, 3.5, and 3.6. Released Monday, 29 April 2019

  • Fixed issue that was preventing a cohort enrolment instance being added to a course.
    • This was happening for sites that had more than 25 cohorts available at a context. This limit is a default value when calling cohort_get_available_cohorts().
    • Thanks to Thomas (thoschi) for this fix.
  • Updated unit tests to create 100 cohorts before calling the webservice add_instance() function.
  • Tagged this release.

[v3.3.2] - 20180600

In the very beginning!!!

  • Added additional check in php unit test delete instance to ensure that the cohort enrolment instance was removed.
  • Implemented privacy API.

Version information

Version build number
2022062800
Version release name
v3.3.4
Maturity
Stable version
MD5 Sum
eb61cda4249d5004c0a58d28007a3788
Supported software
Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0
  • Latest release for Moodle 3.3
  • Latest release for Moodle 3.4
  • Latest release for Moodle 3.5
  • Latest release for Moodle 3.6
  • Latest release for Moodle 3.7
  • Latest release for Moodle 3.8
  • Latest release for Moodle 3.9
  • Latest release for Moodle 3.10
  • Latest release for Moodle 3.11
  • Latest release for Moodle 4.0

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type General plugins (Local)

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder in the "local" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation.