Releases: WebTolk/WT-JMoodle-library
Releases · WebTolk/WT-JMoodle-library
v.1.1.0
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
What's Changed
- Fix interface namespace error by @sergeytolkachyov in #4
Full Changelog: v.1.0.2...v.1.0.3
v.1.0.2
What's Changed
- SQL table prefix bug fixed by @sergeytolkachyov in #3
There was a hardcoded SQL table prefixdah2s
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 theaddJoomlaMoodleUserSync()
andremoveJoomlaMoodleUserSync()
methods
New Contributors
- @sergeytolkachyov made their first contribution in #3
Full Changelog: v.1.0.1...v.1.0.2
v.1.0.1
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
Initial version