turnitin / moodle-plagiarism_turnitin

Turnitin Plagiarism plugin for Moodle
http://www.turnitin.com
GNU General Public License v3.0
49 stars 71 forks source link

Add before_standard_top_of_body_html hooks #749

Closed jack-tii closed 2 months ago

jack-tii commented 2 months ago

update_status was deprecated in Moodle 4.0 and will be removed completely in Moodle 4.5 This functionality was replaced in Moodle 4.0 by callback before_standard_top_of_body_html. In Moodle 4.4 it was replaced again, this time by the hooks API. Since we presently support versions 4.1+, we have to support both approaches.