Skip to content

Releases: rdytech/moodle-rb

v2.1.5

13 Feb 05:21
dfe7149
Compare
Choose a tag to compare

What's Changed

  • RTO-27047: [LMS course copy] Update Moodle gem to allow course copy by @voanhvuvav in #33

New Contributors

Full Changelog: v2.1.0...v2.1.5

v2.1.0

12 May 01:45
eaa3745
Compare
Choose a tag to compare

What's Changed

  • Add core_course_search_courses API function by @Lex2424 in #31

Full Changelog: v2.0.0...v2.1.0

v2.0.0

08 Apr 00:11
53f7dc2
Compare
Choose a tag to compare

What's Changed

  • Removed filter from course contents call that removed any sub section… by @liammcgrath20 in #30

Full Changelog: v1.2.0...v2.0.0

v1.2.0

07 Mar 01:10
26b1562
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.2.0

v1.1.3

14 Jan 04:05
dd71b43
Compare
Choose a tag to compare
Update push to rubygems CI (#28)

* use ruby 2.7 for pushing the gem

* force bundler version

v1.1.2

14 Jan 02:37
7ef2d07
Compare
Choose a tag to compare
Fix rubygems CI (#27)

* use same ruby setup as build action

* bump version

so it matches the git tag

v1.1.1

14 Jan 02:29
896050e
Compare
Choose a tag to compare
Fix publish gem CI (#26)

* Update gem-push.yml

* add badges and rename actions

* bump version

v1.1.0

14 Jan 00:41
49396aa
Compare
Choose a tag to compare

Changes

Enrolments:

  • Altered create to support role_id
  • Added enrol_manual_unenrol_users to delete enrolments

Users

  • Added core_user_search_identity to search for users using identity fields

Courses

  • Added gradereport_user_get_grade_items to retrieve grade items for users in course
  • Added core_course_get_contents to get contents
  • Added core_course_get_course_module to get course module details