Releases: davidpesce/moodle-logstore_xapi
Releases · davidpesce/moodle-logstore_xapi
Release list
v5.0.1
v5.0.0
What's Changed
- Fix 853 by @davidpesce in #885
- moodle-plugin-ci tweaks to play nice
Full Changelog: v4.9.0...v5.0.0
v4.9.0
What's Changed
- docs(composer.lock): Updates author details by @ryasmi in #859
- resolves issue #865 by @davidpesce in #866
- Fix all warnings for PHPCS by @davidpesce in #867
- ISSUE-878: Unsupport operand types by @sharpchi in #880
- correctly fetch a subchapters parent (#776) & refactor TestRepository::read_records() method by @ScottVerbeek in #849
- Import type not defined by @sharpchi in #875
- fix src\transformer\utils\quiz_question\get_numerical_answer when ans… by @renaudlemaire in #869
- ISSUE-868: Cannot transform lesson by @sharpchi in #870
- replace issue for event by @sharpchi in #874
- FIX:876 - Remove test definitions that conflict with core Moodle tests by @davidpesce in #882
- Fix877 - question_manually_graded exception divide by zero by @davidpesce in #883
- switch to isset rather than empty by @davidpesce in #884
New Contributors
- @sharpchi made their first contribution in #880
- @ScottVerbeek made their first contribution in #849
- @renaudlemaire made their first contribution in #869
Full Changelog: v4.8.0...v4.9.0
v4.8.0
This again contains significant changes to the plugin. That said, existing installations (in supported versions of Moodle) can feel safe in updating.
Changes:
- YetAnalytics contribution of many core Moodle events and optimization of existing events.
v4.7.0
A large number of changes have been added to this release, but none of them are breaking changes. Existing installations (in supported versions of Moodle) can feel safe in updating.
Changes:
- Merge of further developed branch (master-jisc) into master. This branch includes new functionality with showing failed statements, historical processing of events, and retrying events.
- Convert from Travis to Github Actions
- Utilize the moodle-plugin-ci and moodle-release workflows
- PHPdocs have been added throughout
- Significant codechecker fixes