Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

43 lines (31 loc) · 1.91 KB

i# Changelog

This file includes a history of past releases. Changes that were not yet added to a release are in the changelog.d/ folder.

v18.0.2 (2024-07-01)

  • [Bugfix] Scorm file upload error which zip is compressed with Windows OS. (by @talhaaslam01)

  • [Bugfix] Fix a bug where the scorm block would fail to load with an error message No module named 'importlib_resources' (by @kdmccormick)

v18.0.2 (2024-06-21)

  • [Bugfix] Make addition of block usage key in scorm path backward compatible. (by @ziafazal)

v18.0.0 (2024-05-29)

  • [Improvement] Add a scriv-compliant changelog. (by @Danyal-Faheem)

  • [Bugfix] Prevent overwriting of exported course scorm data by imported course. (by @Danyal-Faheem)

    • Use usage_key instead of block_id as the location identifier for scorm data as it is unique across course imports.
    • This change will not take effect for previously created scorm modules.
  • [Improvement] Removed student information and other scorm data from get value func and sends it as part of scorm_data in student view. (By @ahmed-arb)

  • Added cmi.score.scaled to uncached_values,

  • Removed old test cases.