From de8075950091ccc0cfd2d058a398976101a0f1c2 Mon Sep 17 00:00:00 2001 From: Zia Fazal Date: Wed, 29 May 2024 12:48:31 +0500 Subject: [PATCH] feat: version bump and changelog update (#75) --- CHANGELOG.md | 14 ++++++++++++++ ...423_120632_danyal.faheem_add_scriv_changelog.md | 1 - ...nyal.faheem_fix_course_import_duplicate_path.md | 3 --- ...6_106074266+ahmed-arb_create_changelog_entry.md | 4 ---- openedxscorm/__about__.py | 2 +- 5 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 changelog.d/20240423_120632_danyal.faheem_add_scriv_changelog.md delete mode 100644 changelog.d/20240423_122156_danyal.faheem_fix_course_import_duplicate_path.md delete mode 100644 changelog.d/20240429_171526_106074266+ahmed-arb_create_changelog_entry.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 304f63c..120153a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,3 +15,17 @@ instructions, because git commits are used to generate release notes: --> + + +## 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. diff --git a/changelog.d/20240423_120632_danyal.faheem_add_scriv_changelog.md b/changelog.d/20240423_120632_danyal.faheem_add_scriv_changelog.md deleted file mode 100644 index 90bd182..0000000 --- a/changelog.d/20240423_120632_danyal.faheem_add_scriv_changelog.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Add a scriv-compliant changelog. (by @Danyal-Faheem) \ No newline at end of file diff --git a/changelog.d/20240423_122156_danyal.faheem_fix_course_import_duplicate_path.md b/changelog.d/20240423_122156_danyal.faheem_fix_course_import_duplicate_path.md deleted file mode 100644 index 3f97391..0000000 --- a/changelog.d/20240423_122156_danyal.faheem_fix_course_import_duplicate_path.md +++ /dev/null @@ -1,3 +0,0 @@ -- [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. \ No newline at end of file diff --git a/changelog.d/20240429_171526_106074266+ahmed-arb_create_changelog_entry.md b/changelog.d/20240429_171526_106074266+ahmed-arb_create_changelog_entry.md deleted file mode 100644 index a116dc8..0000000 --- a/changelog.d/20240429_171526_106074266+ahmed-arb_create_changelog_entry.md +++ /dev/null @@ -1,4 +0,0 @@ -- [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. \ No newline at end of file diff --git a/openedxscorm/__about__.py b/openedxscorm/__about__.py index dba3a77..c6a8b8e 100644 --- a/openedxscorm/__about__.py +++ b/openedxscorm/__about__.py @@ -1 +1 @@ -__version__ = "17.0.1" +__version__ = "18.0.0"