Releases: openedx/edx-proctoring
Releases · openedx/edx-proctoring
3.25.0: Add interstitial for timed exams
fix: release version for timed exam interstitial
Convert onboarding profile API waffle flag to Django setting
Remove references to ready_to_resume and resumed statuses
Remove Use of Verified Name Enabled Flag
4.4.1: Transition resume states from statuses to boolean fields
Merge pull request #994 from edx/alangsto/fix_package_number fix: package number should be updated so changes can be released
Drop ProctoredExamSoftwareSecureReview.video_url column
The last step of the column removal on ProctoredExamSoftwareSecureReview.video_url. Drop the column!
Remove ProctoredExamSoftwareSecureReview.video_url field from code
Move the reference of ProctoredExamSoftwareSecureReview.video_url in preparation to drop it from database.
ProctoredExamSoftwareSecureReview.video_url is nullable now
Set the video_url field on ProctoredExamSoftwareSecureReview table to be nullable.
This is the first step of removing the field.
Upgrade Django from 2.2 to 3.2
Upgraded the Django library used by this repo from 2.2 to 3.2.
Made adjustments on the CI process to reflect we no longer cares about django 2.2
Made library version upgrades to the latest.
4.2.0: Allow timed exams to be visible after course end date
Merge pull request #984 from edx/alangsto/timed_exams_should_be_visible fix: timed exams should still be visible after course end date