Releases: openedx/edx-when
Releases · openedx/edx-when
Release 1.0.3
Fix bug in Schedule Import and making code robust.
1.0.2
1.0.0
- Breaking change: remove
api.override_enabled
which didn't actually do anything anyway, since the waffle flag we checked is not used elsewhere in the code. - Start listening to an optional waffle flag embedded in the LMS (
course_experience.relative_dates
) to decide whether to return any relative dates found in the edx-when schedules.
Django 2.0, 2.1, and 2.2 Compatibility
Django 2.0, 2.1, and 2.2 Compatibility
0.4 Release
Merge pull request #17 from edx/dcs/cache-bug Fixes EDUCATOR-4654 by including the course id in the cache key
0.3 Release
Fixes self-paced courses with course-level due dates
0.1.5 Release
Merge pull request #13 from edx/dcs/self-paced Handle self-paced courses by not saving due dates in the database.
0.1.4 Release
Merge pull request #11 from matthugs/matthugs/fix-test-for-anonymous-…
0.1.3 Release
Merge pull request #10 from edx/dcs/migrate Add api for getting date from block
0.1.2 Release
Adds a waffle flag for enabling edx-when: edx-when-enabled