Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: version bump and changelog #75

Merged
merged 1 commit into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,17 @@ instructions, because git commits are used to generate release notes:
-->

<!-- scriv-insert-here -->

<a id='changelog-18.0.0'></a>
## 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.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion openedxscorm/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "17.0.1"
__version__ = "18.0.0"