mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-58768 mod_assign: Fixed incorrect version number in upgrade.php
This commit is contained in:
parent
238006f649
commit
936ed6067f
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
This files describes API changes in the assign code.
|
||||
|
||||
=== 3.6 ===
|
||||
* The mod_assign_base_testcase unit test base class has been deprecated.
|
||||
It encouraged poor unit test design and led to significant performance issues with unit tests. See MDL-55609 for
|
||||
further information.
|
||||
|
||||
=== 3.5.2 ===
|
||||
* The function can_grade() now has optional $user parameter.
|
||||
|
||||
=== 3.5.1 ===
|
||||
* The mod_assign_base_testcase unit test base class has been deprecated.
|
||||
It encouraged poor unit test design and led to significant performance issues with unit tests. See MDL-55609 for
|
||||
further information.
|
||||
|
||||
=== 3.5 ===
|
||||
* Functions assign:get_assign_grading_summary_renderable, assign:can_view_submission, assign:count_submissions_with_status,
|
||||
assign:count_submissions_need_grading and mod_assign_external::get_submission_status now admit an additional group parameter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue