Skip to content

Releases: WebTolk/WT-JMoodle-library

v.1.1.0

27 Mar 09:32
1f9211c
Compare
Choose a tag to compare

Helper\Course

Added data structure validation rules for core_course_ methods....

Courselist Joomla Form Course List Field

Added a Joomla Form field that displays a list of Moodle courses in Joomla. The field requires the allowed core_course_get_courses method and access rights configured in Moodle.

v.1.0.3

12 Jan 14:28
4b9bd37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.0.2...v.1.0.3

v.1.0.2

12 Jan 13:45
43227df
Compare
Choose a tag to compare

What's Changed

  • SQL table prefix bug fixed by @sergeytolkachyov in #3
    There was a hardcoded SQL table prefix dah2s that does not match yours database prefix.
    Please, change this prefix of table _lib_jmoodle_users_sync to actual manually. This affects the library's operation only for the addJoomlaMoodleUserSync() and removeJoomlaMoodleUserSync() methods

New Contributors

Full Changelog: v.1.0.1...v.1.0.2

v.1.0.1

09 Jan 10:14
Compare
Choose a tag to compare

Post install screen

Fixed a welcome screen error after installing the extension.

Video overview on post install screen

Added link to Youtube video (in Russian) with a little library overview and how to set up a REST API (web-services) in Moodle

Link to JED page

Added a link to Joomla Extensions Directory page in Readme.md

v.1.0.0

09 Jan 09:39
Compare
Choose a tag to compare

Initial version