Skip to content

Releases: xAPI-vle/moodle-logstore_xapi

v3.2.0

10 Jul 15:56
d6d987b
Compare
Choose a tag to compare

3.2.0 (2018-07-10)

Features

  • Adds setting for sending by username to close #35. (d5d9bf2)
  • Adds setting for sending short course id to close #65. (2474c56)

v3.1.0

10 Jul 13:31
60aaebc
Compare
Choose a tag to compare

3.1.0 (2018-07-10)

Features

  • Defaults to using background mode to close #165. (e10c040)

v3.0.2

10 Jul 13:23
45ec889
Compare
Choose a tag to compare

3.0.2 (2018-07-10)

Bug Fixes

  • Improves activity type for the site to close #63. (751e82c)

v3.0.1

05 Jul 16:06
Compare
Choose a tag to compare

3.0.1 (2018-07-05)

Bug Fixes

v3.0.0

05 Jul 15:41
caea2c2
Compare
Choose a tag to compare

3.0.0 (2018-07-05)

Whilst all of the supported events have automated tests and have been user tested, due to refactored logic, some statements may fail in certain conditions, therefore this version of the plugin is not yet considered to be a "stable" release. Once version 3 becomes stable, previous versions of this plugin will be deprecated.

Bug Fixes

  • Fixes mod_assign\event\assignment_graded #173
  • Fixes logs being written to publicly facing directory #169
  • Fixes site ID in statements #168
  • Fixes undefined offset error #167
  • Trims extensions to close #160 and #81
  • Updates examples to close #74
  • Moves to more "designed" activity types to close #64

Code Refactoring

  • Refactors code to new plugin architecture closing #115.

BREAKING CHANGES

  • Removes statements for question submissions for mod_quiz\event\attempt_submitted event.
  • Removes faulty statements for feedback responses for mod_feedback\event\response_submitted event.

For the statements that have been removed, we intend to add these back in a slightly tidier better form with tests and examples.

Thanks and credit to @davidpesce @ryansmith94 @lydiamross @caperneoignis @VassAngels for their continued development, testing, and support for this version of the plugin.

v2.2.5

05 Jul 11:25
Compare
Choose a tag to compare

2.2.5 (2018-07-05)

Bug Fixes

v2.2.4

22 Feb 18:01
516bf88
Compare
Choose a tag to compare

2.2.4 (2018-02-22)

Bug Fixes

  • Fixes the attempt_submitted event. (516bf88)
  • use standard LMS activity type (8fe4575)

v2.2.3

09 Jan 11:13
Compare
Choose a tag to compare

2.2.3 (2018-01-09)

Bug Fixes

v2.2.2

30 Oct 13:37
Compare
Choose a tag to compare

2.2.2 (2017-10-30)

Bug Fixes

v2.2.1

19 Oct 10:18
Compare
Choose a tag to compare

2.2.1 (2017-10-19)

Bug Fixes

  • UserRegistered: Fixes actor's email address. (#153 thanks to @Nicosoft)