mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
MDL-80741 mod_assign: Move upgrade notes
This commit is contained in:
parent
48bc966a59
commit
a4484911bf
18
.upgradenotes/MDL-80741-2024052402100622.yml
Normal file
18
.upgradenotes/MDL-80741-2024052402100622.yml
Normal file
@ -0,0 +1,18 @@
|
||||
issueNumber: MDL-80741
|
||||
notes:
|
||||
mod_assign:
|
||||
- message: >
|
||||
The default option "Never" for `attemptreopenmethod` setting, which
|
||||
disallowed multiple attempts at the assignment, has been removed. This
|
||||
option was unnecessary because limiting attempts to 1 through the
|
||||
`maxattempts` setting achieves the same behavior.
|
||||
type: removed
|
||||
- message: >
|
||||
The constant `ASSIGN_ATTEMPT_REOPEN_METHOD_NONE` has been deprecated,
|
||||
and a new default value for `attemptreopenmethod` has been set to
|
||||
"Automatically until pass".
|
||||
type: deprecated
|
||||
- message: >
|
||||
A new default value for `attemptreopenmethod` has been set to
|
||||
"Automatically until pass".
|
||||
type: improved
|
@ -5,13 +5,6 @@ This file has been replaced by UPGRADING.md. See MDL-81125 for further informati
|
||||
===
|
||||
This files describes API changes in the assign code.
|
||||
|
||||
=== 4.4 ===
|
||||
|
||||
* The default option "Never" for "attemptreopenmethod" setting, which disallowed multiple attempts at the assignment,
|
||||
has been removed. This option was unnecessary because limiting attempts to 1 through the "maxattempts" setting achieves
|
||||
the same behavior. As a part of the removal process, the constant ASSIGN_ATTEMPT_REOPEN_METHOD_NONE has been deprecated,
|
||||
and a new default value for "attemptreopenmethod" has been set to "Automatically until pass".
|
||||
|
||||
=== 4.3 ===
|
||||
* The following deprecated methods have been removed and should not be used any more:
|
||||
- `assign::add_to_log`
|
||||
|
Loading…
x
Reference in New Issue
Block a user