mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-54105 mod_assign: Move upgrade notes
This commit is contained in:
parent
175e48bc08
commit
84a2fdc2c7
11
.upgradenotes/MDL-54105-2024052808244032.yml
Normal file
11
.upgradenotes/MDL-54105-2024052808244032.yml
Normal file
@ -0,0 +1,11 @@
|
||||
issueNumber: MDL-54105
|
||||
notes:
|
||||
mod_assign:
|
||||
- message: |
|
||||
Added 2 new settings:
|
||||
- `mod_assign/defaultgradetype`
|
||||
- The value of this setting dictates which of the GRADE_TYPE_X constants is the default option when creating new instances of the assignment.
|
||||
- The default value is GRADE_TYPE_VALUE (Point)
|
||||
- `mod_assign/defaultgradescale`
|
||||
- The value of this setting dictates which of the existing scales is the default option when creating new instances of the assignment.
|
||||
type: improved
|
@ -4,15 +4,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.5 ===
|
||||
* Added 2 new settings:
|
||||
- "mod_assign/defaultgradetype"
|
||||
- The value of this setting dictates which of the GRADE_TYPE_X constants is the default option,
|
||||
when creating new instances of the assignment.
|
||||
- The default value is GRADE_TYPE_VALUE (Point)
|
||||
- "mod_assign/defaultgradescale"
|
||||
- The value of this setting dictates which of the existing scales is the default option,
|
||||
when creating new instances of the assignment.
|
||||
|
||||
=== 4.3 ===
|
||||
* The following deprecated methods have been removed and should not be used any more:
|
||||
|
Loading…
x
Reference in New Issue
Block a user