Skip to content
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 @@ -16,6 +16,20 @@ instructions, because git commits are used to generate release notes:

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

<a id='changelog-19.0.3'></a>
## v19.0.3 (2025-10-27)

- [Bugfix] Set completion_status to completed when lesson_status is passed to ensure course completion status in SCORM 1.2. (by @so-jd)

- [Bugfix] Don't show navigation menu and change scorm content width from 70% to 100% when navigation menu is disabled in new pop-up window. (by @Faraz32123)

<a id='changelog-19.0.2'></a>
## v19.0.2 (2025-03-11)

- [Bugfix] Make scorm panel and navigation menu cover the entire height of the display in fullscreen. (by @Danyal-Faheem)

- [Improvement] Provide an option to use the default storage backend url to access scorm assets directly from storage. (by @Danyal-Faheem)

<a id='changelog-18.0.2'></a>
## v18.0.2 (2024-07-01)

Expand Down
1 change: 0 additions & 1 deletion changelog.d/20250203_142818_danyal.faheem_HEAD.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20250307_193543_danyal.faheem.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20251020_132353_faraz.maqsood.md

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__ = "19.0.2"
__version__ = "19.0.3"
Loading