Merge branch 'MDL-81397' of https://github.com/paulholden/moodle
[moodle.git] / .upgradenotes / MDL-80741-2024052402100622.yml
blobbef2916c77eae8522ba1091c03e9997a0b52a0d3
1 issueNumber: MDL-80741
2 notes:
3   mod_assign:
4     - message: >
5         The default option "Never" for `attemptreopenmethod` setting, which
6         disallowed multiple attempts at the assignment, has been removed. This
7         option was unnecessary because limiting attempts to 1 through the
8         `maxattempts` setting achieves the same behavior.
9       type: removed
10     - message: >
11         The constant `ASSIGN_ATTEMPT_REOPEN_METHOD_NONE` has been deprecated,
12         and a new default value for `attemptreopenmethod` has been set to
13         "Automatically until pass".
14       type: deprecated
15     - message: >
16         A new default value for `attemptreopenmethod` has been set to
17         "Automatically until pass".
18       type: improved