Skip to content

Latest commit

 

History

History
executable file
·
82 lines (53 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

executable file
·
82 lines (53 loc) · 2.3 KB

Changelog

All notable changes to this project will be documented in this file.

v1.6.1

Bug Fixes

  • Security Issue (#108): Fixed user image exposure via public URLs in the Proctoring Plugin.

Changed

  • Delete All Images (#69): Optimized image deletion using a cron job to handle large file volumes efficiently.

v1.6.0

Updated

  • Image upload with face is now handled on the server side.
  • Code refactored to comply with Moodle standards.
  • Settings page UI updated.
  • Search box added to the user list.
  • Pagination added to the report page.

v1.5.1

Updated

  • Fixed the images count in the Proctoring summary report
  • Redesigned the user interface of the Proctoring Pro promo page
  • Added a proctoring pro promo banner in the users list page

v1.5.0

Updated

  • Discontinued AWS Rekognition support from the version 1.5.0.
  • Removed vendor folder containing AWS SDK.
  • Some CSS fixes.
  • Removed proctoring log button.

v1.4.2

New Features

  • New option in face match method named as None at Proctoring Settings.

  • Turned off Face Recognition models when face match method is either AWS or None.

Updated

  • Updated Video preview in the existing modal when Validate Face Before Starting Quiz is enabled.

v1.3.2

Release Notes:

  • Updated plugin required version to 2023042400 (Moodle 4.2 stable).
  • Updated release version to '1.3.2'.

v1.3.0

New Features

  • Added new BS Service API for face matching.
  • Added BS Service API field in the settings page for face verification.
  • Added BS API Key field in the settings page for face verification.

Update:

  • New report page with proctoring pro promotional page.

Removed

  • Username and Password from the settings page.

v1.5.1

  • Responsive Mobile View for Start Attempt and Proctoring Report
  • Change the settings name for clarity.
  • Checked automatic analysis of all images (-1) and five random images.
  • Fixed Promotion page
  • Fixed the issue where the user image remained in the database after being deleted by the admin.
  • Change Face Validation status: 'True' to 'Face Match', 'False' to 'Face Not Match', and if the site admin has not uploaded the user, display 'Face Not Found, please contact admin'.
  • if the user doesn't upload an image, a warning will be shown, and they will be redirected to the upload page.